summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2012-08-01pactree: show tree vertical "limbs"Andrew Gregory
2012-08-01pactree: consolidate both walk_deps functionsAndrew Gregory
2012-04-24util/testdb: don't return crazy error valuesDan McGee
2012-04-08buildsys: define warning CFLAGS in separate varDave Reisner
2012-04-08buildsys: use pkg-config for openssl detectionDave Reisner
2012-02-13Merge branch 'maint'Dan McGee
2012-02-13testpkg: set gpgdirAllan McRae
2012-02-13Move ROOTDIR definition into config.hAllan McRae
2012-02-11pactree: allow comments after repo section headerAllan McRae
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2012-01-07testdb: check local database for duplicate filesDan McGee
2011-12-23pactree: cleanup register_syncsDave Reisner
2011-12-23pactree: update with new strtrim functionDave Reisner
2011-12-21include config.h via MakefilesDave Reisner
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder
2011-11-01Merge branch 'maint'Dan McGee
2011-11-01src/util: link vercmp against .lo, not the .oDave Reisner
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee
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