summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/db.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-16libalpm/db.c : add alpm_db_unregister_all.Chantry Xavier1-11/+52
2007-08-16libalpm/db.c : allow unregistering db for interrupted transaction.Chantry Xavier1-1/+2
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee1-19/+22
2007-07-02Remove unnecessary and extra includesDan McGee1-7/+0
2007-06-17Update Doxyfile and add a few missing parts of documentationDan McGee1-0/+11
2007-06-09Add a alpm_db_test() function to the backend for checking DB consistencyVMiklos1-0/+13
2007-06-05Const correctness!Dan McGee1-32/+34
2007-06-05Merge branch 'alpm.c_cleanup' into frontend_configDan McGee1-0/+440
2007-06-05Fix up outstanding parseconfig issuesDan McGee1-0/+4
2007-06-05Rip alpm_parse_config out of libalpmDan McGee1-4/+1
2007-06-05Move functions out of alpm.c to where they belongDan McGee1-0/+440
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-7/+11
2007-04-29Remove STRNCPY macro from libalpmDan McGee1-1/+1
2007-04-28Remove FREESERVER macro and correctly type _alpm_server_freeDan McGee1-1/+4
2007-04-27Clean up gettext on the libalpm sideDan McGee1-1/+0
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