summaryrefslogtreecommitdiffstats
path: root/src/util/pactree.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-22Remove pactreeAllan McRae1-510/+0
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-09-20move strtrim to util-commonAndrew Gregory1-36/+0
2015-03-03util: Use util-common for strndup in pacsort and pactreeWill Miles1-22/+2
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-12-18Fix pointer declarations to be globally consistentMicah Saint Germain1-1/+1
2014-04-21strtrim: reset pointer after trimming leading whitespaceDave Reisner1-0/+1
2014-02-04pactree: removed 'provision' from linear outputPierre Neidhardt1-1/+4
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-09-04pactree: set full usage on DBs when registeringDave Reisner1-1/+2
2013-09-04Improve --help switch output for pacman utilsJason St. John1-3/+4
2013-07-30Fix whitespace in pacsort.c and pactree.cJason St. John1-10/+10
2013-07-22clarified descriptions for pactree -r (--help)Zulker Nayeen Nahiyan1-1/+1
2013-01-04Fix open braces styleGerardo Exequiel Pozzi1-3/+4
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-08-01pactree: show tree vertical "limbs"Andrew Gregory1-18/+62
2012-08-01pactree: consolidate both walk_deps functionsAndrew Gregory1-61/+28
2012-02-13Merge branch 'maint'Dan McGee1-6/+6
2012-02-11pactree: allow comments after repo section headerAllan McRae1-6/+6
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee1-3/+3
2011-12-23pactree: cleanup register_syncsDave Reisner1-6/+9
2011-12-23pactree: update with new strtrim functionDave Reisner1-9/+9
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder1-1/+1
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee1-3/+3
2011-10-11pactree: Make error message smarter in register_syncs()Lukas Fleischer1-1/+1
2011-10-11pactree: Add "--config" optionLukas Fleischer1-3/+15
2011-09-18src/util: provide strndup definitions where neededDave Reisner1-0/+22
2011-09-18pactree: include missing ctype.h headerDave Reisner1-0/+1
2011-08-26strtrim: don't move empty stringDan McGee1-1/+6
2011-08-08mark option structs as constDave Reisner1-1/+1
2011-07-05signing: move to new signing verification and return schemeDan McGee1-1/+2
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae1-1/+1
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae1-1/+1
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-6/+6
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-1/+1
2011-06-27Fix several -Wshadow warningsDan McGee1-2/+2
2011-06-24pactree: add -s option to walk sync DBsDave Reisner1-4/+92
2011-06-24pactree: carry a list of databases for dep resolutionDave Reisner1-12/+25
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee1-4/+4
2011-06-14Move pm_errno onto the handleDan McGee1-19/+11
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-5/+1
2011-06-07Update utilities for new initialize/release methodsDan McGee1-15/+6