summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.c
Commit message (Expand)AuthorAge
* 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
* | Add OPEN() and CLOSE() util macrosDan McGee2011-11-01
|/
* dload: remove redundant conditionalDave Reisner2011-10-27
* dload: chmod tempfiles to respect umaskDave Reisner2011-10-27
* Add more logging to download codeDan McGee2011-10-24
* curl_gethost() potential bug fixupsDan McGee2011-10-13
* dload: unhook error buffer after transfer finishesDave Reisner2011-10-10
* move prevprogress onto payload handleDave Reisner2011-09-29
* Refactor download payload reset and freeDan McGee2011-09-28
* Initialize cURL library on first useDan McGee2011-09-28
* Fix memory leak in download payload->remote_nameDan McGee2011-09-28
* dload: avoid using memrchrDave Reisner2011-09-18
* dload: remove user:pass@ definition from hostnameDave Reisner2011-09-18
* dload: provide optional netrc supportDave Reisner2011-09-11
* dload: use intmax_t when printing off_tDan McGee2011-09-06
* dload: abstract dload_interrupted reasonsDave Reisner2011-09-06
* dload: improve debug outputDave Reisner2011-09-06
* Fix possible mismatched type with several curl argumentsDan McGee2011-08-28
* Finish large file download attack preventionDan McGee2011-08-25
* Use off_t rather than double where possibleDan McGee2011-08-25
* dload: prevent need to copy struct in mask_signal()Dan McGee2011-08-22
* dload: extract tempfile creation to its own functionDave Reisner2011-08-22
* dload: move (un)masking of signals to separate functionsDave Reisner2011-08-22
* dload: move curl option setting to static functionDave Reisner2011-08-22
* dload: add open_mode to payload structDave Reisner2011-08-22
* dload: rename cd_filename to content_disp_nameDave Reisner2011-08-22
* dload: move tempfile and destfile to payload structDave Reisner2011-08-22
* dload: remove unused macroDave Reisner2011-08-19
* dload: delete zero length downloads on curl errorDave Reisner2011-08-19
* dload: rename payload->filename to payload->remote_nameDave Reisner2011-08-19
* dload: remove code duplicationDave Reisner2011-08-19
* lib/dload: unlink on response code >=400Dave Reisner2011-08-19
* dload: add 'unlink_on_fail' to payload structDave Reisner2011-08-19
* lib/dload: prevent possible NULL dereferenceDave Reisner2011-08-19
* lib/libalpm/dload.c: Use STRDUP() instead of strdup()Lukas Fleischer2011-08-18
* lib/libalpm/dload.c: Add ASSERT() to alpm_fetch_pkgurl()Lukas Fleischer2011-08-18
* lib/dload: refactor deletion on failureDave Reisner2011-08-17
* lib/dload: avoid renaming download to 0 length destfileDave Reisner2011-08-17
* Avoid stat() on NULL path in curl_download_internal()Lukas Fleischer2011-08-17
* Skip rename() on NULL destfile in curl_download_internal()Lukas Fleischer2011-08-17
* dload: zero out pm_errno in curl_download_internalDave Reisner2011-08-16
* lib/dload: avoid deleting .part file on too-slow xferDave Reisner2011-08-15
* stop progress callbacks after curl_easy_perform returnsDave Reisner2011-08-11