summaryrefslogtreecommitdiffstats
path: root/src/pacman/database.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-12-05Suppress more output messages on successful -D options with -qAllan McRae1-4/+6
2016-12-05Give a "success!" message on database checkPatrick Eigensatz1-0/+4
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-03-15Actually return the error value of check_db_localCharles Pigott1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2015-01-02Integrate testdb into pacmanAllan McRae1-1/+197
2015-01-02Split install reason changing into its own functionAllan McRae1-4/+18
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee1-2/+2
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-07-14Make alpm_db_set_pkgreason() arguments more saneDan McGee1-1/+2
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee1-1/+1
2011-07-01Prefix alpm_transflag_t members with ALPMAllan McRae1-2/+2
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-3/+3
2011-07-01Prefix alpm_pkgreason_t members with ALPMAllan McRae1-3/+3
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-1/+1
2011-06-28Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae1-1/+1
2011-06-14Move pm_errno onto the handleDan McGee1-1/+1
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-1/+1
2011-04-21Header inclusion cleanupDan McGee1-1/+0
2011-03-21Style change: return(x) --> return xDan McGee1-5/+5
2011-01-29Remove need to explicitly register the local DBDan McGee1-2/+2
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-05-05Introduce -D, --databaseNagy Gabor1-0/+90