summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-23Convert strtrim/strlen paired calls to only strtrimDan McGee1-8/+10
2011-12-23pacman/util: return size_t from strtrimDave Reisner1-9/+9
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-12code syntax cleanupDave Reisner1-3/+3
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder1-1/+1
2011-10-22Merge branch 'maint'Dan McGee1-21/+10
2011-10-22Hide empty columns in table package list displayDan McGee1-24/+71
2011-10-22pacman: show repo name in download promptDave Reisner1-1/+6
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-14Merge branch 'maint'Dan McGee1-5/+5
2011-10-14Use puts() instead of no-op printf() where applicableDan McGee1-4/+4
2011-10-13Coding style cleanupsDan McGee1-5/+5
2011-10-13Merge branch 'maint'Dan McGee1-43/+48
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee1-17/+17
2011-10-12VerbosePkgLists: format table lines in i18n-compatible wayDan McGee1-43/+48
2011-10-12Introduce alpm_time_t typeDan McGee1-1/+1
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