summaryrefslogtreecommitdiffstats
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-29Remove need to explicitly register the local DBDan McGee2-2/+2
2011-01-22Allow version comparison to contain epoch specifierDan McGee1-2/+2
2011-01-08Fix some more simple conversion "errors"Dan McGee1-1/+1
2011-01-08Update copyright years for 2011Allan McRae3-3/+3
2011-01-06vercmp: always return 0 if we perform a compareDan McGee1-2/+3
2010-12-30Declare all local functions staticAllan McRae3-3/+3
2010-12-30Detect undefined PATH_MAXAllan McRae2-0/+4
2010-12-21testdb: update for new database formatDan McGee1-33/+21
2010-12-21Always specify arguement type in function delcarationsAllan McRae1-1/+1
2010-12-13src/util: update .gitignoreDan McGee1-7/+8
2010-12-13pactree: use variables for color and tree outputXavier Chantry1-57/+39
2010-12-13pactree: separate dependency and print logicXavier Chantry1-60/+92