Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2017-05-08pacsort help clearly states that files contain inputs to be sortedAshley Whetter
2016-01-04pacsort, introduce define for escape_char error codeRikard Falkeborn
2016-01-04Update copyright years for 2016Allan McRae
2015-10-21pacsort: clean up if errorRikard Falkeborn
2015-10-21pacsort: don't overwrite memory if realloc failsRikard Falkeborn
2015-10-21pacsort: handle failing list_addRikard Falkeborn
2015-09-20move strtrim to util-commonAndrew Gregory
2015-05-12Fix compilation if libarchive headers are not in standard locationCharles Duffy
2015-05-12pacsort: fix warning about signed overflow potential during comparison.Andrew Gregory
2015-03-03util: Use util-common for strndup in pacsort and pactreeWill Miles
2015-03-03pacsort: test string is not NULL before strlenAllan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2015-01-02Remove testdbAllan McRae
2014-12-27pacsort: fix memory leakAllan McRae
2014-12-18Fix pointer declarations to be globally consistentMicah Saint Germain
2014-11-20pacsort: parse inputs up front into control structDave Reisner
2014-10-19testdb: ignore ALPM_DB_VERSIONAndrew Gregory
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory
2014-04-21strtrim: reset pointer after trimming leading whitespaceDave Reisner
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel
2014-02-04pactree: removed 'provision' from linear outputPierre Neidhardt
2014-01-30Another NULL check removedSilvan Jegen
2014-01-30pacman: use exit status 0 for --help and --versionAndrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-09-04pactree: set full usage on DBs when registeringDave Reisner
2013-09-04Improve --help switch output for pacman utilsJason St. John
2013-07-30Fix whitespace in pacsort.c and pactree.cJason St. John
2013-07-22clarified descriptions for pactree -r (--help)Zulker Nayeen Nahiyan
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