summaryrefslogtreecommitdiff
path: root/src/util/pactree.c
Commit message (Expand)AuthorAge
* Update copyright years for 2016Allan McRae2016-01-04
* move strtrim to util-commonAndrew Gregory2015-09-20
* util: Use util-common for strndup in pacsort and pactreeWill Miles2015-03-03
* Update copyright notices for 2015Allan McRae2015-02-01
* Fix pointer declarations to be globally consistentMicah Saint Germain2014-12-18
* strtrim: reset pointer after trimming leading whitespaceDave Reisner2014-04-21
* pactree: removed 'provision' from linear outputPierre Neidhardt2014-02-04
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* pactree: set full usage on DBs when registeringDave Reisner2013-09-04
* Improve --help switch output for pacman utilsJason St. John2013-09-04
* Fix whitespace in pacsort.c and pactree.cJason St. John2013-07-30
* clarified descriptions for pactree -r (--help)Zulker Nayeen Nahiyan2013-07-22
* Fix open braces styleGerardo Exequiel Pozzi2013-01-04
* util/pactree: correctly free the deps list in walk_deps()Dan McGee2013-01-03
* pactree: unindent first limbAndrew Gregory2012-11-27
* pactree: unify output between utf8 and asciiDave Reisner2012-11-27
* pactree: fix style violationsDave Reisner2012-11-27
* pactree: autodetect and use unicode line drawing charactersDave Reisner2012-11-27
* pactree: style last branch node differentlyAndrew Gregory2012-11-27
* pactree: fix --sync getopt valueAndrew Gregory2012-11-27
* pactree: show tree vertical "limbs"Andrew Gregory2012-08-01
* pactree: consolidate both walk_deps functionsAndrew Gregory2012-08-01
* Merge branch 'maint'Dan McGee2012-02-13
|\
| * pactree: allow comments after repo section headerAllan McRae2012-02-11
* | ALPM API adjustments for sanity and consistencyDan McGee2012-02-06
* | pactree: cleanup register_syncsDave Reisner2011-12-23
* | pactree: update with new strtrim functionDave Reisner2011-12-23
* | include config.h via MakefilesDave Reisner2011-12-21
* | create a typedef for enum _alpm_errno_tJonathan Conder2011-11-14
* | Remove alpm_list_getdata wrapper functionDan McGee2011-10-12
|/
* pactree: Make error message smarter in register_syncs()Lukas Fleischer2011-10-10
* pactree: Add "--config" optionLukas Fleischer2011-10-10
* src/util: provide strndup definitions where neededDave Reisner2011-09-18
* pactree: include missing ctype.h headerDave Reisner2011-09-18
* strtrim: don't move empty stringDan McGee2011-08-25
* mark option structs as constDave Reisner2011-08-08
* signing: move to new signing verification and return schemeDan McGee2011-07-05
* Rename pmerrno_t to alpm_errno_tAllan McRae2011-06-28
* Rename pmdepend_t to alpm_depend_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Fix several -Wshadow warningsDan McGee2011-06-27
* pactree: add -s option to walk sync DBsDave Reisner2011-06-24
* pactree: carry a list of databases for dep resolutionDave Reisner2011-06-24
* Make pmdepend_t and pmdepmissing_t publicDan McGee2011-06-16
* Move pm_errno onto the handleDan McGee2011-06-13
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Update utilities for new initialize/release methodsDan McGee2011-06-07
* pactree: make -Wwrite-strings friendlyDan McGee2011-05-04