summaryrefslogtreecommitdiff
path: root/src/pacman/download.c
Commit message (Collapse)AuthorAge
* renamed pmconfig_t to config_tAurelien Foret2005-10-29
|
* added pmconfig_t structure to hold all the configurationAurelien Foret2005-10-28
| | | | (patch from VMiklos <vmiklos@frugalware.org>)
* fetch_pkgurl: do not download a file if it's already in the current dirAurelien Foret2005-03-20
|
* - added pmo_chomp support (from pacman 2.9.3)Aurelien Foret2005-03-20
| | | | - fixed a typo with pmo_proxyport usage
* Added support for .lastupdate files (from pacman 2.9.1)Aurelien Foret2005-03-20
|
* Revert to previous versionAurelien Foret2005-03-19
|
* Removed an uneeded global referenceAurelien Foret2005-03-19
|
* Relocated log and transaction stuffs from pacman.c to log.c and trans.cAurelien Foret2005-03-19
|
* Added a missing FtpQuit() callAurelien Foret2005-03-16
|
* Avoided usage of global variables pmo_root and pmo_dbpath.Aurelien Foret2005-03-16
| | | | Better make use of alpm_get_option to ge their values.
* - added PM_EXT_PKG and PM_EXT_DB defines to alpm.h (taken from pacman 2.9.3)Aurelien Foret2005-03-16
| | | | - renamed ALPM_VERSION to PM_VERSION
* Initial revisionJudd Vinet2005-03-15