summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.c
AgeCommit message (Expand)Author
2008-08-05Avoid double slashes in URLs given to libdownload.Xavier Chantry
2008-08-05dload.c : drop the specific handling of file: url.Xavier Chantry
2008-06-04Use correct C type for file sizesDan McGee
2008-04-19Give libalpm native support for both libdownload and libfetchDan McGee
2008-04-06Allow disabling of internal (libdownload) codeDan McGee
2008-04-06Remove a bit more download.h pollutionDan McGee
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-03-23memleak fix: ensure we free result of get_destfile()Dan McGee
2008-03-09Refactoring of the download code.Chantry Xavier
2008-02-27Start removing some junk from the function templateDan McGee
2008-02-27libalpm/dload.c : memleak fixes.Chantry Xavier
2008-02-24Remove pmserver_t abstractionDan McGee
2008-02-24Add new stub download functions for use throughout the codeDan McGee
2008-02-24Move download code out of server.cDan McGee