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