summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/cache.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-14package.h: implement origin_data union in pmpkg_t structDan McGee1-1/+1
2007-08-14Code cleanupDan McGee1-1/+0
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee1-8/+10
2007-06-05Const correctness!Dan McGee1-1/+1
2007-04-28Remove FREELISTPTR macroDan McGee1-1/+2
2007-04-28Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee1-2/+6
2007-04-28Remove FREEGRP macro and correctly type _alpm_grp_freeDan McGee1-1/+2
2007-04-27Clean up gettext on the libalpm sideDan McGee1-1/+0
2007-03-11* Fix group comparison issue and associated compilation warnings by usingDan McGee1-3/+5
2007-03-10fixed string comparison callback (patch from Nagy Gabor)Jürgen Hötzel1-2/+2
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-3/+5
2007-03-03Big commit this time:Aaron Griffin1-50/+32
2007-03-01* Modified values of INFRQ_* options so we start at 0x01 and not 0x00. ThisDan McGee1-2/+2
2007-02-26* Enforce const char* params when using stringsAaron Griffin1-3/+3
2007-02-22* debug cleanup (more)Aaron Griffin1-2/+2
2007-02-22* Cleaned up some debug outputAaron Griffin1-2/+8
2007-02-21* Fixed inconsistency of args- _alpm_db_read, _alpm_db_write.Dan McGee1-1/+1
2007-02-21* Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin1-0/+4
2007-01-31Fix corrupt DB entry handling when loading package entries.Aaron Griffin1-3/+2
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin1-0/+22
2007-01-30Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee1-2/+2
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin1-2/+7
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-4/+4
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-18/+18
2007-01-11* Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin1-1/+4
2006-11-01Fixed pacman -U:Aaron Griffin1-1/+1
2006-10-31Numerous changes:Aaron Griffin1-12/+35
2006-10-20A handful of minor changes:Aaron Griffin1-7/+7
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-5/+6
2006-03-08all _alpm_XXX_cmp functions are now publicAurelien Foret1-10/+3
2006-03-07fixed a commentaryAurelien Foret1-1/+0
2006-03-07code cleanupAurelien Foret1-2/+2
2006-03-04make cache works when loading it with DEPENDS info onlyAurelien Foret1-0/+4
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret1-30/+30
2006-01-18more code cleanup yetAurelien Foret1-12/+2
2006-01-16more code cleanupAurelien Foret1-2/+2
2006-01-02code cleanupAurelien Foret1-1/+0
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-12-31added a debug log when freeing the package cacheAurelien Foret1-0/+3
2005-10-20added INFRQ_DESC back to the package cache so the group cache will workJudd Vinet1-1/+2
2005-10-08Reworked the cache handling to only load DEPENDS info by defaultAurelien Foret1-1/+1
2005-05-03make use of the new list_remove implementationAurelien Foret1-18/+22
2005-04-24logs cleanupAurelien Foret1-4/+1
2005-04-23rework the cache handling to avoid as much as possible calls to db_scan()Aurelien Foret1-2/+53
2005-04-05added logs for cache generationAurelien Foret1-0/+6
2005-03-29Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ...Aurelien Foret1-1/+2
2005-03-28added a FREELISTPTR macro to free a PMList without freeing its dataAurelien Foret1-5/+1
2005-03-15Initial revisionJudd Vinet1-0/+203