summaryrefslogtreecommitdiffstats
path: root/src/util/testpkg.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-10-22Represent bitfields as ints, not enumsIvy Foster1-2/+2
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory1-8/+6
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel1-6/+8
2014-01-06Update copyright years for 2014Allan McRae1-0/+1
2013-09-04Improve --help switch output for pacman utilsJason St. John1-3/+3
2013-02-13Add format attributes to all required functionsAllan McRae1-0/+1
2012-02-13testpkg: set gpgdirAllan McRae1-0/+3
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder1-1/+1
2011-08-29Better error handling out of package load methodDan McGee1-0/+3
2011-07-05signing: move to new signing verification and return schemeDan McGee1-1/+2
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-3/+3
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-2/+2
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae1-1/+1
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae1-1/+1
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-1/+1
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-1/+1
2011-06-27Fix several -Wshadow warningsDan McGee1-1/+1
2011-06-14Move pm_errno onto the handleDan McGee1-2/+3
2011-06-14Require handle for alpm_pkg_load()Dan McGee1-1/+1
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-1/+1
2011-06-07Update utilities for new initialize/release methodsDan McGee1-4/+7
2011-04-24Perform package verification at package load timeDan McGee1-1/+2
2011-03-21Style change: return(x) --> return xDan McGee1-3/+3
2011-02-24Mark log callback format string constDan McGee1-1/+1
2010-12-30Declare all local functions staticAllan McRae1-1/+1
2010-10-12util: fall cleaning on single file programsDan McGee1-4/+2
2009-05-19Remove unused included headers from testdb.c and testpkg.cGerardo Exequiel Pozzi1-1/+0
2008-04-07libalpm error cleanup, step 1Dan McGee1-1/+1
2008-03-01testpkg reworkNagy Gabor1-17/+31
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-3/+1
2007-11-17War on whitespaceDan McGee1-3/+3
2007-11-04Fix basename usage in pacman and utilitiesDan McGee1-1/+3
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee1-1/+1
2007-09-12make alpm_strerror binding friendlyStefano Esposito1-2/+2
2007-09-12Make some small changes recommended by splintDan McGee1-1/+1
2007-08-16src/util: Clean up headers and a few fixesDan McGee1-5/+3
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee1-3/+4
2007-04-27Set the correct type on the log callback functionDan McGee1-1/+2
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-0/+2
2007-02-12Added 'testpkg' binary to test for validity of a package:Aaron Griffin1-0/+70