summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/dload.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-22dload: prevent need to copy struct in mask_signal()Dan McGee1-7/+6
2011-08-22dload: extract tempfile creation to its own functionDave Reisner1-17/+28
2011-08-22dload: move (un)masking of signals to separate functionsDave Reisner1-17/+24
2011-08-22dload: move curl option setting to static functionDave Reisner1-42/+48
2011-08-22dload: add open_mode to payload structDave Reisner1-4/+5
2011-08-22dload: rename cd_filename to content_disp_nameDave Reisner1-4/+4
2011-08-22dload: move tempfile and destfile to payload structDave Reisner1-26/+29
2011-08-20dload: remove unused macroDave Reisner1-1/+0
2011-08-20dload: delete zero length downloads on curl errorDave Reisner1-0/+4
2011-08-20dload: rename payload->filename to payload->remote_nameDave Reisner1-12/+12
2011-08-20dload: remove code duplicationDave Reisner1-5/+5
2011-08-19lib/dload: unlink on response code >=400Dave Reisner1-1/+7
2011-08-19dload: add 'unlink_on_fail' to payload structDave Reisner1-5/+3
2011-08-19lib/dload: prevent possible NULL dereferenceDave Reisner1-1/+1
2011-08-18lib/libalpm/dload.c: Use STRDUP() instead of strdup()Lukas Fleischer1-3/+5
2011-08-18lib/libalpm/dload.c: Add ASSERT() to alpm_fetch_pkgurl()Lukas Fleischer1-0/+1
2011-08-18lib/dload: refactor deletion on failureDave Reisner1-6/+2
2011-08-18lib/dload: avoid renaming download to 0 length destfileDave Reisner1-1/+1
2011-08-18Avoid stat() on NULL path in curl_download_internal()Lukas Fleischer1-1/+1
2011-08-18Skip rename() on NULL destfile in curl_download_internal()Lukas Fleischer1-5/+9
2011-08-17dload: zero out pm_errno in curl_download_internalDave Reisner1-0/+1
2011-08-15lib/dload: avoid deleting .part file on too-slow xferDave Reisner1-13/+21
2011-08-11stop progress callbacks after curl_easy_perform returnsDave Reisner1-0/+3
2011-08-11dload: remove unnecessary cast in alpm_load_payload_freeDave Reisner1-6/+4
2011-08-09Fix compile error when curl is not usedDan McGee1-3/+3
2011-08-08Check return value of rename() callsDan McGee1-2/+5
2011-07-06absorb fileinfo struct into dload_payloadDave Reisner1-28/+26
2011-07-06absorb some _alpm_download params into payload structDave Reisner1-23/+23
2011-07-06lib/dload: prevent large file attacksDave Reisner1-17/+38
2011-07-06dload: handle irregular URLsDave Reisner1-20/+111
2011-07-05dload: rearrange code to avoid extra cpp blockDave Reisner1-4/+2
2011-07-05signing: move to new signing verification and return schemeDan McGee1-3/+2
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee1-15/+15
2011-07-03Fix debug logger without a newlineDan McGee1-1/+1
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-6/+6
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-9/+9
2011-06-30Fix a few warnings pointed out via clang scan-buildDan McGee1-1/+1
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-3/+3
2011-06-27Fix several -Wshadow warningsDan McGee1-3/+3
2011-06-20Documented _alpm_download()Kerrick Staley1-0/+10
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee1-0/+2
2011-06-14Switch all logging to use handle directlyDan McGee1-10/+9
2011-06-14Move pm_errno onto the handleDan McGee1-18/+18
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-3/+3
2011-06-03Push down extern handle variable to files that need itDan McGee1-0/+3
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-2/+0
2011-06-01lib/dload.c: remove assumption in continuation logicDave Reisner1-5/+3
2011-06-01dload: abort transfer on CURLOPT_LOW_SPEED_LIMITDave Reisner1-0/+2
2011-05-04dload: make sure we never print a bogus error bufferDan McGee1-0/+2
2011-05-04Deal with unused function parameters correctlyAllan McRae1-7/+2