index
:
pacman
auto-pentium4
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
dload.h
Age
Commit message (
Expand
)
Author
2011-07-05
absorb fileinfo struct into dload_payload
Dave Reisner
2011-07-05
absorb some _alpm_download params into payload struct
Dave Reisner
2011-07-05
lib/dload: prevent large file attacks
Dave Reisner
2011-07-05
dload: handle irregular URLs
Dave Reisner
2011-06-28
Rename pmhandle_t to alpm_handle_t
Allan McRae
2011-06-13
Move pm_errno onto the handle
Dan McGee
2011-04-22
libalpm/dload: major refactor of signature downloading
Dan McGee
2011-04-22
libalpm/dload: const and static correctness
Dan McGee
2011-03-27
lib/dload: pass a struct with filename and size to curl_progress
Dave Reisner
2011-03-09
Remove all traces of libfetch
Dave Reisner
2011-01-07
Update copyright years for 2011
Allan McRae
2010-03-14
Bump copyright dates to 2010
Dan McGee
2009-11-15
download: major refactor to address lingering issues
Dan McGee
2009-07-01
Update copyright headers and messages
Dan McGee
2008-04-10
Remove unnecessary import in dload.h
Dan McGee
2008-02-24
Add new stub download functions for use throughout the code
Dan McGee
2008-02-24
Move download code out of server.c
Dan McGee