summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.c
AgeCommit message (Expand)Author
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
2010-09-06Fix libfetch configure checkingDan McGee
2010-09-02Clean up libfetch checking in configureDan McGee
2010-06-30Do not compare signed and unsigned typesAllan McRae
2010-03-25More consistent printing of off_t and time_tXavier Chantry
2010-03-14Bump copyright dates to 2010Dan McGee
2009-12-13improve download_internal error messagesXavier Chantry
2009-11-15download: major refactor to address lingering issuesDan McGee
2009-10-20dload.c : clear sigaction flag to make valgrind happyXavier Chantry
2009-10-11typing: a few more fixes for special int typesDan McGee
2009-09-29Merge branch 'maint'Dan McGee
2009-09-29dload : fix infinite download (big type mistake)Xavier Chantry
2009-08-18Merge branch 'maint'Dan McGee
2009-08-18dload.c : various fixesXavier Chantry
2009-08-18dload.c : change the way to check for mtimesXavier Chantry
2009-08-13Make fetch timeout actually 10 secondsDan McGee
2009-08-08dload.c : only call fwrite onceXavier Chantry
2009-08-08dload.c : change the way to check for mtimesXavier Chantry
2009-08-02fix warning when internal download is not usedXavier Chantry
2009-07-22Add a fetch callback to allow front-end download supportSebastian Nowicki
2009-07-01Update copyright headers and messagesDan McGee
2009-06-08Give sensible feedback when a repo has no configured serversDan McGee
2009-01-12Remove libdownload support and fix libfetch one.Xavier Chantry
2009-01-02Merge branch 'maint'Dan McGee
2008-12-10Print proxy information when downloadingDan McGee
2008-12-02Merge branch 'maint'Dan McGee