summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Update translation message catalogs in prep for 4.0 releaseDan McGee1-7/+7
2011-10-06Update translations from TransifexDan McGee27-1324/+996
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 McGee2-3/+3
2011-09-28Table format creation code cleanupDan McGee1-21/+27
2011-09-28Use unsigned types for indent width and column countDan McGee3-26/+26
2011-09-28Show download sizes when using -S/--syncDan McGee1-5/+21
2011-09-28Keep track of explicitly added and removed packagesDan McGee7-5/+33
2011-09-28Combine add and removal package list displayDan McGee4-64/+110
2011-09-27Avoid comparison between signed and unsigned typesAllan McRae1-1/+2
2011-09-26Revamp pacman signal handlerDan McGee1-23/+23
2011-09-22Regenerate message catalogs and translationsv4.0.0rc2Dan McGee28-1136/+2195
2011-09-22Translation file updates from TransifexDan McGee27-516/+553
2011-09-22Add status and check for key being disabledDan McGee1-0/+3
2011-09-22Add new import key question enum value and stub frontend functionDan McGee1-0/+9
2011-09-22Fix signature printing in package infoDan McGee1-1/+1
2011-09-22config parsing: add note if libcurl disabled and no XferCommandDan McGee1-0/+2
2011-09-22config parsing: include file and line number in more errorsDan McGee1-12/+20
2011-09-22Pull option names out of messages in config parsingDan McGee1-7/+9
2011-09-22Check capabilities in SigLevel option parsingDan McGee1-2/+11
2011-09-22Move default siglevel value from backend to frontendDan McGee1-7/+3
2011-09-21Fix int/size_t type in alpm_list_count() callDan McGee1-2/+2
2011-09-20Split package validation and load loopsDan McGee1-0/+9
2011-09-20pacman/upgrade: print 'loading packages...' only onceDave Reisner1-1/+1
2011-09-20pacman: use dynamic string allocation where it makes senseDan McGee3-10/+33
2011-09-20utils/cleanupdelta: remove unneeded syncdbpathDan McGee1-9/+6
2011-09-20Flip getcwd()/chdir() for open()/fchdir() in the frontendDan McGee1-10/+14
2011-09-18src/util: provide strndup definitions where neededDave Reisner2-0/+44
2011-09-18pactree: include missing ctype.h headerDave Reisner1-0/+1
2011-09-15pacman: add short opt '-p' for --print to -{S,R}hDave Reisner1-1/+1
2011-09-15Don't duplicate header stringsDan McGee1-5/+5
2011-09-11download callback: show decimal places in rate if we have roomDan McGee1-2/+8
2011-09-11Move download callback static vars into functionDan McGee1-3/+3
2011-09-08Print 'loading packages' message on -U operationsDan McGee1-0/+1
2011-09-08query check: use provided filelist count instead of keeping trackDan McGee1-6/+6
2011-09-08Remove unnecessary castDan McGee1-1/+1
2011-09-06sync: add missing newline in warning messageDave Reisner2-2/+2
2011-09-03Add -p/--print tip for -Q operations on filepathDan McGee1-0/+6
2011-09-03Former transaction callback rename refactorDan McGee3-52/+52
2011-09-03Move all callbacks up to the handle levelDan McGee3-7/+10
2011-09-03Be fully silent on any -Sp operationDan McGee1-1/+3
2011-09-01pacman/callback: reuse strlen calculationDave Reisner1-10/+13
2011-08-30Improve advice for sync ops when db.lck is presentPang Yan Han3-9/+15
2011-08-30Ensure progress callback updates if XX/YY numerator changesDan McGee1-5/+8
2011-08-30pacsort: use boolean, not binary OR operationDave Reisner1-1/+1
2011-08-29Allow access to package origin dataDan McGee4-9/+8
2011-08-29Removed multiple definitions of pkgfrom_tDiogo Sousa2-9/+2