summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-22pacsort: correct list freeingPang Yan Han1-1/+1
2011-08-22pacsort: ensure list is freed if size is 0Dan McGee1-1/+1
2011-08-22pacsort: correct pointer type in list_newPang Yan Han1-2/+2
2011-08-15Update message catalogsDan McGee1-14/+22
2011-08-15Update translations from TransifexDan McGee8-209/+246
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee2-16/+25
2011-08-15Show 'None' in Signatures -Qip/-Si output if none foundDan McGee1-2/+5
2011-08-15Load and allow access to sha256sumDan McGee1-0/+1
2011-08-15pacman/package: show presence of signature in in -SiDave Reisner1-0/+1
2011-08-12pacman/query.c: avoid variable redeclarationDan McGee1-3/+3
2011-08-11Enable recursive/needed sync on SyncFirstDan McGee1-0/+2
2011-08-11pacman: remove --dbonly shortoptDave Reisner2-4/+5
2011-08-11Update trust level strings in -Qi displayDan McGee1-3/+3
2011-08-11Allow --needed and --recursive on -U operationsDan McGee1-3/+5
2011-08-11Add -S --recursive operationDan McGee2-2/+9
2011-08-09Merge branch 'maint'Dan McGee1-6/+19
2011-08-09Update string catalogs after string tweaksDan McGee26-1345/+1130
2011-08-09Add reason to corrupted package callbackDan McGee1-2/+4
2011-08-09Attempt to fix up some of the brokenness around failed package loadsDan McGee1-1/+3
2011-08-09Fix divide by zero when downloading zero length filesDan McGee1-6/+19
2011-08-09Update all translation filesDan McGee26-673/+2283