summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2011-11-01src/util: link vercmp against .lo, not the .oDave Reisner
2011-10-10pactree: Make error message smarter in register_syncs()Lukas Fleischer
2011-10-10pactree: Add "--config" optionLukas Fleischer
2011-09-20utils/cleanupdelta: remove unneeded syncdbpathDan McGee
2011-09-18src/util: provide strndup definitions where neededDave Reisner
2011-09-18pactree: include missing ctype.h headerDave Reisner
2011-08-29pacsort: use boolean, not binary OR operationDave Reisner
2011-08-28Better error handling out of package load methodDan McGee
2011-08-25strtrim: don't move empty stringDan McGee
2011-08-22pacsort: correct list freeingPang Yan Han
2011-08-22pacsort: ensure list is freed if size is 0Dan McGee
2011-08-22pacsort: correct pointer type in list_newPang Yan Han
2011-08-08mark option structs as constDave Reisner
2011-08-08src/util/Makefile.am: alphabetize targetsDave Reisner
2011-08-08pacsort: add new utilityDave Reisner
2011-07-28Tidy up testdb to match coding stylesDan McGee
2011-07-05Remove most usages of strncmp()Dan 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 pmconflict_t to alpm_conflict_tAllan McRae
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae
2011-06-28Rename pmdepend_t to alpm_depend_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-27Fix several -Wshadow warningsDan McGee
2011-06-24pactree: add -s option to walk sync DBsDave Reisner
2011-06-24pactree: carry a list of databases for dep resolutionDave Reisner
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-13Require handle for alpm_pkg_load()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-04pactree: make -Wwrite-strings friendlyDan McGee
2011-05-04Fix warnings reported by -Wwrite-stringsDan McGee
2011-04-24Perform package verification at package load timeDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20style cleanup: cast as (type *) not (type*)Dave Reisner
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