Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-25 | replaced hardcoded references to the cache by CACHEDIR | Aurelien Foret | 1 | -2/+5 | |
2005-03-25 | added a missing goto! | Aurelien Foret | 1 | -2/+1 | |
2005-03-24 | fix: one can't add a package twice in transaction targets list | Aurelien Foret | 1 | -0/+3 | |
2005-03-24 | cleanup for add_loadtarget() logs | Aurelien Foret | 2 | -2/+1 | |
2005-03-24 | removed duplicated prototype | Aurelien Foret | 1 | -2/+0 | |
2005-03-24 | reorganization | Aurelien Foret | 1 | -11/+21 | |
2005-03-23 | uncommented a call to alpm_logaction | Aurelien Foret | 1 | -2/+1 | |
2005-03-23 | - removed db_find_conflicts() declaration from db.h | Aurelien Foret | 2 | -2/+1 | |
- included conflict.h from add.c | |||||
2005-03-23 | removed leftover debug printf | Aurelien Foret | 1 | -2/+0 | |
2005-03-22 | moved db_find_conflicts from db.c to conflict.c | Aurelien Foret | 4 | -131/+193 | |
2005-03-22 | - added db_setlastupdate to db.c | Aurelien Foret | 5 | -79/+67 | |
- moved db_update from db.c to alpm.c | |||||
2005-03-20 | Let the C preprocessor concatenates CACHEDIR string | Aurelien Foret | 1 | -2/+2 | |
2005-03-20 | added display of backup info in dump_pkg_full() | Aurelien Foret | 1 | -16/+15 | |
2005-03-20 | fetch_pkgurl: do not download a file if it's already in the current dir | Aurelien Foret | 1 | -24/+29 | |
2005-03-20 | replaced rewinddir() calls by db_rewind() | Aurelien Foret | 1 | -2/+2 | |
2005-03-20 | - added pmo_chomp support (from pacman 2.9.3) | Aurelien Foret | 3 | -2/+38 | |
- fixed a typo with pmo_proxyport usage | |||||
2005-03-20 | added support for the XFERCOMMAND option | Aurelien Foret | 1 | -3/+6 | |
2005-03-20 | removed a deprecated placeholder | Aurelien Foret | 1 | -4/+1 | |
2005-03-20 | - added HTTP support for .lastupdate files | Aurelien Foret | 1 | -2/+6 | |
- updated some points | |||||
2005-03-20 | Added support for .lastupdate files (from pacman 2.9.1) | Aurelien Foret | 8 | -60/+205 | |
2005-03-20 | added i18n to TODO | Judd Vinet | 1 | -0/+2 | |
2005-03-19 | Rework for fixed length strings | Aurelien Foret | 2 | -5/+6 | |
2005-03-19 | pacman_deptest() rework | Aurelien Foret | 1 | -13/+18 | |
2005-03-19 | Removed an hardcoded string length | Aurelien Foret | 1 | -1/+1 | |
2005-03-19 | Removed an hardcoded string length | Aurelien Foret | 1 | -1/+1 | |
2005-03-19 | Revert to previous version | Aurelien Foret | 1 | -0/+2 | |
2005-03-19 | Removed an uneeded global reference | Aurelien Foret | 1 | -2/+0 | |
2005-03-19 | Copyright update | Aurelien Foret | 1 | -1/+1 | |
2005-03-19 | Relocated log and transaction stuffs from pacman.c to log.c and trans.c | Aurelien Foret | 13 | -160/+292 | |
2005-03-18 | Avoided extern references to pmo_root. | Aurelien Foret | 2 | -5/+8 | |
Better use PM_OPT_ROOT to know the root. | |||||
2005-03-18 | Fixed some typo... | Aurelien Foret | 1 | -2/+2 | |
2005-03-18 | Removed unuseful getuid() calls | Aurelien Foret | 1 | -2/+2 | |
2005-03-18 | One more sanity check, and one more ORE tag | Aurelien Foret | 1 | -0/+17 | |
2005-03-16 | Removed hardcoded reference to fields of packages | Aurelien Foret | 2 | -16/+28 | |
2005-03-16 | Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internal | Aurelien Foret | 7 | -88/+88 | |
defines). | |||||
2005-03-16 | Code cleanup | Aurelien Foret | 3 | -5/+8 | |
2005-03-16 | Added a missing FtpQuit() call | Aurelien Foret | 1 | -0/+1 | |
2005-03-16 | Code reformatting | Aurelien Foret | 1 | -1/+1 | |
2005-03-16 | Dropped pmo_nosave parameter (now included in pmo_flags) | Aurelien Foret | 1 | -1/+0 | |
2005-03-16 | Code formatting | Aurelien Foret | 1 | -1/+1 | |
2005-03-16 | Bring back db_scan() modifications from pacman 2.9.1 | Aurelien Foret | 1 | -12/+19 | |
(to cope with .lastupdate files in the db path) | |||||
2005-03-16 | Added missing extern declaration | Aurelien Foret | 1 | -3/+4 | |
2005-03-16 | Avoided usage of global variables pmo_root and pmo_dbpath. | Aurelien Foret | 2 | -13/+13 | |
Better make use of alpm_get_option to ge their values. | |||||
2005-03-16 | - reworked sync_synctree() to make use of alpm_db_update() | Aurelien Foret | 3 | -104/+21 | |
- dropped unpack() | |||||
2005-03-16 | - added PM_EXT_PKG and PM_EXT_DB defines to alpm.h (taken from pacman 2.9.3) | Aurelien Foret | 5 | -12/+15 | |
- renamed ALPM_VERSION to PM_VERSION | |||||
2005-03-16 | Moved log callback definition to alpm.h | Aurelien Foret | 3 | -3/+5 | |
2005-03-16 | *** empty log message *** | Aurelien Foret | 1 | -1/+1 | |
2005-03-16 | New ORE tag | Aurelien Foret | 1 | -0/+3 | |
2005-03-16 | Added DB_TREENAME_LEN define to avoid hardcoded length for database string | Aurelien Foret | 2 | -2/+4 | |
2005-03-16 | One more ORE comment | Aurelien Foret | 1 | -0/+2 | |