summaryrefslogtreecommitdiffstats
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Update copyright years for 2014Allan McRae6-4/+6
2013-09-04pactree: set full usage on DBs when registeringDave Reisner1-1/+2
2013-09-04Improve --help switch output for pacman utilsJason St. John6-28/+28
2013-07-30Fix whitespace in pacsort.c and pactree.cJason St. John2-20/+20
2013-07-22clarified descriptions for pactree -r (--help)Zulker Nayeen Nahiyan1-1/+1
2013-03-10testdb: quote output substitutionsAndrew Gregory1-6/+6
2013-03-10testdb: pass empty local pkglist to alpm_checkdepsAndrew Gregory1-1/+1
2013-02-13Add format attributes to all required functionsAllan McRae3-0/+3
2013-01-28pacsort: add -f, --files option for sorting filenamesDave Reisner1-3/+49
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi1-1/+1
2013-01-04Fix open braces styleGerardo Exequiel Pozzi2-6/+10
2013-01-04fix comment style // -> /* */Gerardo Exequiel Pozzi1-1/+1
2013-01-03util/pactree: correctly free the deps list in walk_deps()Dan McGee1-1/+3
2012-11-27pactree: unindent first limbAndrew Gregory1-1/+1
2012-11-27pactree: unify output between utf8 and asciiDave Reisner1-16/+20
2012-11-27pactree: fix style violationsDave Reisner1-2/+3
2012-11-27pactree: autodetect and use unicode line drawing charactersDave Reisner1-3/+34
2012-11-27pactree: style last branch node differentlyAndrew Gregory1-13/+17
2012-11-27pactree: fix --sync getopt valueAndrew Gregory1-1/+1
2012-11-27buildsys: eschew use of DEFS, prefer AM_CPPFLAGSDave Reisner1-8/+6
2012-08-01pactree: show tree vertical "limbs"Andrew Gregory1-18/+62
2012-08-01pactree: consolidate both walk_deps functionsAndrew Gregory1-61/+28
2012-04-25util/testdb: don't return crazy error valuesDan McGee1-4/+4
2012-04-09buildsys: define warning CFLAGS in separate varDave Reisner1-1/+1
2012-04-09buildsys: use pkg-config for openssl detectionDave Reisner1-1/+1
2012-02-13Merge branch 'maint'Dan McGee1-6/+6
2012-02-13testpkg: set gpgdirAllan McRae2-0/+5
2012-02-13Move ROOTDIR definition into config.hAllan McRae1-1/+0
2012-02-11pactree: allow comments after repo section headerAllan McRae1-6/+6
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee3-6/+6
2012-01-07testdb: check local database for duplicate filesDan McGee1-7/+78
2011-12-23pactree: cleanup register_syncsDave Reisner1-6/+9
2011-12-23pactree: update with new strtrim functionDave Reisner1-9/+9
2011-12-22include config.h via MakefilesDave Reisner5-9/+4
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder4-4/+4
2011-11-01Merge branch 'maint'Dan McGee1-1/+1
2011-11-01src/util: link vercmp against .lo, not the .oDave Reisner1-1/+1
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