summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.c
Commit message (Expand)AuthorAge
* Introduce a 'disable-download-timeout' optionChristian Hesse2017-01-13
* alpm_fetch_pkgurl: fix memory leakAllan McRae2017-01-04
* dload: s/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA/Dave Reisner2017-01-04
* Update copyright yearsAllan McRae2017-01-04
* Parametrise the different ways in which the payload is resetMartin Kühne2016-12-05
* dload: use curl's keepalive mechanismDave Reisner2016-12-05
* Add ALPM_ERR_OK to _alpm_errno_tIvy Foster2016-10-22
* Replace CURLOPT_PROGRESSFUNCTION with CURLOPT_XFERINFOFUNCTIONIvy Foster2016-08-31
* Normalize alpm download callback's frontend cb argumentsIvy Foster2016-08-30
* Update copyright years for 2016Allan McRae2016-01-04
* Use correct format specifiersRikard Falkeborn2015-11-11
* Update copyright notices for 2015Allan McRae2015-02-01
* create_tempfile: fix memory leak on errorAllan McRae2014-12-24
* dload: mark final_url as constChristian Hesse2014-10-19
* dload: unlink file on filesize exceeded errorChristian Hesse2014-10-16
* dload: use better error message on exceeded file sizeChristian Hesse2014-10-16
* alpm: Fix wrong xferred/total sizes when resuming downloadsOlivier Brunel2014-10-02
* filecache_find_url: dereference the 'filebase' pointerRyo Munakata2014-08-04
* dload: avoid using CURLOPT_FAILONERRORDave Reisner2014-05-22
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* dload: allow curl to response to any auth challengeDave Reisner2013-12-19
* Fix whitespace and other formatting issuesJason St. John2013-11-15
* Remove spaces between the opening "if" and the opening parenthesisJason St. John2013-11-08
* dload: avoid renaming files downloaded via sync operationsChristian Hesse2013-09-18
* Do not refer to FlySpray numbersAllan McRae2013-08-21
* Hide unused parameter warnings when building without libcurlAllan McRae2013-07-22
* do not check error from close(2)Dave Reisner2013-07-05
* dload: don't download sig if package is found in cacheDave Reisner2013-02-24
* dload: pass back the effective URL to callers of _alpm_downloadDave Reisner2013-01-29
* Relax requirement of what constitutes a dead connectionLANGLOIS Olivier PIS -EXT2013-01-29
* dload: avoid showing progress bars on some redirectsDave Reisner2013-01-17
* Update copyright year for 2013Allan McRae2013-01-03
* Plug various minor memory leaksAndrew Gregory2012-12-14
* fix -Wshadow warnings as reported by gcc 4.4.3Dave Reisner2012-05-20
* Merge branch 'maint'Dan McGee2012-04-12
|\
| * Fix issues with unintialized variable value usageDan McGee2012-04-09
* | Merge branch 'maint'Dan McGee2012-03-16
|\|
| * dload: reset payload filename members before downloadDave Reisner2012-03-14
* | Merge branch 'maint'Dan McGee2012-02-20
|\|
| * Update SIGPIPE signal handler commentDan McGee2012-02-14
* | Print error message when to-be-downloaded file cannot be createdNagy Gabor2012-02-20
* | Merge branch 'maint'Dan McGee2012-01-23
|\|
| * lib/dload: give uniform naming to curl CB functionsDave Reisner2012-01-23
| * lib/dload: enforce usage of TCP keepalivesDave Reisner2012-01-23
| * Update copyright on changed files since beginning of yearDan McGee2012-01-18
| * fetch_url: look for files in cache before downloadingDave Reisner2012-01-18
* | include config.h via MakefilesDave Reisner2011-12-21
* | Merge branch 'maint'Dan McGee2011-12-07
|\|
| * Enforce signature download size limit on -U <url> operationsDan McGee2011-12-05