summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* verbose package lists: remove errant debuggerDan McGee2011-09-28
* Always show download size if -w/--downloadonly was providedDan McGee2011-09-28
* Table format creation code cleanupDan McGee2011-09-28
* Use unsigned types for indent width and column countDan McGee2011-09-28
* Show download sizes when using -S/--syncDan McGee2011-09-28
* Keep track of explicitly added and removed packagesDan McGee2011-09-28
* Combine add and removal package list displayDan McGee2011-09-28
* Avoid comparison between signed and unsigned typesAllan McRae2011-09-26
* Revamp pacman signal handlerDan McGee2011-09-26
* Regenerate message catalogs and translationsDan McGee2011-09-22
* Translation file updates from TransifexDan McGee2011-09-22
* Add status and check for key being disabledDan McGee2011-09-22
* Add new import key question enum value and stub frontend functionDan McGee2011-09-22
* Fix signature printing in package infoDan McGee2011-09-22
* config parsing: add note if libcurl disabled and no XferCommandDan McGee2011-09-22
* config parsing: include file and line number in more errorsDan McGee2011-09-22
* Pull option names out of messages in config parsingDan McGee2011-09-22
* Check capabilities in SigLevel option parsingDan McGee2011-09-22
* Move default siglevel value from backend to frontendDan McGee2011-09-22
* Fix int/size_t type in alpm_list_count() callDan McGee2011-09-20
* Split package validation and load loopsDan McGee2011-09-20
* pacman/upgrade: print 'loading packages...' only onceDave Reisner2011-09-20
* pacman: use dynamic string allocation where it makes senseDan McGee2011-09-20
* utils/cleanupdelta: remove unneeded syncdbpathDan McGee2011-09-20
* Flip getcwd()/chdir() for open()/fchdir() in the frontendDan McGee2011-09-20
* src/util: provide strndup definitions where neededDave Reisner2011-09-18
* pactree: include missing ctype.h headerDave Reisner2011-09-18
* pacman: add short opt '-p' for --print to -{S,R}hDave Reisner2011-09-14
* Don't duplicate header stringsDan McGee2011-09-14
* download callback: show decimal places in rate if we have roomDan McGee2011-09-11
* Move download callback static vars into functionDan McGee2011-09-11
* Print 'loading packages' message on -U operationsDan McGee2011-09-08
* query check: use provided filelist count instead of keeping trackDan McGee2011-09-07
* Remove unnecessary castDan McGee2011-09-07
* sync: add missing newline in warning messageDave Reisner2011-09-06
* Add -p/--print tip for -Q operations on filepathDan McGee2011-09-02
* Former transaction callback rename refactorDan McGee2011-09-02
* Move all callbacks up to the handle levelDan McGee2011-09-02
* Be fully silent on any -Sp operationDan McGee2011-09-02
* pacman/callback: reuse strlen calculationDave Reisner2011-09-01
* Improve advice for sync ops when db.lck is presentPang Yan Han2011-08-29
* Ensure progress callback updates if XX/YY numerator changesDan McGee2011-08-29
* pacsort: use boolean, not binary OR operationDave Reisner2011-08-29
* Allow access to package origin dataDan McGee2011-08-28
* Removed multiple definitions of pkgfrom_tDiogo Sousa2011-08-28
* Better error handling out of package load methodDan McGee2011-08-28
* Refactor signature result return formatDan McGee2011-08-28
* pacman.c: Remove redundant strdup() in parsearg_global()Lukas Fleischer2011-08-28
* Make sync error message smarter on unfound targetsDan McGee2011-08-28
* strtrim: don't move empty stringDan McGee2011-08-25