Age | Commit message (Expand) | Author | Files | Lines |
2018-05-14 | Remove all modelines from the project | Eli Schwartz | 2 | -4/+0 |
2018-03-14 | Update coyrights for 2018 | Allan McRae | 3 | -3/+3 |
2018-01-19 | vercmp: fail when the wrong number of arguments are provided | Eli Schwartz | 1 | -8/+5 |
2018-01-06 | vercmp: remove --usage variant of the -help option | Eli Schwartz | 1 | -2/+1 |
2017-01-04 | Update copyright years | Allan McRae | 3 | -3/+3 |
2016-12-05 | Remove pacsort | Allan McRae | 3 | -558/+1 |
2016-10-22 | Represent bitfields as ints, not enums | Ivy Foster | 2 | -4/+4 |
2016-10-22 | Remove pactree | Allan McRae | 3 | -516/+1 |
2016-05-05 | pacsort help clearly states that files contain inputs to be sorted | Ashley Whetter | 1 | -1/+4 |
2016-01-04 | pacsort, introduce define for escape_char error code | Rikard Falkeborn | 1 | -5/+6 |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 5 | -5/+5 |
2015-10-21 | pacsort: clean up if error | Rikard Falkeborn | 1 | -3/+8 |
2015-10-21 | pacsort: don't overwrite memory if realloc fails | Rikard Falkeborn | 1 | -4/+6 |
2015-10-21 | pacsort: handle failing list_add | Rikard Falkeborn | 1 | -1/+5 |
2015-09-20 | move strtrim to util-common | Andrew Gregory | 1 | -36/+0 |
2015-05-12 | Fix compilation if libarchive headers are not in standard location | Charles Duffy | 1 | -1/+2 |
2015-05-12 | pacsort: fix warning about signed overflow potential during comparison. | Andrew Gregory | 1 | -1/+1 |
2015-03-03 | util: Use util-common for strndup in pacsort and pactree | Will Miles | 5 | -46/+7 |
2015-03-03 | pacsort: test string is not NULL before strlen | Allan McRae | 1 | -1/+5 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 5 | -5/+5 |
2015-01-02 | Remove testdb | Allan McRae | 3 | -303/+1 |
2014-12-27 | pacsort: fix memory leak | Allan McRae | 1 | -0/+1 |
2014-12-18 | Fix pointer declarations to be globally consistent | Micah Saint Germain | 1 | -1/+1 |
2014-11-20 | pacsort: parse inputs up front into control struct | Dave Reisner | 1 | -58/+146 |
2014-10-19 | testdb: ignore ALPM_DB_VERSION | Andrew Gregory | 1 | -1/+1 |
2014-09-30 | Revert "Remove log_cb, add ALPM_EVENT_LOG instead" | Andrew Gregory | 3 | -24/+18 |
2014-04-21 | strtrim: reset pointer after trimming leading whitespace | Dave Reisner | 1 | -0/+1 |
2014-03-03 | Remove log_cb, add ALPM_EVENT_LOG instead | Olivier Brunel | 3 | -18/+24 |
2014-02-04 | pactree: removed 'provision' from linear output | Pierre Neidhardt | 1 | -1/+4 |
2014-01-30 | Another NULL check removed | Silvan Jegen | 1 | -4/+1 |
2014-01-30 | pacman: use exit status 0 for --help and --version | Andrew Gregory | 1 | -1/+8 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 5 | -5/+5 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 6 | -4/+6 |
2013-09-04 | pactree: set full usage on DBs when registering | Dave Reisner | 1 | -1/+2 |
2013-09-04 | Improve --help switch output for pacman utils | Jason St. John | 6 | -28/+28 |
2013-07-30 | Fix whitespace in pacsort.c and pactree.c | Jason St. John | 2 | -20/+20 |
2013-07-22 | clarified descriptions for pactree -r (--help) | Zulker Nayeen Nahiyan | 1 | -1/+1 |
2013-03-10 | testdb: quote output substitutions | Andrew Gregory | 1 | -6/+6 |
2013-03-10 | testdb: pass empty local pkglist to alpm_checkdeps | Andrew Gregory | 1 | -1/+1 |
2013-02-13 | Add format attributes to all required functions | Allan McRae | 3 | -0/+3 |
2013-01-28 | pacsort: add -f, --files option for sorting filenames | Dave Reisner | 1 | -3/+49 |
2013-01-04 | Fix space between control structure and open parens | Gerardo Exequiel Pozzi | 1 | -1/+1 |
2013-01-04 | Fix open braces style | Gerardo Exequiel Pozzi | 2 | -6/+10 |
2013-01-04 | fix comment style // -> /* */ | Gerardo Exequiel Pozzi | 1 | -1/+1 |
2013-01-03 | util/pactree: correctly free the deps list in walk_deps() | Dan McGee | 1 | -1/+3 |
2012-11-27 | pactree: unindent first limb | Andrew Gregory | 1 | -1/+1 |
2012-11-27 | pactree: unify output between utf8 and ascii | Dave Reisner | 1 | -16/+20 |
2012-11-27 | pactree: fix style violations | Dave Reisner | 1 | -2/+3 |
2012-11-27 | pactree: autodetect and use unicode line drawing characters | Dave Reisner | 1 | -3/+34 |
2012-11-27 | pactree: style last branch node differently | Andrew Gregory | 1 | -13/+17 |