summaryrefslogtreecommitdiff
path: root/src/pacman/util.c
Commit message (Expand)AuthorAge
...
| * Use stderr as output stream for pm_printf()Dan McGee2011-10-21
| * Table display: print message with warning: prefixDan McGee2011-10-17
* | Hide empty columns in table package list displayDan McGee2011-10-21
* | pacman: show repo name in download promptDave Reisner2011-10-21
* | Merge branch 'maint'Dan McGee2011-10-14
|\|
| * Coding style cleanupsDan McGee2011-10-13
* | Use puts() instead of no-op printf() where applicableDan McGee2011-10-13
* | Merge branch 'maint'Dan McGee2011-10-13
|\|
| * VerbosePkgLists: format table lines in i18n-compatible wayDan McGee2011-10-12
* | Remove alpm_list_getdata wrapper functionDan McGee2011-10-12
* | Introduce alpm_time_t typeDan McGee2011-10-12
|/
* Remove redundant transaction size outputAllan McRae2011-09-30
* Remove redundant "removal" output in pure remove operationAllan McRae2011-09-29
* Refactor display_targets to not be recursiveDan McGee2011-09-28
* verbose package lists: remove errant debuggerDan McGee2011-09-28
* Always show download size if -w/--downloadonly was providedDan McGee2011-09-28
* Table format creation code cleanupDan McGee2011-09-28
* Use unsigned types for indent width and column countDan McGee2011-09-28
* Show download sizes when using -S/--syncDan McGee2011-09-28
* Keep track of explicitly added and removed packagesDan McGee2011-09-28
* Combine add and removal package list displayDan McGee2011-09-28
* Add status and check for key being disabledDan McGee2011-09-22
* Fix signature printing in package infoDan McGee2011-09-22
* pacman: use dynamic string allocation where it makes senseDan McGee2011-09-20
* Don't duplicate header stringsDan McGee2011-09-14
* Move all callbacks up to the handle levelDan McGee2011-09-02
* Improve advice for sync ops when db.lck is presentPang Yan Han2011-08-29
* Refactor signature result return formatDan McGee2011-08-28
* strtrim: don't move empty stringDan McGee2011-08-25
* Remove short/long label distinctionDan McGee2011-08-25
* Add a few more sizes to humanize_sizes()Dan McGee2011-08-25
* pacman/util: use string_length to calculate line lengthDave Reisner2011-08-22
* Print debug timestamps to same stream as rest of outputDan McGee2011-08-22
* Update trust level strings in -Qi displayDan McGee2011-08-11
* Merge branch 'maint'Dan McGee2011-08-08
|\
| * Fix group selection entry for large inputsDan McGee2011-07-25
* | Revamp signing checksDan McGee2011-07-28
* | Remove most usages of strncmp()Dan McGee2011-07-05
* | Remove alpm_list_firstAllan McRae2011-07-05
* | Allow invalid sync DBs to be returned by the libraryDan McGee2011-07-05
* | Allow frontend access to signature verification informationDan McGee2011-07-05
* | Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
* | Prefix alpm_transflag_t members with ALPMAllan McRae2011-07-02
* | Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* | Rename pmerrno_t to alpm_errno_tAllan McRae2011-06-28
* | Rename pmtransflag_t to alpm_transflag_tAllan McRae2011-06-28
* | Rename pmloglevel_t to alpm_loglevel_tAllan McRae2011-06-28
* | Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* | Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* | Fix several -Wshadow warningsDan McGee2011-06-27