summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2013-03-10testdb: quote output substitutionsAndrew Gregory
2013-03-10testdb: pass empty local pkglist to alpm_checkdepsAndrew Gregory
2013-02-13Add format attributes to all required functionsAllan McRae
2013-01-28pacsort: add -f, --files option for sorting filenamesDave Reisner
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi
2013-01-04Fix open braces styleGerardo Exequiel Pozzi
2013-01-04fix comment style // -> /* */Gerardo Exequiel Pozzi
2013-01-03util/pactree: correctly free the deps list in walk_deps()Dan McGee
2012-11-27pactree: unindent first limbAndrew Gregory
2012-11-27pactree: unify output between utf8 and asciiDave Reisner
2012-11-27pactree: fix style violationsDave Reisner
2012-11-27pactree: autodetect and use unicode line drawing charactersDave Reisner
2012-11-27pactree: style last branch node differentlyAndrew Gregory
2012-11-27pactree: fix --sync getopt valueAndrew Gregory
2012-11-27buildsys: eschew use of DEFS, prefer AM_CPPFLAGSDave Reisner
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