summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-20Give better error messages on database locking failuresDan McGee1-3/+7
2012-02-07Fix a handful of comment typos or misspellingsDan McGee1-1/+1
2012-02-03Add simple integer-only pow() implementationDan McGee1-2/+13
2012-02-03Fix FS#27924: don't display negative zeroesThomas Dziedzic1-8/+16
2012-01-19Update copyright on changed files since beginning of yearDan McGee1-1/+1
2012-01-19util.c, rmrf(): only create string when neededOlivier Brunel1-3/+3
2012-01-19Fix missing [removal] outputAllan McRae1-1/+5
2012-01-19Fix broken output when asking question and stdin is pipedOlivier Brunel1-0/+6
2012-01-18Remove unused strtoupper() functionDan McGee1-13/+0
2011-10-21Remove remaining usages of fprintf() from frontendDan McGee1-2/+3
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee1-18/+5
2011-10-21Use stderr as output stream for pm_printf()Dan McGee1-1/+1
2011-10-17Table display: print message with warning: prefixDan McGee1-1/+2
2011-10-13Coding style cleanupsDan McGee1-5/+5
2011-10-12VerbosePkgLists: format table lines in i18n-compatible wayDan McGee1-43/+48
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