Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
pacman
auto-pentium4
master
Archlinux32 fork of pacman
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
dload.c
Age
Commit message (
Expand
)
Author
2010-09-02
Clean up libfetch checking in configure
Dan McGee
2010-06-30
Do not compare signed and unsigned types
Allan McRae
2010-03-25
More consistent printing of off_t and time_t
Xavier Chantry
2010-03-14
Bump copyright dates to 2010
Dan McGee
2009-12-13
improve download_internal error messages
Xavier Chantry
2009-11-15
download: major refactor to address lingering issues
Dan McGee
2009-10-20
dload.c : clear sigaction flag to make valgrind happy
Xavier Chantry
2009-10-11
typing: a few more fixes for special int types
Dan McGee
2009-09-29
Merge branch 'maint'
Dan McGee
2009-09-29
dload : fix infinite download (big type mistake)
Xavier Chantry
2009-08-18
Merge branch 'maint'
Dan McGee
2009-08-18
dload.c : various fixes
Xavier Chantry
2009-08-18
dload.c : change the way to check for mtimes
Xavier Chantry
2009-08-13
Make fetch timeout actually 10 seconds
Dan McGee
2009-08-08
dload.c : only call fwrite once
Xavier Chantry
2009-08-08
dload.c : change the way to check for mtimes
Xavier Chantry
2009-08-02
fix warning when internal download is not used
Xavier Chantry
2009-07-22
Add a fetch callback to allow front-end download support
Sebastian Nowicki
2009-07-01
Update copyright headers and messages
Dan McGee
2009-06-08
Give sensible feedback when a repo has no configured servers
Dan McGee
2009-01-12
Remove libdownload support and fix libfetch one.
Xavier Chantry
2009-01-02
Merge branch 'maint'
Dan McGee
2008-12-10
Print proxy information when downloading
Dan McGee
2008-12-02
Merge branch 'maint'
Dan McGee
2008-11-17
Minor code cleanups
Dan McGee
2008-10-31
Set SIGPIPE handler to SIG_IGN when downloading
Dan McGee
2008-10-31
Make libfetch the 'native' download library
Dan McGee
2008-08-05
Avoid double slashes in URLs given to libdownload.
Xavier Chantry
2008-08-05
dload.c : drop the specific handling of file: url.
Xavier Chantry
2008-06-04
Use correct C type for file sizes
Dan McGee
2008-04-19
Give libalpm native support for both libdownload and libfetch
Dan McGee
2008-04-06
Allow disabling of internal (libdownload) code
Dan McGee
2008-04-06
Remove a bit more download.h pollution
Dan McGee
2008-04-06
Remove unnecessary header file, move one macro to util.c
Dan McGee
2008-03-23
memleak fix: ensure we free result of get_destfile()
Dan McGee
2008-03-09
Refactoring of the download code.
Chantry Xavier
2008-02-27
Start removing some junk from the function template
Dan McGee
2008-02-27
libalpm/dload.c : memleak fixes.
Chantry Xavier
2008-02-24
Remove pmserver_t abstraction
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