summaryrefslogtreecommitdiff
path: root/lib/libalpm/db.h
AgeCommit message (Expand)Author
2006-10-25Moved downloaded db unpacking to the backend files, to easier allow conversionAaron Griffin
2006-10-20A handful of minor changes:Aaron Griffin
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin
2006-03-08all _alpm_XXX_cmp functions are now publicAurelien Foret
2006-03-07code cleanupAurelien Foret
2006-03-02reworked the db object to prepare future integration with different backendsAurelien Foret
2006-02-22improved _alpm_list_free handlingAurelien Foret
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret
2006-02-16- db_write: add support to write both local and sync entriesAurelien Foret
2006-02-15- merged db_open and db_create into one single functionAurelien Foret
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet
2005-04-02- added 'lastupdate' field to pmdb_tAurelien Foret
2005-03-23- removed db_find_conflicts() declaration from db.hAurelien Foret
2005-03-22- added db_setlastupdate to db.cAurelien Foret
2005-03-20Added support for .lastupdate files (from pacman 2.9.1)Aurelien Foret
2005-03-16Added DB_TREENAME_LEN define to avoid hardcoded length for database stringAurelien Foret
2005-03-16Fixed a typoAurelien Foret
2005-03-16Added a db_update() function to manage sync databases updates.Aurelien Foret
2005-03-15Initial revisionJudd Vinet