Age | Commit message (Expand) | Author | Files | Lines |
2011-06-28 | Rename pmerrno_t to alpm_errno_t | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmdepend_t to alpm_depend_t | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmpkg_t to alpm_pkg_t | Allan McRae | 1 | -6/+6 |
2011-06-28 | Rename pmhandle_t to alpm_handle_t | Allan McRae | 1 | -1/+1 |
2011-06-27 | Fix several -Wshadow warnings | Dan McGee | 1 | -2/+2 |
2011-06-24 | pactree: add -s option to walk sync DBs | Dave Reisner | 1 | -4/+92 |
2011-06-24 | pactree: carry a list of databases for dep resolution | Dave Reisner | 1 | -12/+25 |
2011-06-16 | Make pmdepend_t and pmdepmissing_t public | Dan McGee | 1 | -4/+4 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -19/+11 |
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 1 | -5/+1 |
2011-06-07 | Update utilities for new initialize/release methods | Dan McGee | 1 | -15/+6 |
2011-05-04 | pactree: make -Wwrite-strings friendly | Dan McGee | 1 | -50/+62 |
2011-04-21 | style cleanup: cast as (type *) not (type*) | Dave Reisner | 1 | -2/+2 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -9/+9 |
2011-02-25 | alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache | Dave Reisner | 1 | -2/+2 |
2011-02-04 | Read pkgcache into hash | Allan McRae | 1 | -2/+2 |
2011-01-29 | Remove need to explicitly register the local DB | Dan McGee | 1 | -1/+1 |
2011-01-08 | Fix some more simple conversion "errors" | Dan McGee | 1 | -1/+1 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-12-21 | Always specify arguement type in function delcarations | Allan McRae | 1 | -1/+1 |
2010-12-13 | pactree: use variables for color and tree output | Xavier Chantry | 1 | -57/+39 |
2010-12-13 | pactree: separate dependency and print logic | Xavier Chantry | 1 | -60/+92 |
2010-12-13 | pactree: rewrite in C | Dave Reisner | 1 | -0/+358 |