summaryrefslogtreecommitdiff
path: root/src/util/testpkg.c
Commit message (Expand)AuthorAge
* Update copyright yearsAllan McRae2017-01-04
* Represent bitfields as ints, not enumsIvy Foster2016-10-22
* Update copyright years for 2016Allan McRae2016-01-04
* Update copyright notices for 2015Allan McRae2015-02-01
* Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory2014-09-30
* Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel2014-03-03
* Update copyright years for 2014Allan McRae2014-01-06
* Improve --help switch output for pacman utilsJason St. John2013-09-04
* Add format attributes to all required functionsAllan McRae2013-02-13
* testpkg: set gpgdirAllan McRae2012-02-13
* create a typedef for enum _alpm_errno_tJonathan Conder2011-11-14
* Better error handling out of package load methodDan McGee2011-08-28
* signing: move to new signing verification and return schemeDan McGee2011-07-05
* Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* Rename pmerrno_t to alpm_errno_tAllan McRae2011-06-28
* Rename pmloglevel_t to alpm_loglevel_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Fix several -Wshadow warningsDan McGee2011-06-27
* Move pm_errno onto the handleDan McGee2011-06-13
* Require handle for alpm_pkg_load()Dan McGee2011-06-13
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Update utilities for new initialize/release methodsDan McGee2011-06-07
* Perform package verification at package load timeDan McGee2011-04-24
* Style change: return(x) --> return xDan McGee2011-03-20
* Mark log callback format string constDan McGee2011-02-24
* Declare all local functions staticAllan McRae2010-12-30
* util: fall cleaning on single file programsDan McGee2010-10-11
* Remove unused included headers from testdb.c and testpkg.cGerardo Exequiel Pozzi2009-05-18
* libalpm error cleanup, step 1Dan McGee2008-04-06
* testpkg reworkNagy Gabor2008-03-01
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* War on whitespaceDan McGee2007-11-16
* Fix basename usage in pacman and utilitiesDan McGee2007-11-04
* Add 'full' parameter to alpm_pkg_loadDan McGee2007-09-28
* make alpm_strerror binding friendlyStefano Esposito2007-09-11
* Make some small changes recommended by splintDan McGee2007-09-11
* src/util: Clean up headers and a few fixesDan McGee2007-08-15
* Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee2007-06-09
* Set the correct type on the log callback functionDan McGee2007-04-26
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* Added 'testpkg' binary to test for validity of a package:Aaron Griffin2007-02-12