summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.c
Commit message (Expand)AuthorAge
* 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
* improve download_internal error messagesXavier Chantry2009-12-13
* download: major refactor to address lingering issuesDan McGee2009-11-15
* dload.c : clear sigaction flag to make valgrind happyXavier Chantry2009-10-20
* typing: a few more fixes for special int typesDan McGee2009-10-11
* Merge branch 'maint'Dan McGee2009-09-29
|\
| * dload : fix infinite download (big type mistake)Xavier Chantry2009-09-29
* | Merge branch 'maint'Dan McGee2009-08-18
|\|
| * dload.c : change the way to check for mtimesXavier Chantry2009-08-18
| * Make fetch timeout actually 10 secondsDan McGee2009-08-13
* | dload.c : various fixesXavier Chantry2009-08-18
* | dload.c : only call fwrite onceXavier Chantry2009-08-08
* | dload.c : change the way to check for mtimesXavier Chantry2009-08-08
|/
* fix warning when internal download is not usedXavier Chantry2009-08-02