summaryrefslogtreecommitdiff
path: root/src/util/testpkg.c
AgeCommit message (Expand)Author
2012-02-13testpkg: set gpgdirAllan McRae
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder
2011-08-28Better error handling out of package load methodDan McGee
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
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 pmhandle_t to alpm_handle_tAllan McRae
2011-06-27Fix several -Wshadow warningsDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Require handle for alpm_pkg_load()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-04-24Perform package verification at package load timeDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-24Mark log callback format string constDan McGee
2010-12-30Declare all local functions staticAllan McRae
2010-10-11util: fall cleaning on single file programsDan McGee
2009-05-18Remove unused included headers from testdb.c and testpkg.cGerardo Exequiel Pozzi
2008-04-06libalpm error cleanup, step 1Dan McGee
2008-03-01testpkg reworkNagy Gabor
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-16War on whitespaceDan McGee
2007-11-04Fix basename usage in pacman and utilitiesDan McGee
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee
2007-09-11make alpm_strerror binding friendlyStefano Esposito
2007-09-11Make some small changes recommended by splintDan McGee
2007-08-15src/util: Clean up headers and a few fixesDan McGee
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee
2007-04-26Set the correct type on the log callback functionDan McGee
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-02-12Added 'testpkg' binary to test for validity of a package:Aaron Griffin