summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.c
Commit message (Expand)AuthorAge
...
* | 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
* dload: remove unnecessary cast in alpm_load_payload_freeDave Reisner2011-08-11
* Fix compile error when curl is not usedDan McGee2011-08-09
* Check return value of rename() callsDan McGee2011-08-08
* absorb fileinfo struct into dload_payloadDave Reisner2011-07-05
* absorb some _alpm_download params into payload structDave Reisner2011-07-05
* lib/dload: prevent large file attacksDave Reisner2011-07-05
* dload: handle irregular URLsDave Reisner2011-07-05
* dload: rearrange code to avoid extra cpp blockDave Reisner2011-07-05