summaryrefslogtreecommitdiff
path: root/lib/libalpm/list.h
Commit message (Collapse)AuthorAge
* * repo-add script - to add entries to a db file directly from package data ↵Aaron Griffin2006-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
* A handful of minor changes:Aaron Griffin2006-10-20
| | | | | | | | * 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
* code cleanupAurelien Foret2006-03-02
|
* improved _alpm_list_free handlingAurelien Foret2006-02-22
|
* prepend library function names with _alpm (helped with the patch from ↵Aurelien Foret2006-02-17
| | | | | | VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions
* - db_write: add support to write both local and sync entriesAurelien Foret2006-02-16
| | | | - code cleanup
* - started to rename list_XXX calls to _alpm_list_XXXAurelien Foret2006-01-05
| | | | - fixed 2 compilation warnings
* various code cleanupAurelien Foret2006-01-05
|
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
|
* fixed compilation warningsAurelien Foret2005-11-07
|
* Merging in recent fixes/additions from 2.9.7Judd Vinet2005-10-07
|
* reimplemented list_remove to deal with lists of any kind of dataAurelien Foret2005-05-03
|
* renamed list_is_ptrin() in list_is_in()Aurelien Foret2005-04-23
|
* - fixed args order in list_is_ptrin()Aurelien Foret2005-04-20
|
* added a FREELISTPTR macro to free a PMList without freeing its dataAurelien Foret2005-03-28
|
* Backport from pacman 2.9.5Aurelien Foret2005-03-26
|
* Backport from pacman 2.9.5Aurelien Foret2005-03-25
| | | | | - list_remove, list_check and list_reverse - sortbydeps(mode)
* Initial revisionJudd Vinet2005-03-15