summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.c
AgeCommit message (Expand)Author
2019-03-01Sanitize file name received from Content-Disposition headerAndrew Gregory
2019-02-07libalpm: prevent 301 redirect loop from hanging the processMark Ulrich
2018-10-17alpm: Fix SIGINT handling re: aborting downloadOlivier Brunel
2018-10-17alpm: Do not raise SIGINT when filesize goes over limitOlivier Brunel
2018-08-10libalpm/dload.c: add case for CURLE_COULDNT_RESOLVE_HOSTMichael Straube
2018-06-18libalpm/dload.c: fix filename in license headerMichael Straube
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2018-01-06dload: ensure callback is always initialized onceAndrew Gregory
2017-01-13Introduce a 'disable-download-timeout' optionChristian Hesse
2017-01-04alpm_fetch_pkgurl: fix memory leakAllan McRae
2017-01-04dload: s/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA/Dave Reisner
2017-01-04Update copyright yearsAllan McRae
2016-12-05Parametrise the different ways in which the payload is resetMartin Kühne
2016-12-05dload: use curl's keepalive mechanismDave Reisner
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster
2016-08-31Replace CURLOPT_PROGRESSFUNCTION with CURLOPT_XFERINFOFUNCTIONIvy Foster
2016-08-30Normalize alpm download callback's frontend cb argumentsIvy Foster
2016-01-04Update copyright years for 2016Allan McRae
2015-11-11Use correct format specifiersRikard Falkeborn
2015-02-01Update copyright notices for 2015Allan McRae
2014-12-24create_tempfile: fix memory leak on errorAllan McRae
2014-10-19dload: mark final_url as constChristian Hesse
2014-10-16dload: unlink file on filesize exceeded errorChristian Hesse
2014-10-16dload: use better error message on exceeded file sizeChristian Hesse
2014-10-02alpm: Fix wrong xferred/total sizes when resuming downloadsOlivier Brunel
2014-08-04filecache_find_url: dereference the 'filebase' pointerRyo Munakata
2014-05-22dload: avoid using CURLOPT_FAILONERRORDave Reisner
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-12-19dload: allow curl to response to any auth challengeDave Reisner
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-11-08Remove spaces between the opening "if" and the opening parenthesisJason St. John
2013-09-18dload: avoid renaming files downloaded via sync operationsChristian Hesse
2013-08-21Do not refer to FlySpray numbersAllan McRae
2013-07-22Hide unused parameter warnings when building without libcurlAllan McRae
2013-07-05do not check error from close(2)Dave Reisner
2013-02-24dload: don't download sig if package is found in cacheDave Reisner
2013-01-29dload: pass back the effective URL to callers of _alpm_downloadDave Reisner
2013-01-29Relax requirement of what constitutes a dead connectionLANGLOIS Olivier PIS -EXT
2013-01-17dload: avoid showing progress bars on some redirectsDave Reisner
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Plug various minor memory leaksAndrew Gregory
2012-05-20fix -Wshadow warnings as reported by gcc 4.4.3Dave Reisner
2012-04-12Merge branch 'maint'Dan McGee
2012-04-09Fix issues with unintialized variable value usageDan McGee
2012-03-16Merge branch 'maint'Dan McGee
2012-03-14dload: reset payload filename members before downloadDave Reisner
2012-02-20Merge branch 'maint'Dan McGee
2012-02-20Print error message when to-be-downloaded file cannot be createdNagy Gabor