summaryrefslogtreecommitdiff
path: root/src/pacman/download.c
AgeCommit message (Expand)Author
2006-02-14- added a WARN macro to display warningsAurelien Foret
2006-01-28added a --noprogressbar switch for scripts to useJudd Vinet
2006-01-14sysupgrade: skip version cmp for pkg elected for removal (patch from VMiklos...Aurelien Foret
2006-01-13code cleanupAurelien Foret
2006-01-10updated README and download comments about mtimes supportAurelien Foret
2006-01-07code cleanup (mainly removed line spaces at the beginning of lines by tabulat...Aurelien Foret
2006-01-05fixed a regressionAurelien Foret
2006-01-05terminated .lastupdate implementation for HTTP protocolAurelien Foret
2006-01-04added .lastudate support for HTTP protocolAurelien Foret
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet
2005-12-20VMiklos: add STRNCPY macro from alpm to pacmanJudd Vinet
2005-10-29renamed pmconfig_t to config_tAurelien Foret
2005-10-28added pmconfig_t structure to hold all the configurationAurelien Foret
2005-03-20fetch_pkgurl: do not download a file if it's already in the current dirAurelien Foret
2005-03-20- added pmo_chomp support (from pacman 2.9.3)Aurelien Foret
2005-03-20Added support for .lastupdate files (from pacman 2.9.1)Aurelien Foret
2005-03-19Revert to previous versionAurelien Foret
2005-03-19Removed an uneeded global referenceAurelien Foret
2005-03-19Relocated log and transaction stuffs from pacman.c to log.c and trans.cAurelien Foret
2005-03-16Added a missing FtpQuit() callAurelien Foret
2005-03-16Avoided usage of global variables pmo_root and pmo_dbpath.Aurelien Foret
2005-03-16- added PM_EXT_PKG and PM_EXT_DB defines to alpm.h (taken from pacman 2.9.3)Aurelien Foret
2005-03-15Initial revisionJudd Vinet