summaryrefslogtreecommitdiff
path: root/lib/libalpm/dload.c
Commit message (Expand)AuthorAge
* 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
* Add a fetch callback to allow front-end download supportSebastian Nowicki2009-07-22
* Update copyright headers and messagesDan McGee2009-07-01
* Give sensible feedback when a repo has no configured serversDan McGee2009-06-08
* Remove libdownload support and fix libfetch one.Xavier Chantry2009-01-12
* Merge branch 'maint'Dan McGee2009-01-02
|\
| * Print proxy information when downloadingDan McGee2008-12-10
* | Merge branch 'maint'Dan McGee2008-12-02
|\|
| * Minor code cleanupsDan McGee2008-11-17
* | Set SIGPIPE handler to SIG_IGN when downloadingDan McGee2008-10-31
* | Make libfetch the 'native' download libraryDan McGee2008-10-31
|/
* Avoid double slashes in URLs given to libdownload.Xavier Chantry2008-08-05
* dload.c : drop the specific handling of file: url.Xavier Chantry2008-08-05
* Use correct C type for file sizesDan McGee2008-06-04
* Give libalpm native support for both libdownload and libfetchDan McGee2008-04-19
* Allow disabling of internal (libdownload) codeDan McGee2008-04-06
* Remove a bit more download.h pollutionDan McGee2008-04-06
* Remove unnecessary header file, move one macro to util.cDan McGee2008-04-06
* memleak fix: ensure we free result of get_destfile()Dan McGee2008-03-23
* Refactoring of the download code.Chantry Xavier2008-03-09
* Start removing some junk from the function templateDan McGee2008-02-27
* libalpm/dload.c : memleak fixes.Chantry Xavier2008-02-27
* Remove pmserver_t abstractionDan McGee2008-02-24
* Add new stub download functions for use throughout the codeDan McGee2008-02-24
* Move download code out of server.cDan McGee2008-02-24