summaryrefslogtreecommitdiff
path: root/src/pacman/database.c
Commit message (Expand)AuthorAge
* ALPM API adjustments for sanity and consistencyDan McGee2012-02-06
* include config.h via MakefilesDave Reisner2011-12-21
* Make alpm_db_set_pkgreason() arguments more saneDan McGee2011-07-14
* Allow invalid sync DBs to be returned by the libraryDan McGee2011-07-05
* Prefix alpm_transflag_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_pkgreason_t members with ALPMAllan McRae2011-07-02
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae2011-06-28
* Move pm_errno onto the handleDan McGee2011-06-13
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Header inclusion cleanupDan McGee2011-04-20
* Style change: return(x) --> return xDan McGee2011-03-20
* Remove need to explicitly register the local DBDan McGee2011-01-29
* Update copyright years for 2011Allan McRae2011-01-07
* Introduce -D, --databaseNagy Gabor2010-05-05