summaryrefslogtreecommitdiffstats
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee3-9/+9
2011-10-11pactree: Make error message smarter in register_syncs()Lukas Fleischer1-1/+1
2011-10-11pactree: Add "--config" optionLukas Fleischer1-3/+15
2011-09-20utils/cleanupdelta: remove unneeded syncdbpathDan McGee1-9/+6
2011-09-18src/util: provide strndup definitions where neededDave Reisner2-0/+44
2011-09-18pactree: include missing ctype.h headerDave Reisner1-0/+1
2011-08-30pacsort: use boolean, not binary OR operationDave Reisner1-1/+1
2011-08-29Better error handling out of package load methodDan McGee1-0/+3
2011-08-26strtrim: don't move empty stringDan McGee1-1/+6
2011-08-22pacsort: correct list freeingPang Yan Han1-1/+1
2011-08-22pacsort: ensure list is freed if size is 0Dan McGee1-1/+1
2011-08-22pacsort: correct pointer type in list_newPang Yan Han1-2/+2
2011-08-08mark option structs as constDave Reisner1-1/+1
2011-08-08src/util/Makefile.am: alphabetize targetsDave Reisner1-9/+9
2011-08-08pacsort: add new utilityDave Reisner3-2/+400
2011-07-28Tidy up testdb to match coding stylesDan McGee1-4/+8
2011-07-06Remove most usages of strncmp()Dan McGee1-1/+1
2011-07-05signing: move to new signing verification and return schemeDan McGee4-4/+8
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-3/+3
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae3-7/+7
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae4-4/+4
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae3-3/+3
2011-06-28Rename pmconflict_t to alpm_conflict_tAllan McRae1-1/+1
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae1-1/+1
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae1-1/+1
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae3-8/+8
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae2-3/+3
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae4-4/+4
2011-06-27Fix several -Wshadow warningsDan McGee2-3/+3
2011-06-24pactree: add -s option to walk sync DBsDave Reisner1-4/+92
2011-06-24pactree: carry a list of databases for dep resolutionDave Reisner1-12/+25
2011-06-24Do database signature checking at load timeDan McGee2-2/+2
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee2-7/+6
2011-06-16Make struct pmconflict_t publicDan McGee1-2/+2
2011-06-14Move pm_errno onto the handleDan McGee4-23/+16
2011-06-14Add handle argument to two more alpm methodsDan McGee1-1/+1
2011-06-14Require handle for alpm_checkconflicts()Dan McGee1-1/+1
2011-06-14Require handle for alpm_pkg_load()Dan McGee1-1/+1
2011-06-09Require handle for alpm_db_register_sync()Dan McGee2-2/+2
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee4-15/+6
2011-06-07Update utilities for new initialize/release methodsDan McGee4-34/+29
2011-05-04pactree: make -Wwrite-strings friendlyDan McGee1-50/+62
2011-05-04Fix warnings reported by -Wwrite-stringsDan McGee2-3/+3
2011-04-24Perform package verification at package load timeDan McGee1-1/+2
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-1/+1
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner1-2/+2
2011-03-21Style change: return(x) --> return xDan McGee5-26/+26
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner3-5/+5
2011-02-24Mark log callback format string constDan McGee3-3/+3
2011-02-04Read pkgcache into hashAllan McRae3-5/+5