summaryrefslogtreecommitdiff
path: root/lib/libalpm/db.c
Commit message (Expand)AuthorAge
...
* | 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
* reworked the db object to prepare future integration with different backendsAurelien Foret2006-03-02
* improved _alpm_list_free handlingAurelien Foret2006-02-22
* dropped the MALLOC macroAurelien Foret2006-02-20
* FW: spaces -> tabs cosmetic fixJudd Vinet2006-02-20
* prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret2006-02-17
* - db_write: add support to write both local and sync entriesAurelien Foret2006-02-16
* - merged db_open and db_create into one single functionAurelien Foret2006-02-15
* db_write: only write non-empty fields to databaseAurelien Foret2006-02-11
* cleaned up db_write error cases handlingAurelien Foret2006-01-27
* fixed potential file descriptor leaksAurelien Foret2006-01-27
* - merged pkg_new and pkg_dummy functionsAurelien Foret2006-01-09
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
* applied first try at sync conflict handling (VMiklos) plus a couple changesJudd Vinet2005-12-26
* Code update to make use of PKG_FULLNAME_LENAurelien Foret2005-10-08
* Reworked the cache handling to only load DEPENDS info by defaultAurelien Foret2005-10-08
* Moved the REPLACES and FORCE package fields from DESC to DEPENDS db entryAurelien Foret2005-10-08
* Added a missing include for CYGWIN targetAurelien Foret2005-10-06