summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.c
AgeCommit message (Expand)Author
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
2011-03-23lib/dload.c: don't use deprecated curl symbolsDave Reisner
2011-03-23lib/dload.c: don't request compressed transportDave Reisner
2011-03-23lib/dload.c: Fix progress callback issues on downloadDave Reisner
2011-03-23lib/dload.c: fix compiler warnings generated by -Wfloat-equalDave Reisner
2011-03-21Don't initialize progress to zero before calling curl_easy_perform().Lukas Fleischer
2011-03-21Ensure dlcb is defined before calling itDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-03-20lib/dload.c: fix opening braces to conform with coding styleDave Reisner
2011-03-20lib/dload.c: remove lingering libfetch specific headersDave Reisner
2011-03-17Fix triple progress bars on downloadDave Reisner
2011-03-09Remove all traces of libfetchDave Reisner
2011-03-09dload: temp patch to allow curl/fetch coexistanceDave Reisner
2011-03-09dload.c: add curl_download_internalDave Reisner
2011-03-09share code between libfetch and libcurlDave Reisner
2011-03-09prefix fetch based functions with fetch_Dave Reisner
2011-03-09add curl to alpm initialization and teardown routinesDave Reisner
2011-02-04Add comment about download file resolutionDan McGee
2011-02-04Add more error checking and loggingDan McGee
2011-02-04Ensure found files are actually filesDan McGee
2011-01-07Fix some more simple conversion "errors"Dan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-12-29Use limits.h for PATH_MAXAllan McRae
2010-12-29Detect undefined PATH_MAXAllan McRae
2010-12-12Remove AC_TYPE_SIGNAL usageDan McGee