Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Preliminary checkin for alpm_list conversion | Aaron Griffin | 2007-01-19 |
| | | | | | | | | | * renamed pmlist_t -> alpm_list_t * made alpm_list_t a public type (alpm_list.h header) * removed additional storage for registered DBs in pacman source * some code cleanup * removed duplicate (pm)list_display functions from pacman source * misc code cleanup | ||
* | A few minor updates so --root works again. | Aaron Griffin | 2006-12-08 |
| | |||
* | * repo-add script - to add entries to a db file directly from package data ↵ | Aaron Griffin | 2006-11-20 |
| | | | | | | | | | | (no PKGBUILD) * libalpm api changes - move from a _getinfo(p, WHAT_WE_WANT) scheme to a typesafe _get_what_we_want(p) scheme [not 100% complete yet] * some const correctness changes * removal of PM_* types in alpm.h in favor of the pm*_t types used throughout libalpm | ||
* | Merged frugalware changes. Added a few other minor things too, but there's alot | Aaron Griffin | 2006-10-15 |
| | | | | to list. The diff should show you 8) | ||
* | - changed flags type from char to int | Aurelien Foret | 2006-03-04 |
| | | | | - downloadonly implies FLAG_NOCONFLICTS | ||
* | added a --noprogressbar switch for scripts to use | Judd Vinet | 2006-01-28 |
| | |||
* | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 2006-01-02 |
| | |||
* | added Frugalware patch: -Q --foreign to display packages not found in sync repos | Judd Vinet | 2005-12-14 |
| | |||
* | fixed compilation warnings | Aurelien Foret | 2005-11-07 |
| | |||
* | fixed parseconfig usage | Aurelien Foret | 2005-10-29 |
| | |||
* | renamed pmconfig_t to config_t | Aurelien Foret | 2005-10-29 |
| | |||
* | added pmconfig_t structure to hold all the configuration | Aurelien Foret | 2005-10-28 |
| | | | | (patch from VMiklos <vmiklos@frugalware.org>) | ||
* | Initial revision | Judd Vinet | 2005-03-15 |