Age | Commit message (Expand) | Author | Files | Lines |
2020-04-13 | Use GOTO_ERR throughout | Allan McRae | 1 | -4/+2 |
2020-02-10 | build-aux/update-copyright 2019 2020 | Allan McRae | 1 | -1/+1 |
2020-01-28 | Docs docs docs | morganamilo | 1 | -1/+0 |
2020-01-27 | Fix "pacman -U <url>" operations | Allan McRae | 1 | -1/+1 |
2020-01-07 | Use c99 struct initialization to avoid memset calls | Dave Reisner | 1 | -7/+6 |
2019-11-15 | Handle .part files that are the size of the correct package | Allan McRae | 1 | -0/+6 |
2019-10-23 | Update copyright years | Allan McRae | 1 | -1/+1 |
2019-10-07 | dload: never return NULL from get_filename | Dave Reisner | 1 | -2/+4 |
2019-06-28 | Correctly report a download failiure for 404s | morganamilo | 1 | -0/+1 |
2019-03-01 | Sanitize file name received from Content-Disposition header | Andrew Gregory | 1 | -1/+2 |
2019-02-07 | libalpm: prevent 301 redirect loop from hanging the process | Mark Ulrich | 1 | -0/+1 |
2018-10-18 | alpm: Fix SIGINT handling re: aborting download | Olivier Brunel | 1 | -0/+1 |
2018-10-18 | alpm: Do not raise SIGINT when filesize goes over limit | Olivier Brunel | 1 | -1/+1 |
2018-08-10 | libalpm/dload.c: add case for CURLE_COULDNT_RESOLVE_HOST | Michael Straube | 1 | -0/+7 |
2018-06-18 | libalpm/dload.c: fix filename in license header | Michael Straube | 1 | -1/+1 |
2018-05-14 | Remove all modelines from the project | Eli Schwartz | 1 | -2/+0 |
2018-03-14 | Update coyrights for 2018 | Allan McRae | 1 | -1/+1 |
2018-01-06 | dload: ensure callback is always initialized once | Andrew Gregory | 1 | -4/+5 |
2017-01-13 | Introduce a 'disable-download-timeout' option | Christian Hesse | 1 | -2/+4 |
2017-01-04 | alpm_fetch_pkgurl: fix memory leak | Allan McRae | 1 | -1/+1 |
2017-01-04 | dload: s/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA/ | Dave Reisner | 1 | -1/+1 |
2017-01-04 | Update copyright years | Allan McRae | 1 | -1/+1 |
2016-12-05 | Parametrise the different ways in which the payload is reset | Martin Kühne | 1 | -0/+10 |
2016-12-05 | dload: use curl's keepalive mechanism | Dave Reisner | 1 | -43/+3 |
2016-10-22 | Add ALPM_ERR_OK to _alpm_errno_t | Ivy Foster | 1 | -1/+1 |
2016-08-31 | Replace CURLOPT_PROGRESSFUNCTION with CURLOPT_XFERINFOFUNCTION | Ivy Foster | 1 | -9/+9 |
2016-08-30 | Normalize alpm download callback's frontend cb arguments | Ivy Foster | 1 | -6/+16 |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 1 | -1/+1 |
2015-11-11 | Use correct format specifiers | Rikard Falkeborn | 1 | -1/+1 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 1 | -1/+1 |
2014-12-24 | create_tempfile: fix memory leak on error | Allan McRae | 1 | -1/+1 |
2014-10-19 | dload: mark final_url as const | Christian Hesse | 1 | -4/+4 |
2014-10-16 | dload: unlink file on filesize exceeded error | Christian Hesse | 1 | -0/+1 |
2014-10-16 | dload: use better error message on exceeded file size | Christian Hesse | 1 | -4/+2 |
2014-10-02 | alpm: Fix wrong xferred/total sizes when resuming downloads | Olivier Brunel | 1 | -1/+3 |
2014-08-04 | filecache_find_url: dereference the 'filebase' pointer | Ryo Munakata | 1 | -1/+1 |
2014-05-22 | dload: avoid using CURLOPT_FAILONERROR | Dave Reisner | 1 | -7/+8 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 1 | -1/+1 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -1/+1 |
2013-12-19 | dload: allow curl to response to any auth challenge | Dave Reisner | 1 | -0/+1 |
2013-11-15 | Fix whitespace and other formatting issues | Jason St. John | 1 | -1/+1 |
2013-11-08 | Remove spaces between the opening "if" and the opening parenthesis | Jason St. John | 1 | -1/+1 |
2013-09-18 | dload: avoid renaming files downloaded via sync operations | Christian Hesse | 1 | -17/+21 |
2013-08-21 | Do not refer to FlySpray numbers | Allan McRae | 1 | -1/+1 |
2013-07-22 | Hide unused parameter warnings when building without libcurl | Allan McRae | 1 | -0/+3 |
2013-07-05 | do not check error from close(2) | Dave Reisner | 1 | -1/+1 |
2013-02-24 | dload: don't download sig if package is found in cache | Dave Reisner | 1 | -1/+1 |
2013-01-29 | dload: pass back the effective URL to callers of _alpm_download | Dave Reisner | 1 | -8/+12 |
2013-01-29 | Relax requirement of what constitutes a dead connection | LANGLOIS Olivier PIS -EXT | 1 | -1/+1 |
2013-01-17 | dload: avoid showing progress bars on some redirects | Dave Reisner | 1 | -5/+16 |