summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.c
Commit message (Expand)AuthorAge
* Push down extern handle variable to files that need itDan McGee2011-06-03
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* lib/dload.c: remove assumption in continuation logicDave Reisner2011-06-01
* dload: abort transfer on CURLOPT_LOW_SPEED_LIMITDave Reisner2011-06-01
* dload: make sure we never print a bogus error bufferDan McGee2011-05-04
* Deal with unused function parameters correctlyAllan McRae2011-05-04
* libalpm/dload: major refactor of signature downloadingDan McGee2011-04-22
* libalpm/dload: add allow_resume and reorder error checksDan McGee2011-04-22
* libalpm/dload: const and static correctnessDan McGee2011-04-22
* syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* style cleanup: cast as (type *) not (type*)Dave Reisner2011-04-20
* Merge branch 'maint'Dan McGee2011-04-15
|\
| * Move documentation for public package function to alpm.hRémy Oudompheng2011-04-09
* | dload: dont forget to initialize open_modeXavier Chantry2011-04-02
* | lib/dload: abstract out helper function to set utimesDave Reisner2011-03-27
* | lib/dload: remove proxy debug outputDave Reisner2011-03-27
* | lib/dload: code simplificationDave Reisner2011-03-27
* | lib/dload: merge get_{destfile,tempfile} into get_fullpathDave Reisner2011-03-27
* | pacman/pacman.c: fix setting of useragent stringDave Reisner2011-03-27
* | lib/dload: pass a struct with filename and size to curl_progressDave Reisner2011-03-27
* | lib/dload.c: Check for dlcb == NULL earlierDave Reisner2011-03-23
* | lib/dload.c: don't use deprecated curl symbolsDave Reisner2011-03-23
* | lib/dload.c: don't request compressed transportDave Reisner2011-03-23
* | lib/dload.c: Fix progress callback issues on downloadDave Reisner2011-03-23
* | lib/dload.c: fix compiler warnings generated by -Wfloat-equalDave Reisner2011-03-23
* | Don't initialize progress to zero before calling curl_easy_perform().Lukas Fleischer2011-03-21
* | Ensure dlcb is defined before calling itDan McGee2011-03-21
* | Style change: return(x) --> return xDan McGee2011-03-20
* | lib/dload.c: fix opening braces to conform with coding styleDave Reisner2011-03-20
* | lib/dload.c: remove lingering libfetch specific headersDave Reisner2011-03-20
* | Fix triple progress bars on downloadDave Reisner2011-03-17
* | Remove all traces of libfetchDave Reisner2011-03-09
* | dload: temp patch to allow curl/fetch coexistanceDave Reisner2011-03-09
* | dload.c: add curl_download_internalDave Reisner2011-03-09
* | share code between libfetch and libcurlDave Reisner2011-03-09
* | prefix fetch based functions with fetch_Dave Reisner2011-03-09
* | add curl to alpm initialization and teardown routinesDave Reisner2011-03-09
|/
* Add comment about download file resolutionDan McGee2011-02-04
* Add more error checking and loggingDan McGee2011-02-04
* Ensure found files are actually filesDan McGee2011-02-04
* Fix some more simple conversion "errors"Dan McGee2011-01-07
* Update copyright years for 2011Allan McRae2011-01-07
* Use limits.h for PATH_MAXAllan McRae2010-12-29
* Detect undefined PATH_MAXAllan McRae2010-12-29
* Remove AC_TYPE_SIGNAL usageDan McGee2010-12-12
* Fix libfetch configure checkingDan McGee2010-09-06
* Clean up libfetch checking in configureDan McGee2010-09-02
* Do not compare signed and unsigned typesAllan McRae2010-06-30
* More consistent printing of off_t and time_tXavier Chantry2010-03-25
* Bump copyright dates to 2010Dan McGee2010-03-14