summaryrefslogtreecommitdiff
path: root/src/util/testdb.c
AgeCommit message (Expand)Author
2012-04-24util/testdb: don't return crazy error valuesDan McGee
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2012-01-07testdb: check local database for duplicate filesDan 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-07-28Tidy up testdb to match coding stylesDan 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 pmconflict_t to alpm_conflict_tAllan McRae
2011-06-28Rename pmdepmissing_t to alpm_depmissing_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-16Make pmdepend_t and pmdepmissing_t publicDan McGee
2011-06-16Make struct pmconflict_t publicDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Add handle argument to two more alpm methodsDan McGee
2011-06-13Require handle for alpm_checkconflicts()Dan 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-04-20syntax: if/while statements should have no trailing spaceDan 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-29Remove need to explicitly register the local DBDan McGee
2010-12-30Declare all local functions staticAllan McRae
2010-12-29Detect undefined PATH_MAXAllan McRae
2010-12-20testdb: update for new database formatDan McGee
2010-10-11util: fall cleaning on single file programsDan McGee
2010-06-21Clarify testing within conditional statementsAllan McRae
2009-09-22testdb : fix many memleaksXavier Chantry
2009-08-18testdb : less verboseXavier Chantry
2009-05-18Remove unused included headers from testdb.c and testpkg.cGerardo Exequiel Pozzi
2009-01-12Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor
2008-10-28testdb : extend the tool to allow checking sync dbs too.Xavier Chantry
2008-08-25Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cacheXavier Chantry
2008-08-25Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry
2008-06-15Use access() instead of stat() when possibleDan McGee
2008-01-23testdb : add conflicts checking.Chantry Xavier
2007-12-21testdb : fix wrong usage of checkdeps.Chantry Xavier
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-08testdb.c : add vim modeline according to HACKING, and reindent the file.Chantry Xavier
2007-11-25Fix for sync1003 and sync1004 pactestsNagy Gabor
2007-11-16War on whitespaceDan McGee