index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-19 | Preliminary checkin for alpm_list conversion | Aaron Griffin | |
* 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 | |||
2006-11-20 | * repo-add script - to add entries to a db file directly from package data ↵ | Aaron Griffin | |
(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 | |||
2006-10-20 | A handful of minor changes: | Aaron Griffin | |
* Removed the PMList typedef, in favor of the same naming scheme other structs use 'pmlist_t' * Added a time stamp on debug output, to make it more informational * Moved alpm_db_register to _alpm_db_register, making the public function not take a callback parameter | |||
2006-10-15 | Applied Frugalware patch from Christian Hamar alias krix <krics@linuxforum.hu> | Aaron Griffin | |
for file-conflict progress bar Also did some CVS cleanup, removing some of the autogenerated files that shouldn't have been there | |||
2006-02-17 | prepend library function names with _alpm (helped with the patch from ↵ | Aurelien Foret | |
VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions | |||
2006-02-05 | added a pmconflict_t structure to handle file conflicts | Aurelien Foret | |
2006-01-15 | pulled out conflict checkings from checkdeps() in its own function: ↵ | Aurelien Foret | |
checkconflicts() | |||
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | |
2005-10-07 | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | |
2005-03-22 | moved db_find_conflicts from db.c to conflict.c | Aurelien Foret | |