summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/dload.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-23libalpm/dload: major refactor of signature downloadingDan McGee1-65/+36
2011-04-23libalpm/dload: add allow_resume and reorder error checksDan McGee1-19/+21
2011-04-22libalpm/dload: const and static correctnessDan McGee1-5/+6
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-1/+1
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner1-1/+1
2011-04-16Merge branch 'maint'Dan McGee1-5/+1
2011-04-09Move documentation for public package function to alpm.hRémy Oudompheng1-5/+1
2011-04-02dload: dont forget to initialize open_modeXavier Chantry1-1/+2
2011-03-28lib/dload: abstract out helper function to set utimesDave Reisner1-22/+22
2011-03-28lib/dload: remove proxy debug outputDave Reisner1-6/+0
2011-03-28lib/dload: code simplificationDave Reisner1-11/+8
2011-03-28lib/dload: merge get_{destfile,tempfile} into get_fullpathDave Reisner1-20/+13
2011-03-28pacman/pacman.c: fix setting of useragent stringDave Reisner1-1/+6
2011-03-28lib/dload: pass a struct with filename and size to curl_progressDave Reisner1-13/+21
2011-03-23lib/dload.c: Check for dlcb == NULL earlierDave Reisner1-10/+12
2011-03-23lib/dload.c: don't use deprecated curl symbolsDave Reisner1-1/+1
2011-03-23lib/dload.c: don't request compressed transportDave Reisner1-1/+0
2011-03-23lib/dload.c: Fix progress callback issues on downloadDave Reisner1-5/+15
2011-03-23lib/dload.c: fix compiler warnings generated by -Wfloat-equalDave Reisner1-3/+4
2011-03-21Don't initialize progress to zero before calling curl_easy_perform().Lukas Fleischer1-4/+3
2011-03-21Ensure dlcb is defined before calling itDan McGee1-1/+3
2011-03-21Style change: return(x) --> return xDan McGee1-16/+16
2011-03-21lib/dload.c: fix opening braces to conform with coding styleDave Reisner1-6/+12
2011-03-20lib/dload.c: remove lingering libfetch specific headersDave Reisner1-5/+0
2011-03-17Fix triple progress bars on downloadDave Reisner1-1/+5
2011-03-09Remove all traces of libfetchDave Reisner1-282/+2
2011-03-09dload: temp patch to allow curl/fetch coexistanceDave Reisner1-1/+15
2011-03-09dload.c: add curl_download_internalDave Reisner1-0/+208
2011-03-09share code between libfetch and libcurlDave Reisner1-10/+12
2011-03-09prefix fetch based functions with fetch_Dave Reisner1-6/+6
2011-03-09add curl to alpm initialization and teardown routinesDave Reisner1-0/+4
2011-02-04Add comment about download file resolutionDan McGee1-0/+8
2011-02-04Add more error checking and loggingDan McGee1-1/+5
2011-02-04Ensure found files are actually filesDan McGee1-2/+2
2011-01-08Fix some more simple conversion "errors"Dan McGee1-1/+1
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-30Use limits.h for PATH_MAXAllan McRae1-4/+2
2010-12-30Detect undefined PATH_MAXAllan McRae1-1/+0