summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/db.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-09* Two fixes when running under a new root (-r|--root)Aaron Griffin1-1/+1
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-7/+9
2007-03-04* Fixed a whole mess of extra '/' pathing issues when a different root isAaron Griffin1-1/+1
2007-03-03Big commit this time:Aaron Griffin1-8/+8
2007-03-01* Fix up _alpm_db_free, remove use of void*.Dan McGee1-4/+2
2007-02-27* db search optimization- why don't we compile the regex once instead of onceDan McGee1-7/+11
2007-02-26* Enforce const char* params when using stringsAaron Griffin1-2/+2
2007-02-21* Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin1-1/+1
2007-01-31Debug logging changes:Aaron Griffin1-2/+2
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin1-0/+13
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin1-1/+1
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-1/+1
2007-01-23* Added some calloc calls to replace the malloc-then-set-to-zero functionalityAaron Griffin1-6/+2
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-5/+5
2007-01-17Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin1-41/+20
2006-12-21* modeline fixes / reformattingAaron Griffin1-1/+1
2006-12-01* Cosmetic changes and typo fixesAaron Griffin1-1/+1
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-0/+25
2006-11-01Fixed pacman -U:Aaron Griffin1-3/+3
2006-10-31Numerous changes:Aaron Griffin1-3/+3
2006-10-21Fixes from frugalware: few 'typos' included while patchingAaron Griffin1-1/+0
2006-10-21Minor changes:Aaron Griffin1-2/+0
2006-10-20A handful of minor changes:Aaron Griffin1-5/+64
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-7/+91
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-2/+3
2006-03-14put back treename in db->pathAurelien Foret1-3/+3
2006-03-08all _alpm_XXX_cmp functions are now publicAurelien Foret1-0/+5
2006-03-02reworked the db object to prepare future integration with different backendsAurelien Foret1-549/+11
2006-02-22improved _alpm_list_free handlingAurelien Foret1-1/+4
2006-02-20dropped the MALLOC macroAurelien Foret1-2/+9
2006-02-20FW: spaces -> tabs cosmetic fixJudd Vinet1-12/+12
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret1-24/+24
2006-02-16- db_write: add support to write both local and sync entriesAurelien Foret1-40/+69
2006-02-15- merged db_open and db_create into one single functionAurelien Foret1-81/+12
2006-02-11db_write: only write non-empty fields to databaseAurelien Foret1-52/+82
2006-01-27cleaned up db_write error cases handlingAurelien Foret1-7/+15
2006-01-27fixed potential file descriptor leaksAurelien Foret1-12/+21
2006-01-09- merged pkg_new and pkg_dummy functionsAurelien Foret1-1/+1
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-12-26applied first try at sync conflict handling (VMiklos) plus a couple changesJudd Vinet1-0/+14
2005-10-08Code update to make use of PKG_FULLNAME_LENAurelien Foret1-2/+2
2005-10-08Reworked the cache handling to only load DEPENDS info by defaultAurelien Foret1-11/+7
2005-10-08Moved the REPLACES and FORCE package fields from DESC to DEPENDS db entryAurelien Foret1-10/+10
2005-10-06Added a missing include for CYGWIN targetAurelien Foret1-0/+3
2005-10-06Fixed an error logAurelien Foret1-1/+1
2005-08-20changed license package field to a listAurelien Foret1-4/+6
2005-05-03added some debug logsAurelien Foret1-0/+4
2005-05-02code cleanupAurelien Foret1-13/+11
2005-04-24fixed the format of %REASON% entry when writing itAurelien Foret1-1/+1
2005-04-24- fixed a cut'n'paste bug with %REASON% entryAurelien Foret1-9/+2