summaryrefslogtreecommitdiffstats
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Update copyright yearsAllan McRae3-3/+3
2016-12-05Remove pacsortAllan McRae3-558/+1
2016-10-22Represent bitfields as ints, not enumsIvy Foster2-4/+4
2016-10-22Remove pactreeAllan McRae3-516/+1
2016-05-05pacsort help clearly states that files contain inputs to be sortedAshley Whetter1-1/+4
2016-01-04pacsort, introduce define for escape_char error codeRikard Falkeborn1-5/+6
2016-01-04Update copyright years for 2016Allan McRae5-5/+5
2015-10-21pacsort: clean up if errorRikard Falkeborn1-3/+8
2015-10-21pacsort: don't overwrite memory if realloc failsRikard Falkeborn1-4/+6
2015-10-21pacsort: handle failing list_addRikard Falkeborn1-1/+5
2015-09-20move strtrim to util-commonAndrew Gregory1-36/+0
2015-05-12Fix compilation if libarchive headers are not in standard locationCharles Duffy1-1/+2
2015-05-12pacsort: fix warning about signed overflow potential during comparison.Andrew Gregory1-1/+1
2015-03-03util: Use util-common for strndup in pacsort and pactreeWill Miles5-46/+7
2015-03-03pacsort: test string is not NULL before strlenAllan McRae1-1/+5
2015-02-01Update copyright notices for 2015Allan McRae5-5/+5
2015-01-02Remove testdbAllan McRae3-303/+1
2014-12-27pacsort: fix memory leakAllan McRae1-0/+1
2014-12-18Fix pointer declarations to be globally consistentMicah Saint Germain1-1/+1
2014-11-20pacsort: parse inputs up front into control structDave Reisner1-58/+146
2014-10-19testdb: ignore ALPM_DB_VERSIONAndrew Gregory1-1/+1
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory3-24/+18
2014-04-21strtrim: reset pointer after trimming leading whitespaceDave Reisner1-0/+1
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel3-18/+24
2014-02-04pactree: removed 'provision' from linear outputPierre Neidhardt1-1/+4
2014-01-30Another NULL check removedSilvan Jegen1-4/+1
2014-01-30pacman: use exit status 0 for --help and --versionAndrew Gregory1-1/+8
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz5-5/+5
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