summaryrefslogtreecommitdiff
path: root/src/pacman/util.c
AgeCommit message (Expand)Author
2011-09-30Remove redundant transaction size outputAllan McRae
2011-09-29Remove redundant "removal" output in pure remove operationAllan McRae
2011-09-28Refactor display_targets to not be recursiveDan McGee
2011-09-28verbose package lists: remove errant debuggerDan McGee
2011-09-28Always show download size if -w/--downloadonly was providedDan McGee
2011-09-28Table format creation code cleanupDan McGee
2011-09-28Use unsigned types for indent width and column countDan McGee
2011-09-28Show download sizes when using -S/--syncDan McGee
2011-09-28Keep track of explicitly added and removed packagesDan McGee
2011-09-28Combine add and removal package list displayDan McGee
2011-09-22Add status and check for key being disabledDan McGee
2011-09-22Fix signature printing in package infoDan McGee
2011-09-20pacman: use dynamic string allocation where it makes senseDan McGee
2011-09-14Don't duplicate header stringsDan McGee
2011-09-02Move all callbacks up to the handle levelDan McGee
2011-08-29Improve advice for sync ops when db.lck is presentPang Yan Han
2011-08-28Refactor signature result return formatDan McGee
2011-08-25strtrim: don't move empty stringDan McGee
2011-08-25Remove short/long label distinctionDan McGee
2011-08-25Add a few more sizes to humanize_sizes()Dan McGee
2011-08-22pacman/util: use string_length to calculate line lengthDave Reisner
2011-08-22Print debug timestamps to same stream as rest of outputDan McGee
2011-08-11Update trust level strings in -Qi displayDan McGee
2011-08-08Merge branch 'maint'Dan McGee
2011-07-28Revamp signing checksDan McGee
2011-07-25Fix group selection entry for large inputsDan McGee
2011-07-05Remove most usages of strncmp()Dan McGee
2011-07-05Remove alpm_list_firstAllan McRae
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee
2011-07-05Allow frontend access to signature verification informationDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transflag_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae
2011-06-28Rename pmtransflag_t to alpm_transflag_tAllan McRae
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-27Fix several -Wshadow warningsDan McGee
2011-06-24Move database 'version' check to registration timeDan McGee
2011-06-20pacman/util.c: support terminals with unknown widthDave Reisner
2011-06-15Merge branch 'maint'Dan McGee
2011-06-15Ensure humanize_size works for negative valuesJakob Gruber
2011-06-15Use pm_fprintpf in table_create_formatJakob Gruber
2011-06-15list_display: fix incorrect assignmentDan McGee
2011-06-14Merge branch 'maint'Dan McGee
2011-06-14Remove alpm_db_get_url()Dan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Fix all current return(x) usagesDan McGee
2011-06-13Fix list_display on non-ttys and other output fixesDan McGee