summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/db.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-25Move download code out of server.cDan McGee1-0/+2
2008-01-15Merge branch 'maint'Dan McGee1-1/+1
2008-01-15Change the versioned provision format.Chantry Xavier1-1/+1
2008-01-11Use dynamic string allocation in package structuresDan McGee1-9/+7
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-11-25Additionally search for non-regex strings on a db search operationAaron Griffin1-0/+4
2007-11-21Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier1-144/+0
2007-11-19Versioned provisions.Nagy Gabor1-1/+20
2007-11-18Remove the IgnorePkg handling from alpm_pkg_compare_version.Chantry Xavier1-1/+5
2007-11-17Remove provide.c and provide.h .Chantry Xavier1-1/+24
2007-11-17Generalized alpm_list_find.Nagy Gabor1-1/+1
2007-11-17War on whitespaceDan McGee1-4/+4
2007-11-16libalpm: simplify sync db lastupdateDan McGee1-9/+11
2007-11-15Remove REQUIREDBY usage from libalpmDan McGee1-1/+0
2007-11-11Implement TotalDownload option.Nathan Jones1-1/+2
2007-11-11Implement IgnoreGroup.Nathan Jones1-1/+1
2007-11-06libalpm/db.c: change two warnings to errorsDan McGee1-2/+2
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee1-11/+2
2007-10-09Add gcc format attribute to _alpm_log, catch a few bugs in the processDan McGee1-2/+2
2007-09-17trans.c : reworking of transaction interruptionsChantry Xavier1-4/+2
2007-09-17Remove the DB consistency check from pacman and libalpm.Chantry Xavier1-13/+0
2007-09-04Fix compile-time error with de.po, runtime error with db.cTravis Willard1-1/+5
2007-08-27separate local from sync dbs on filesystemTravis Willard1-36/+81
2007-08-24libalpm: add newlines to all strings passed to log callbackDan McGee1-24/+24
2007-08-22Various valgrind mem leak fixesDan McGee1-22/+25
2007-08-22Post trial install changes, round oneDan McGee1-7/+6
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