summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.c
AgeCommit message (Expand)Author
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
2011-06-03Push down extern handle variable to files that need itDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-06-01lib/dload.c: remove assumption in continuation logicDave Reisner
2011-06-01dload: abort transfer on CURLOPT_LOW_SPEED_LIMITDave Reisner
2011-05-04dload: make sure we never print a bogus error bufferDan McGee
2011-05-04Deal with unused function parameters correctlyAllan McRae
2011-04-22libalpm/dload: major refactor of signature downloadingDan McGee
2011-04-22libalpm/dload: add allow_resume and reorder error checksDan McGee
2011-04-22libalpm/dload: const and static correctnessDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20style cleanup: cast as (type *) not (type*)Dave Reisner
2011-04-15Merge branch 'maint'Dan McGee
2011-04-09Move documentation for public package function to alpm.hRémy Oudompheng
2011-04-02dload: dont forget to initialize open_modeXavier Chantry
2011-03-27lib/dload: abstract out helper function to set utimesDave Reisner
2011-03-27lib/dload: remove proxy debug outputDave Reisner
2011-03-27lib/dload: code simplificationDave Reisner
2011-03-27lib/dload: merge get_{destfile,tempfile} into get_fullpathDave Reisner
2011-03-27pacman/pacman.c: fix setting of useragent stringDave Reisner
2011-03-27lib/dload: pass a struct with filename and size to curl_progressDave Reisner
2011-03-23lib/dload.c: Check for dlcb == NULL earlierDave Reisner