summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-29Better error handling out of package load methodDan McGee2-2/+15
2011-08-29Refactor signature result return formatDan McGee3-12/+13
2011-08-29pacman.c: Remove redundant strdup() in parsearg_global()Lukas Fleischer1-1/+1
2011-08-29Make sync error message smarter on unfound targetsDan McGee1-3/+6
2011-08-26strtrim: don't move empty stringDan McGee2-2/+12
2011-08-25Remove short/long label distinctionDan McGee4-20/+16
2011-08-25Slight refresh of the download progress callbackDan McGee1-10/+22
2011-08-25Add a few more sizes to humanize_sizes()Dan McGee1-2/+4
2011-08-25Add new 'lt' and 'zh_TW' translations from transifexDan McGee3-0/+2337
2011-08-25Update existing translations from TransifexDan McGee25-582/+810
2011-08-23Retrieve default SigLevel value from backend after initial settingDan McGee1-0/+3
2011-08-22pacman/util: use string_length to calculate line lengthDave Reisner1-1/+1
2011-08-22Print callback messages to stderrAllan McRae1-1/+1
2011-08-22Print debug timestamps to same stream as rest of outputDan McGee1-1/+1