summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAge
...
* pacsort: add new utilityDave Reisner2011-08-08
* Tidy up testdb to match coding stylesDan McGee2011-07-28
* Remove most usages of strncmp()Dan McGee2011-07-05
* signing: move to new signing verification and return schemeDan McGee2011-07-05
* Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* Rename pmerrno_t to alpm_errno_tAllan McRae2011-06-28
* Rename pmloglevel_t to alpm_loglevel_tAllan McRae2011-06-28
* Rename pmconflict_t to alpm_conflict_tAllan McRae2011-06-28
* Rename pmdepmissing_t to alpm_depmissing_tAllan McRae2011-06-28
* Rename pmdepend_t to alpm_depend_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Fix several -Wshadow warningsDan McGee2011-06-27
* pactree: add -s option to walk sync DBsDave Reisner2011-06-24
* pactree: carry a list of databases for dep resolutionDave Reisner2011-06-24
* Do database signature checking at load timeDan McGee2011-06-24
* Make pmdepend_t and pmdepmissing_t publicDan McGee2011-06-16
* Make struct pmconflict_t publicDan McGee2011-06-16
* Move pm_errno onto the handleDan McGee2011-06-13
* Add handle argument to two more alpm methodsDan McGee2011-06-13
* Require handle for alpm_checkconflicts()Dan McGee2011-06-13
* Require handle for alpm_pkg_load()Dan McGee2011-06-13
* Require handle for alpm_db_register_sync()Dan McGee2011-06-09
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Update utilities for new initialize/release methodsDan McGee2011-06-07
* pactree: make -Wwrite-strings friendlyDan McGee2011-05-04
* Fix warnings reported by -Wwrite-stringsDan McGee2011-05-04
* Perform package verification at package load timeDan McGee2011-04-24
* syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* style cleanup: cast as (type *) not (type*)Dave Reisner2011-04-20
* Style change: return(x) --> return xDan McGee2011-03-20
* alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner2011-02-25
* Mark log callback format string constDan McGee2011-02-24
* Read pkgcache into hashAllan McRae2011-02-04
* Remove need to explicitly register the local DBDan McGee2011-01-29
* Allow version comparison to contain epoch specifierDan McGee2011-01-21
* Fix some more simple conversion "errors"Dan McGee2011-01-07
* Update copyright years for 2011Allan McRae2011-01-07
* vercmp: always return 0 if we perform a compareDan McGee2011-01-05
* Declare all local functions staticAllan McRae2010-12-30
* Detect undefined PATH_MAXAllan McRae2010-12-29
* testdb: update for new database formatDan McGee2010-12-20
* Always specify arguement type in function delcarationsAllan McRae2010-12-20
* src/util: update .gitignoreDan McGee2010-12-12
* pactree: use variables for color and tree outputXavier Chantry2010-12-12
* pactree: separate dependency and print logicXavier Chantry2010-12-12
* pactree: rewrite in CDave Reisner2010-12-12
* util: fall cleaning on single file programsDan McGee2010-10-11