summaryrefslogtreecommitdiff
path: root/src/util/pactree.c
AgeCommit message (Expand)Author
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
2011-04-20style cleanup: cast as (type *) not (type*)Dave Reisner
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner
2011-02-04Read pkgcache into hashAllan McRae
2011-01-29Remove need to explicitly register the local DBDan McGee
2011-01-07Fix some more simple conversion "errors"Dan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-12-20Always specify arguement type in function delcarationsAllan McRae
2010-12-12pactree: use variables for color and tree outputXavier Chantry
2010-12-12pactree: separate dependency and print logicXavier Chantry
2010-12-12pactree: rewrite in CDave Reisner