summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/dload.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-25Add new stub download functions for use throughout the codeDan McGee1-18/+35
2008-02-25Move download code out of server.cDan McGee1-0/+422