Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-19 | Preliminary checkin for alpm_list conversion | Aaron Griffin | 1 | -60/+0 | |
* 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 | |||||
2007-01-11 | * Jürgen Hötzel <juergen@hoetzel.info> | Aaron Griffin | 1 | -0/+3 | |
_alpm_db_load_pkgcache: use mergesort to improve performance | |||||
2006-11-20 | * repo-add script - to add entries to a db file directly from package data ↵ | Aaron Griffin | 1 | -3/+5 | |
(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 | 1 | -14/+12 | |
* 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-03-02 | code cleanup | Aurelien Foret | 1 | -2/+2 | |
2006-02-22 | improved _alpm_list_free handling | Aurelien Foret | 1 | -9/+5 | |
2006-02-17 | prepend library function names with _alpm (helped with the patch from ↵ | Aurelien Foret | 1 | -6/+6 | |
VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions | |||||
2006-02-16 | - db_write: add support to write both local and sync entries | Aurelien Foret | 1 | -1/+1 | |
- code cleanup | |||||
2006-01-05 | - started to rename list_XXX calls to _alpm_list_XXX | Aurelien Foret | 1 | -5/+5 | |
- fixed 2 compilation warnings | |||||
2006-01-05 | various code cleanup | Aurelien Foret | 1 | -7/+4 | |
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 1 | -1/+1 | |
2005-11-07 | fixed compilation warnings | Aurelien Foret | 1 | -1/+1 | |
2005-10-08 | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | 1 | -0/+1 | |
2005-05-03 | reimplemented list_remove to deal with lists of any kind of data | Aurelien Foret | 1 | -1/+1 | |
2005-04-23 | renamed list_is_ptrin() in list_is_in() | Aurelien Foret | 1 | -1/+1 | |
2005-04-20 | - fixed args order in list_is_ptrin() | Aurelien Foret | 1 | -1/+2 | |
2005-03-28 | added a FREELISTPTR macro to free a PMList without freeing its data | Aurelien Foret | 1 | -0/+10 | |
2005-03-26 | Backport from pacman 2.9.5 | Aurelien Foret | 1 | -1/+1 | |
2005-03-25 | Backport from pacman 2.9.5 | Aurelien Foret | 1 | -1/+3 | |
- list_remove, list_check and list_reverse - sortbydeps(mode) | |||||
2005-03-15 | Initial revision | Judd Vinet | 1 | -0/+50 | |