summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.c
AgeCommit message (Expand)Author
2011-09-06dload: use intmax_t when printing off_tDan McGee
2011-09-06dload: abstract dload_interrupted reasonsDave Reisner
2011-09-06dload: improve debug outputDave Reisner
2011-08-28Fix possible mismatched type with several curl argumentsDan McGee
2011-08-25Finish large file download attack preventionDan McGee
2011-08-25Use off_t rather than double where possibleDan McGee
2011-08-22dload: prevent need to copy struct in mask_signal()Dan McGee
2011-08-22dload: extract tempfile creation to its own functionDave Reisner
2011-08-22dload: move (un)masking of signals to separate functionsDave Reisner
2011-08-22dload: move curl option setting to static functionDave Reisner
2011-08-22dload: add open_mode to payload structDave Reisner
2011-08-22dload: rename cd_filename to content_disp_nameDave Reisner
2011-08-22dload: move tempfile and destfile to payload structDave Reisner
2011-08-19dload: remove unused macroDave Reisner
2011-08-19dload: delete zero length downloads on curl errorDave Reisner
2011-08-19dload: rename payload->filename to payload->remote_nameDave Reisner
2011-08-19dload: remove code duplicationDave Reisner
2011-08-19lib/dload: unlink on response code >=400Dave Reisner
2011-08-19dload: add 'unlink_on_fail' to payload structDave Reisner
2011-08-19lib/dload: prevent possible NULL dereferenceDave Reisner
2011-08-18lib/libalpm/dload.c: Use STRDUP() instead of strdup()Lukas Fleischer
2011-08-18lib/libalpm/dload.c: Add ASSERT() to alpm_fetch_pkgurl()Lukas Fleischer
2011-08-17lib/dload: refactor deletion on failureDave Reisner
2011-08-17lib/dload: avoid renaming download to 0 length destfileDave Reisner
2011-08-17Avoid stat() on NULL path in curl_download_internal()Lukas Fleischer
2011-08-17Skip rename() on NULL destfile in curl_download_internal()Lukas Fleischer
2011-08-16dload: zero out pm_errno in curl_download_internalDave Reisner
2011-08-15lib/dload: avoid deleting .part file on too-slow xferDave Reisner
2011-08-11stop progress callbacks after curl_easy_perform returnsDave Reisner
2011-08-11dload: remove unnecessary cast in alpm_load_payload_freeDave Reisner
2011-08-09Fix compile error when curl is not usedDan McGee
2011-08-08Check return value of rename() callsDan McGee
2011-07-05absorb fileinfo struct into dload_payloadDave Reisner
2011-07-05absorb some _alpm_download params into payload structDave Reisner
2011-07-05lib/dload: prevent large file attacksDave Reisner
2011-07-05dload: handle irregular URLsDave Reisner
2011-07-05dload: rearrange code to avoid extra cpp blockDave Reisner
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee
2011-07-03Fix debug logger without a newlineDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-30Fix a few warnings pointed out via clang scan-buildDan McGee
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-27Fix several -Wshadow warningsDan McGee
2011-06-20Documented _alpm_download()Kerrick Staley
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee