summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-10-14Merge branch 'maint'Dan McGee1-5/+5
2011-10-14Use fputs and putchar in callback progress displayDan McGee1-15/+15
2011-10-14Remove -f short option for --forceDan McGee2-4/+5
2011-10-14Use puts() instead of no-op printf() where applicableDan McGee6-22/+27
2011-10-14Remove mcheck.h supportDan McGee1-8/+0
2011-10-13Fix some strict 32-bit gcc warningsDan McGee1-1/+2
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 McGee12-85/+85
2011-10-12VerbosePkgLists: format table lines in i18n-compatible wayDan McGee1-43/+48
2011-10-12Introduce alpm_time_t typeDan McGee3-3/+5
2011-10-12Final Transifex update before 4.0Dan McGee4-323/+358
2011-10-11Update translations from TransifexDan McGee27-677/+786
2011-10-11pactree: Make error message smarter in register_syncs()Lukas Fleischer1-1/+1
2011-10-11pactree: Add "--config" optionLukas Fleischer1-3/+15
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