summaryrefslogtreecommitdiff
path: root/src/util/cleanupdelta.c
AgeCommit message (Expand)Author
2019-03-07Remove cleanupdeltaAllan McRae
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-01-04Update copyright yearsAllan McRae
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-01-04Update copyright years for 2016Allan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-09-04Improve --help switch output for pacman utilsJason St. John
2013-02-13Add format attributes to all required functionsAllan McRae
2013-01-04Fix open braces styleGerardo Exequiel Pozzi
2013-01-04fix comment style // -> /* */Gerardo Exequiel Pozzi
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee
2011-09-20utils/cleanupdelta: remove unneeded syncdbpathDan McGee
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-24Do database signature checking at load timeDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-09Require handle for alpm_db_register_sync()Dan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-07Update utilities for new initialize/release methodsDan McGee
2011-05-04Fix warnings reported by -Wwrite-stringsDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner
2011-02-24Mark log callback format string constDan McGee
2011-02-04Read pkgcache into hashAllan McRae
2011-01-07Update copyright years for 2011Allan McRae
2010-12-30Declare all local functions staticAllan McRae
2010-12-29Detect undefined PATH_MAXAllan McRae
2010-10-11util: fall cleaning on single file programsDan McGee
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14delta : add external cleanup scriptXavier Chantry