summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/dload.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-10build-aux/update-copyright 2019 2020Allan McRae1-1/+1
2020-01-28Docs docs docsmorganamilo1-1/+0
2020-01-27Fix "pacman -U <url>" operationsAllan McRae1-1/+1
2020-01-07Use c99 struct initialization to avoid memset callsDave Reisner1-7/+6
2019-11-15Handle .part files that are the size of the correct packageAllan McRae1-0/+6
2019-10-23Update copyright yearsAllan McRae1-1/+1
2019-10-07dload: never return NULL from get_filenameDave Reisner1-2/+4
2019-06-28Correctly report a download failiure for 404smorganamilo1-0/+1
2019-03-01Sanitize file name received from Content-Disposition headerAndrew Gregory1-1/+2
2019-02-07libalpm: prevent 301 redirect loop from hanging the processMark Ulrich1-0/+1
2018-10-18alpm: Fix SIGINT handling re: aborting downloadOlivier Brunel1-0/+1
2018-10-18alpm: Do not raise SIGINT when filesize goes over limitOlivier Brunel1-1/+1
2018-08-10libalpm/dload.c: add case for CURLE_COULDNT_RESOLVE_HOSTMichael Straube1-0/+7
2018-06-18libalpm/dload.c: fix filename in license headerMichael Straube1-1/+1
2018-05-14Remove all modelines from the projectEli Schwartz1-2/+0
2018-03-14Update coyrights for 2018Allan McRae1-1/+1
2018-01-06dload: ensure callback is always initialized onceAndrew Gregory1-4/+5
2017-01-13Introduce a 'disable-download-timeout' optionChristian Hesse1-2/+4
2017-01-04alpm_fetch_pkgurl: fix memory leakAllan McRae1-1/+1
2017-01-04dload: s/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA/Dave Reisner1-1/+1
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-12-05Parametrise the different ways in which the payload is resetMartin Kühne1-0/+10
2016-12-05dload: use curl's keepalive mechanismDave Reisner1-43/+3
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster1-1/+1
2016-08-31Replace CURLOPT_PROGRESSFUNCTION with CURLOPT_XFERINFOFUNCTIONIvy Foster1-9/+9
2016-08-30Normalize alpm download callback's frontend cb argumentsIvy Foster1-6/+16
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-11-11Use correct format specifiersRikard Falkeborn1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-12-24create_tempfile: fix memory leak on errorAllan McRae1-1/+1
2014-10-19dload: mark final_url as constChristian Hesse1-4/+4
2014-10-16dload: unlink file on filesize exceeded errorChristian Hesse1-0/+1
2014-10-16dload: use better error message on exceeded file sizeChristian Hesse1-4/+2
2014-10-02alpm: Fix wrong xferred/total sizes when resuming downloadsOlivier Brunel1-1/+3
2014-08-04filecache_find_url: dereference the 'filebase' pointerRyo Munakata1-1/+1
2014-05-22dload: avoid using CURLOPT_FAILONERRORDave Reisner1-7/+8
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-12-19dload: allow curl to response to any auth challengeDave Reisner1-0/+1
2013-11-15Fix whitespace and other formatting issuesJason St. John1-1/+1
2013-11-08Remove spaces between the opening "if" and the opening parenthesisJason St. John1-1/+1
2013-09-18dload: avoid renaming files downloaded via sync operationsChristian Hesse1-17/+21
2013-08-21Do not refer to FlySpray numbersAllan McRae1-1/+1
2013-07-22Hide unused parameter warnings when building without libcurlAllan McRae1-0/+3
2013-07-05do not check error from close(2)Dave Reisner1-1/+1
2013-02-24dload: don't download sig if package is found in cacheDave Reisner1-1/+1
2013-01-29dload: pass back the effective URL to callers of _alpm_downloadDave Reisner1-8/+12
2013-01-29Relax requirement of what constitutes a dead connectionLANGLOIS Olivier PIS -EXT1-1/+1
2013-01-17dload: avoid showing progress bars on some redirectsDave Reisner1-5/+16
2013-01-03Update copyright year for 2013Allan McRae1-1/+1