summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/dload.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-25libalpm: Set ret correctly in download_internal()Lukas Fleischer1-0/+1
2011-04-09Move documentation for public package function to alpm.hRémy Oudompheng1-5/+1
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
2010-12-13Remove AC_TYPE_SIGNAL usageDan McGee1-1/+1
2010-09-06Fix libfetch configure checkingDan McGee1-3/+3
2010-09-02Clean up libfetch checking in configureDan McGee1-3/+3
2010-06-30Do not compare signed and unsigned typesAllan McRae1-1/+1
2010-03-26More consistent printing of off_t and time_tXavier Chantry1-3/+3
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-12-14improve download_internal error messagesXavier Chantry1-2/+8
2009-11-16download: major refactor to address lingering issuesDan McGee1-56/+121
2009-10-21dload.c : clear sigaction flag to make valgrind happyXavier Chantry1-0/+1
2009-10-11typing: a few more fixes for special int typesDan McGee1-4/+4
2009-09-30Merge branch 'maint'Dan McGee1-7/+22
2009-09-30dload : fix infinite download (big type mistake)Xavier Chantry1-7/+22
2009-08-19Merge branch 'maint'Dan McGee1-2/+2
2009-08-19dload.c : various fixesXavier Chantry1-30/+9
2009-08-19dload.c : change the way to check for mtimesXavier Chantry1-7/+11
2009-08-14Make fetch timeout actually 10 secondsDan McGee1-2/+2
2009-08-08dload.c : only call fwrite onceXavier Chantry1-8/+6
2009-08-08dload.c : change the way to check for mtimesXavier Chantry1-7/+11
2009-08-02fix warning when internal download is not usedXavier Chantry1-1/+1
2009-07-23Add a fetch callback to allow front-end download supportSebastian Nowicki1-97/+7
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-06-09Give sensible feedback when a repo has no configured serversDan McGee1-0/+2
2009-01-13Remove libdownload support and fix libfetch one.Xavier Chantry1-21/+16
2009-01-03Merge branch 'maint'Dan McGee1-0/+6
2008-12-11Print proxy information when downloadingDan McGee1-0/+6
2008-12-03Merge branch 'maint'Dan McGee1-6/+4
2008-11-18Minor code cleanupsDan McGee1-6/+4
2008-11-01Set SIGPIPE handler to SIG_IGN when downloadingDan McGee1-0/+12
2008-11-01Make libfetch the 'native' download libraryDan McGee1-18/+17
2008-08-06Avoid double slashes in URLs given to libdownload.Xavier Chantry1-0/+1
2008-08-05dload.c : drop the specific handling of file: url.Xavier Chantry1-15/+0
2008-06-04Use correct C type for file sizesDan McGee1-3/+3
2008-04-19Give libalpm native support for both libdownload and libfetchDan McGee1-2/+19
2008-04-07Allow disabling of internal (libdownload) codeDan McGee1-27/+45
2008-04-07Remove a bit more download.h pollutionDan McGee1-0/+2
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
2008-03-23memleak fix: ensure we free result of get_destfile()Dan McGee1-6/+5
2008-03-09Refactoring of the download code.Chantry Xavier1-279/+307
2008-02-28Start removing some junk from the function templateDan McGee1-21/+6
2008-02-28libalpm/dload.c : memleak fixes.Chantry Xavier1-13/+20
2008-02-25Remove pmserver_t abstractionDan McGee1-61/+30