summaryrefslogtreecommitdiff
path: root/src/util/pactree.c
AgeCommit message (Expand)Author
2016-01-04Update copyright years for 2016Allan McRae
2015-09-20move strtrim to util-commonAndrew Gregory
2015-03-03util: Use util-common for strndup in pacsort and pactreeWill Miles
2015-02-01Update copyright notices for 2015Allan McRae
2014-12-18Fix pointer declarations to be globally consistentMicah Saint Germain
2014-04-21strtrim: reset pointer after trimming leading whitespaceDave Reisner
2014-02-04pactree: removed 'provision' from linear outputPierre Neidhardt
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-01-04Fix open braces styleGerardo 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-08-01pactree: show tree vertical "limbs"Andrew Gregory
2012-08-01pactree: consolidate both walk_deps functionsAndrew Gregory
2012-02-13Merge branch 'maint'Dan McGee
2012-02-11pactree: allow comments after repo section headerAllan McRae
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2011-12-23pactree: cleanup register_syncsDave Reisner
2011-12-23pactree: update with new strtrim functionDave Reisner
2011-12-21include config.h via MakefilesDave Reisner
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee
2011-10-10pactree: Make error message smarter in register_syncs()Lukas Fleischer
2011-10-10pactree: Add "--config" optionLukas Fleischer
2011-09-18src/util: provide strndup definitions where neededDave Reisner
2011-09-18pactree: include missing ctype.h headerDave Reisner
2011-08-25strtrim: don't move empty stringDan McGee
2011-08-08mark option structs as constDave Reisner
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-27Fix several -Wshadow warningsDan McGee
2011-06-24pactree: add -s option to walk sync DBsDave Reisner
2011-06-24pactree: carry a list of databases for dep resolutionDave Reisner
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-07Update utilities for new initialize/release methodsDan McGee
2011-05-04pactree: make -Wwrite-strings friendlyDan McGee