summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/cache.c
AgeCommit message (Expand)AuthorFilesLines
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