summaryrefslogtreecommitdiffstats
path: root/src/util/pactree.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-04pactree: make -Wwrite-strings friendlyDan McGee1-50/+62
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner1-2/+2
2011-03-21Style change: return(x) --> return xDan McGee1-9/+9
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner1-2/+2
2011-02-04Read pkgcache into hashAllan McRae1-2/+2
2011-01-29Remove need to explicitly register the local DBDan McGee1-1/+1
2011-01-08Fix some more simple conversion "errors"Dan McGee1-1/+1
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-21Always specify arguement type in function delcarationsAllan McRae1-1/+1
2010-12-13pactree: use variables for color and tree outputXavier Chantry1-57/+39
2010-12-13pactree: separate dependency and print logicXavier Chantry1-60/+92
2010-12-13pactree: rewrite in CDave Reisner1-0/+358