summaryrefslogtreecommitdiff
path: root/lib/libalpm/cache.c
Commit message (Expand)AuthorAge
* libalpm/cache.c : don't duplicate packages in pkgcache.Chantry Xavier2008-01-23
* Remove gettext calls from debug-level messagesDan McGee2008-01-01
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* War on whitespaceDan McGee2007-11-16
* libalpm: add newlines to all strings passed to log callbackDan McGee2007-08-23
* Various valgrind mem leak fixesDan McGee2007-08-21
* package.h: implement origin_data union in pmpkg_t structDan McGee2007-08-14
* Code cleanupDan McGee2007-08-14
* Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee2007-07-10
* Const correctness!Dan McGee2007-06-05
* Remove FREELISTPTR macroDan McGee2007-04-28
* Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee2007-04-28
* Remove FREEGRP macro and correctly type _alpm_grp_freeDan McGee2007-04-27
* Clean up gettext on the libalpm sideDan McGee2007-04-26
* * Fix group comparison issue and associated compilation warnings by usingDan McGee2007-03-11
* fixed string comparison callback (patch from Nagy Gabor)Jürgen Hötzel2007-03-09
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* Big commit this time:Aaron Griffin2007-03-03
* * Modified values of INFRQ_* options so we start at 0x01 and not 0x00. ThisDan McGee2007-03-01
* * Enforce const char* params when using stringsAaron Griffin2007-02-26
* * debug cleanup (more)Aaron Griffin2007-02-22
* * Cleaned up some debug outputAaron Griffin2007-02-22
* * Fixed inconsistency of args- _alpm_db_read, _alpm_db_write.Dan McGee2007-02-21
* * Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin2007-02-21
* Fix corrupt DB entry handling when loading package entries.Aaron Griffin2007-01-31
* K. Piche <kevin.piche@cgi.com>Aaron Griffin2007-01-30
* Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee2007-01-30
* * Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin2007-01-24
* This mainly deals with code clarity- removing currently unneededAaron Griffin2007-01-24
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* * Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin2007-01-11
* Fixed pacman -U:Aaron Griffin2006-11-01
* Numerous changes:Aaron Griffin2006-10-31
* A handful of minor changes:Aaron Griffin2006-10-20
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
* all _alpm_XXX_cmp functions are now publicAurelien Foret2006-03-08
* fixed a commentaryAurelien Foret2006-03-07
* code cleanupAurelien Foret2006-03-07
* make cache works when loading it with DEPENDS info onlyAurelien Foret2006-03-04
* prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret2006-02-17
* more code cleanup yetAurelien Foret2006-01-18
* more code cleanupAurelien Foret2006-01-16
* code cleanupAurelien Foret2006-01-02
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
* added a debug log when freeing the package cacheAurelien Foret2005-12-31
* added INFRQ_DESC back to the package cache so the group cache will workJudd Vinet2005-10-20
* Reworked the cache handling to only load DEPENDS info by defaultAurelien Foret2005-10-08
* make use of the new list_remove implementationAurelien Foret2005-05-03
* logs cleanupAurelien Foret2005-04-24
* rework the cache handling to avoid as much as possible calls to db_scan()Aurelien Foret2005-04-23