summaryrefslogtreecommitdiff
path: root/lib/libalpm/cache.c
AgeCommit message (Expand)Author
2010-03-14Bump copyright dates to 2010Dan McGee
2009-07-01Update copyright headers and messagesDan McGee
2009-01-12db->pkgcache_loaded and db->grpcache_loadedNagy Gabor
2008-10-12Remove unnecessary unistd.h header inclusionDan McGee
2008-07-15_alpm_db_add_pkgincache reworkNagy Gabor
2008-05-13Fix rewinddir regression by cleaning up db_scanXavier Chantry
2008-05-13Swap the parameters of alpm_pkg_findNagy Gabor
2008-05-11Remove some useless abstraction and start db cleanupDan McGee
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-03-23Switch pmgrp_t to dynamic allocation, general group cleanupDan McGee
2008-01-23libalpm/cache.c : don't duplicate packages in pkgcache.Chantry Xavier
2008-01-01Remove gettext calls from debug-level messagesDan McGee
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-16War on whitespaceDan McGee
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-21Various valgrind mem leak fixesDan McGee
2007-08-14package.h: implement origin_data union in pmpkg_t structDan McGee
2007-08-14Code cleanupDan McGee
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee
2007-06-05Const correctness!Dan McGee
2007-04-28Remove FREELISTPTR macroDan McGee
2007-04-28Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee
2007-04-27Remove FREEGRP macro and correctly type _alpm_grp_freeDan McGee
2007-04-26Clean up gettext on the libalpm sideDan McGee
2007-03-11* Fix group comparison issue and associated compilation warnings by usingDan McGee
2007-03-09fixed string comparison callback (patch from Nagy Gabor)Jürgen Hötzel
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-03-03Big commit this time:Aaron Griffin
2007-03-01* Modified values of INFRQ_* options so we start at 0x01 and not 0x00. ThisDan McGee
2007-02-26* Enforce const char* params when using stringsAaron Griffin
2007-02-22* debug cleanup (more)Aaron Griffin
2007-02-22* Cleaned up some debug outputAaron Griffin
2007-02-21* Fixed inconsistency of args- _alpm_db_read, _alpm_db_write.Dan McGee
2007-02-21* Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin
2007-01-31Fix corrupt DB entry handling when loading package entries.Aaron Griffin
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin
2007-01-30Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2007-01-11* Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin
2006-11-01Fixed pacman -U:Aaron Griffin
2006-10-31Numerous changes:Aaron Griffin
2006-10-20A handful of minor changes:Aaron Griffin
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet
2006-03-08all _alpm_XXX_cmp functions are now publicAurelien Foret
2006-03-07fixed a commentaryAurelien Foret
2006-03-07code cleanupAurelien Foret
2006-03-04make cache works when loading it with DEPENDS info onlyAurelien Foret
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret