index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-27 | libalpm/dload.c : memleak fixes. | Chantry Xavier | |
Signed-off-by: Chantry Xavier <shiningxc@gmail.com> | |||
2008-02-24 | Remove pmserver_t abstraction | Dan McGee | |
Remove what was a pretty weird abstraction in the libalpm backend. Instead of parsing server URLs as we get them (of which we don't usually use more than a handful anyway), wait until they are actually used, which allows us to store them as a simple string list instead. This allows us to remove a lot of code, and will greatly simplify the continuing refactoring of the download code. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2008-02-24 | Add new stub download functions for use throughout the code | Dan McGee | |
Add new stub functions that work by calling the existing (terrible) download forreal function, which needs a serious overhaul. Hide the existing functions and switch all former users to the new functions. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2008-02-24 | Move download code out of server.c | Dan McGee | |
This is the first in what will be a series of patches to clean up the current download code in libalpm. Start by moving download code out of server.c and into download.c. Signed-off-by: Dan McGee <dan@archlinux.org> |