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