summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-09-22Regenerate message catalogs and translationsv4.0.0rc2Dan McGee
2011-09-22Translation file updates from TransifexDan McGee
2011-09-22Add status and check for key being disabledDan McGee
2011-09-22Add new import key question enum value and stub frontend functionDan McGee
2011-09-22Fix signature printing in package infoDan McGee
2011-09-22config parsing: add note if libcurl disabled and no XferCommandDan McGee
2011-09-22config parsing: include file and line number in more errorsDan McGee
2011-09-22Pull option names out of messages in config parsingDan McGee
2011-09-22Check capabilities in SigLevel option parsingDan McGee
2011-09-22Move default siglevel value from backend to frontendDan McGee
2011-09-20Fix int/size_t type in alpm_list_count() callDan McGee
2011-09-20Split package validation and load loopsDan McGee
2011-09-20pacman/upgrade: print 'loading packages...' only onceDave Reisner
2011-09-20pacman: use dynamic string allocation where it makes senseDan McGee
2011-09-20utils/cleanupdelta: remove unneeded syncdbpathDan McGee
2011-09-20Flip getcwd()/chdir() for open()/fchdir() in the frontendDan McGee
2011-09-18src/util: provide strndup definitions where neededDave Reisner
2011-09-18pactree: include missing ctype.h headerDave Reisner
2011-09-14pacman: add short opt '-p' for --print to -{S,R}hDave Reisner
2011-09-14Don't duplicate header stringsDan McGee
2011-09-11download callback: show decimal places in rate if we have roomDan McGee
2011-09-11Move download callback static vars into functionDan McGee
2011-09-08Print 'loading packages' message on -U operationsDan McGee
2011-09-07query check: use provided filelist count instead of keeping trackDan McGee
2011-09-07Remove unnecessary castDan McGee
2011-09-06sync: add missing newline in warning messageDave Reisner
2011-09-02Add -p/--print tip for -Q operations on filepathDan McGee
2011-09-02Former transaction callback rename refactorDan McGee
2011-09-02Move all callbacks up to the handle levelDan McGee
2011-09-02Be fully silent on any -Sp operationDan McGee
2011-09-01pacman/callback: reuse strlen calculationDave Reisner
2011-08-29Improve advice for sync ops when db.lck is presentPang Yan Han
2011-08-29Ensure progress callback updates if XX/YY numerator changesDan McGee
2011-08-29pacsort: use boolean, not binary OR operationDave Reisner
2011-08-28Allow access to package origin dataDan McGee
2011-08-28Removed multiple definitions of pkgfrom_tDiogo Sousa
2011-08-28Better error handling out of package load methodDan McGee
2011-08-28Refactor signature result return formatDan McGee
2011-08-28pacman.c: Remove redundant strdup() in parsearg_global()Lukas Fleischer
2011-08-28Make sync error message smarter on unfound targetsDan McGee
2011-08-25strtrim: don't move empty stringDan McGee
2011-08-25Remove short/long label distinctionDan McGee
2011-08-25Slight refresh of the download progress callbackDan McGee
2011-08-25Add a few more sizes to humanize_sizes()Dan McGee
2011-08-25Add new 'lt' and 'zh_TW' translations from transifexDan McGee
2011-08-25Update existing translations from TransifexDan McGee
2011-08-23Retrieve default SigLevel value from backend after initial settingDan McGee
2011-08-22pacman/util: use string_length to calculate line lengthDave Reisner
2011-08-22Print callback messages to stderrAllan McRae
2011-08-22Print debug timestamps to same stream as rest of outputDan McGee