| Commit message (Expand) | Author | Age |
* | Remove alpm_list_getdata wrapper function | Dan McGee | 2011-10-12 |
* | Introduce alpm_time_t type | Dan McGee | 2011-10-12 |
* | Remove redundant transaction size output | Allan McRae | 2011-09-30 |
* | Remove redundant "removal" output in pure remove operation | Allan McRae | 2011-09-29 |
* | Refactor display_targets to not be recursive | Dan McGee | 2011-09-28 |
* | verbose package lists: remove errant debugger | Dan McGee | 2011-09-28 |
* | Always show download size if -w/--downloadonly was provided | Dan McGee | 2011-09-28 |
* | Table format creation code cleanup | Dan McGee | 2011-09-28 |
* | Use unsigned types for indent width and column count | Dan McGee | 2011-09-28 |
* | Show download sizes when using -S/--sync | Dan McGee | 2011-09-28 |
* | Keep track of explicitly added and removed packages | Dan McGee | 2011-09-28 |
* | Combine add and removal package list display | Dan McGee | 2011-09-28 |
* | Add status and check for key being disabled | Dan McGee | 2011-09-22 |
* | Fix signature printing in package info | Dan McGee | 2011-09-22 |
* | pacman: use dynamic string allocation where it makes sense | Dan McGee | 2011-09-20 |
* | Don't duplicate header strings | Dan McGee | 2011-09-14 |
* | Move all callbacks up to the handle level | Dan McGee | 2011-09-02 |
* | Improve advice for sync ops when db.lck is present | Pang Yan Han | 2011-08-29 |
* | Refactor signature result return format | Dan McGee | 2011-08-28 |
* | strtrim: don't move empty string | Dan McGee | 2011-08-25 |
* | Remove short/long label distinction | Dan McGee | 2011-08-25 |
* | Add a few more sizes to humanize_sizes() | Dan McGee | 2011-08-25 |
* | pacman/util: use string_length to calculate line length | Dave Reisner | 2011-08-22 |
* | Print debug timestamps to same stream as rest of output | Dan McGee | 2011-08-22 |
* | Update trust level strings in -Qi display | Dan McGee | 2011-08-11 |
* | Merge branch 'maint' | Dan McGee | 2011-08-08 |
|\ |
|
| * | Fix group selection entry for large inputs | Dan McGee | 2011-07-25 |
* | | Revamp signing checks | Dan McGee | 2011-07-28 |
* | | Remove most usages of strncmp() | Dan McGee | 2011-07-05 |
* | | Remove alpm_list_first | Allan McRae | 2011-07-05 |
* | | Allow invalid sync DBs to be returned by the library | Dan McGee | 2011-07-05 |
* | | Allow frontend access to signature verification information | Dan McGee | 2011-07-05 |
* | | Prefix _alpm_errno_t members with ALPM | Allan McRae | 2011-07-02 |
* | | Prefix alpm_transflag_t members with ALPM | Allan McRae | 2011-07-02 |
* | | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 2011-07-02 |
* | | Rename pmerrno_t to alpm_errno_t | Allan McRae | 2011-06-28 |
* | | Rename pmtransflag_t to alpm_transflag_t | Allan McRae | 2011-06-28 |
* | | Rename pmloglevel_t to alpm_loglevel_t | Allan McRae | 2011-06-28 |
* | | Rename pmpkg_t to alpm_pkg_t | Allan McRae | 2011-06-28 |
* | | Rename pmdb_t to alpm_db_t | Allan McRae | 2011-06-28 |
* | | Fix several -Wshadow warnings | Dan McGee | 2011-06-27 |
* | | Move database 'version' check to registration time | Dan McGee | 2011-06-24 |
* | | pacman/util.c: support terminals with unknown width | Dave Reisner | 2011-06-20 |
* | | Merge branch 'maint' | Dan McGee | 2011-06-15 |
|\| |
|
| * | list_display: fix incorrect assignment | Dan McGee | 2011-06-15 |
* | | Ensure humanize_size works for negative values | Jakob Gruber | 2011-06-15 |
* | | Use pm_fprintpf in table_create_format | Jakob Gruber | 2011-06-15 |
* | | Merge branch 'maint' | Dan McGee | 2011-06-14 |
|\| |
|
| * | Fix list_display on non-ttys and other output fixes | Dan McGee | 2011-06-13 |
* | | Remove alpm_db_get_url() | Dan McGee | 2011-06-14 |