summaryrefslogtreecommitdiff
path: root/lib/libalpm/db.c
Commit message (Expand)AuthorAge
* Add gcc format attribute to _alpm_log, catch a few bugs in the processDan McGee2007-10-08
* trans.c : reworking of transaction interruptionsChantry Xavier2007-09-16
* Remove the DB consistency check from pacman and libalpm.Chantry Xavier2007-09-16
* Fix compile-time error with de.po, runtime error with db.cTravis Willard2007-09-03
* separate local from sync dbs on filesystemTravis Willard2007-08-26
* libalpm: add newlines to all strings passed to log callbackDan McGee2007-08-23
* Various valgrind mem leak fixesDan McGee2007-08-21
* Post trial install changes, round oneDan McGee2007-08-21
* libalpm/db.c : add alpm_db_unregister_all.Chantry Xavier2007-08-16
* libalpm/db.c : allow unregistering db for interrupted transaction.Chantry Xavier2007-08-15
* Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee2007-07-10
* Remove unnecessary and extra includesDan McGee2007-07-01
* Update Doxyfile and add a few missing parts of documentationDan McGee2007-06-17
* Add a alpm_db_test() function to the backend for checking DB consistencyVMiklos2007-06-09
* Const correctness!Dan McGee2007-06-05
* Merge branch 'alpm.c_cleanup' into frontend_configDan McGee2007-06-04
|\
| * Move functions out of alpm.c to where they belongDan McGee2007-06-04
* | Fix up outstanding parseconfig issuesDan McGee2007-06-04
* | Rip alpm_parse_config out of libalpmDan McGee2007-06-04
|/
* Move DB and cache dirs away from there dependence on ROOTDIRDan McGee2007-05-31
* Remove STRNCPY macro from libalpmDan McGee2007-04-29
* Remove FREESERVER macro and correctly type _alpm_server_freeDan McGee2007-04-27
* Clean up gettext on the libalpm sideDan McGee2007-04-26
* * Two fixes when running under a new root (-r|--root)Aaron Griffin2007-03-09
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* * Fixed a whole mess of extra '/' pathing issues when a different root isAaron Griffin2007-03-04
* Big commit this time:Aaron Griffin2007-03-03
* * Fix up _alpm_db_free, remove use of void*.Dan McGee2007-03-01
* * db search optimization- why don't we compile the regex once instead of onceDan McGee2007-02-26
* * Enforce const char* params when using stringsAaron Griffin2007-02-26
* * Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin2007-02-21
* Debug logging changes:Aaron Griffin2007-01-31
* K. Piche <kevin.piche@cgi.com>Aaron Griffin2007-01-30
* K. Piche <kpiche@rogers.com>Aaron Griffin2007-01-30
* This mainly deals with code clarity- removing currently unneededAaron Griffin2007-01-24
* * Added some calloc calls to replace the malloc-then-set-to-zero functionalityAaron Griffin2007-01-23
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin2007-01-17
* * modeline fixes / reformattingAaron Griffin2006-12-21
* * Cosmetic changes and typo fixesAaron Griffin2006-12-01
* * repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin2006-11-20
* Fixed pacman -U:Aaron Griffin2006-11-01
* Numerous changes:Aaron Griffin2006-10-31
* Fixes from frugalware: few 'typos' included while patchingAaron Griffin2006-10-21
* Minor changes:Aaron Griffin2006-10-21
* A handful of minor changes:Aaron Griffin2006-10-20
* Merged frugalware changes (too many to list). Also added some config fileAaron Griffin2006-10-15
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
* put back treename in db->pathAurelien Foret2006-03-14
* all _alpm_XXX_cmp functions are now publicAurelien Foret2006-03-08