summaryrefslogtreecommitdiff
path: root/lib/libalpm/db.c
AgeCommit message (Expand)Author
2008-01-14Change the versioned provision format.Chantry Xavier
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-25Additionally search for non-regex strings on a db search operationAaron Griffin
2007-11-21Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier
2007-11-18Versioned provisions.Nagy Gabor
2007-11-18Remove the IgnorePkg handling from alpm_pkg_compare_version.Chantry Xavier
2007-11-17Remove provide.c and provide.h .Chantry Xavier
2007-11-17Generalized alpm_list_find.Nagy Gabor
2007-11-16War on whitespaceDan McGee
2007-11-16libalpm: simplify sync db lastupdateDan McGee
2007-11-14Remove REQUIREDBY usage from libalpmDan McGee
2007-11-11Implement TotalDownload option.Nathan Jones
2007-11-11Implement IgnoreGroup.Nathan Jones
2007-11-05libalpm/db.c: change two warnings to errorsDan McGee
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee
2007-10-08Add gcc format attribute to _alpm_log, catch a few bugs in the processDan McGee
2007-09-16trans.c : reworking of transaction interruptionsChantry Xavier
2007-09-16Remove the DB consistency check from pacman and libalpm.Chantry Xavier
2007-09-03Fix compile-time error with de.po, runtime error with db.cTravis Willard
2007-08-26separate local from sync dbs on filesystemTravis Willard
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-21Various valgrind mem leak fixesDan McGee
2007-08-21Post trial install changes, round oneDan McGee
2007-08-16libalpm/db.c : add alpm_db_unregister_all.Chantry Xavier
2007-08-15libalpm/db.c : allow unregistering db for interrupted transaction.Chantry Xavier
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee
2007-07-01Remove unnecessary and extra includesDan McGee
2007-06-17Update Doxyfile and add a few missing parts of documentationDan McGee
2007-06-09Add a alpm_db_test() function to the backend for checking DB consistencyVMiklos
2007-06-05Const correctness!Dan McGee
2007-06-04Merge branch 'alpm.c_cleanup' into frontend_configDan McGee
2007-06-04Fix up outstanding parseconfig issuesDan McGee
2007-06-04Rip alpm_parse_config out of libalpmDan McGee
2007-06-04Move functions out of alpm.c to where they belongDan McGee
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee
2007-04-29Remove STRNCPY macro from libalpmDan McGee
2007-04-27Remove FREESERVER macro and correctly type _alpm_server_freeDan McGee
2007-04-26Clean up gettext on the libalpm sideDan McGee
2007-03-09* Two fixes when running under a new root (-r|--root)Aaron Griffin
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-03-04* Fixed a whole mess of extra '/' pathing issues when a different root isAaron Griffin
2007-03-03Big commit this time:Aaron Griffin
2007-03-01* Fix up _alpm_db_free, remove use of void*.Dan McGee
2007-02-26* db search optimization- why don't we compile the regex once instead of onceDan McGee
2007-02-26* Enforce const char* params when using stringsAaron Griffin
2007-02-21* Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin
2007-01-31Debug logging changes:Aaron Griffin
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin