Age | Commit message (Expand) | Author |
2011-09-11 | makepkg: unset errexit when sourcing /etc/profile | Dave Reisner |
2011-09-11 | paccache: escape . in trimming of diskspace string | Dave Reisner |
2011-09-11 | download callback: show decimal places in rate if we have room | Dan McGee |
2011-09-11 | Move download callback static vars into function | Dan McGee |
2011-09-08 | diskspace: fix memory leak on root mount not found | Dave Reisner |
2011-09-08 | Print 'loading packages' message on -U operations | Dan McGee |
2011-09-07 | makepkg: use more awk'ish syntax in sanity checks | Dave Reisner |
2011-09-07 | makepkg: avoid for loop in deleting manpage hardlinks | Dave Reisner |
2011-09-07 | makepkg: act on function return value, not output | Dave Reisner |
2011-09-07 | makepkg: refactor check_pgpsigs output | Dave Reisner |
2011-09-07 | Use more correct integer types in diskspace checks | Dan McGee |
2011-09-07 | query check: use provided filelist count instead of keeping track | Dan McGee |
2011-09-07 | Remove unnecessary cast | Dan McGee |
2011-09-07 | Ensure PackageRequired works as expected | Dan McGee |
2011-09-06 | makepkg: use globs in place of regex | Dave Reisner |
2011-09-06 | dload: use intmax_t when printing off_t | Dan McGee |
2011-09-06 | makepkg: unset variables as per !{make,build}flags | Dave Reisner |
2011-09-06 | rankmirrors: properly sort resulting times | Dave Reisner |
2011-09-06 | dload: abstract dload_interrupted reasons | Dave Reisner |
2011-09-06 | dload: improve debug output | Dave Reisner |
2011-09-06 | sync: add missing newline in warning message | Dave Reisner |
2011-09-06 | avoid blowing out the filecache list when using tmpdir | Dave Reisner |
2011-09-02 | More package operations cleanup | Dan McGee |
2011-09-02 | Add -p/--print tip for -Q operations on filepath | Dan McGee |
2011-09-02 | Former transaction callback rename refactor | Dan McGee |
2011-09-02 | Move all callbacks up to the handle level | Dan McGee |
2011-09-02 | Be fully silent on any -Sp operation | Dan McGee |
2011-09-02 | Make delta validation/application more logical | Dan McGee |
2011-09-02 | pacman-key: add --refresh-keys operation | Dan McGee |
2011-09-02 | pacman-key: split keyserver to a separate option | Dan McGee |
2011-09-02 | pacman-key help and documentation cleanup | Dan McGee |
2011-09-02 | doc: consistency when referencing other options | Dan McGee |
2011-09-02 | pacman-key: document --lsign-key | Dan McGee |
2011-09-02 | Clean up handling of size fields | Dan McGee |
2011-09-01 | pactest: remove PACMAN_OUTPUT from ldconfig tests | Dan McGee |
2011-09-01 | _alpm_parsedate(): return time_t and not long | Dan McGee |
2011-09-01 | Add pactest for overflowing date (year 2038 problem) | Dan McGee |
2011-09-01 | makepkg: fix overzealous PGP signature file matching | Dan McGee |
2011-09-01 | pacman/callback: reuse strlen calculation | Dave Reisner |
2011-09-01 | makepkg: fix sanity checking in versioning | Dave Reisner |
2011-09-01 | makepkg: read filenames in a while loop | Dave Reisner |
2011-09-01 | makepkg: fix breakage in eval'ing quoted strings | Dave Reisner |
2011-08-30 | pacman-key: add --lsign-key operation | Dan McGee |
2011-08-30 | pacman-key master key generation | Dan McGee |
2011-08-30 | Scale package integrity progress bar/percentage by package size | Dan McGee |
2011-08-30 | Remove outdated comment for _alpm_outerconflicts | Allan McRae |
2011-08-29 | Improve advice for sync ops when db.lck is present | Pang Yan Han |
2011-08-29 | Parse > 2GiB file sizes correctly | Dan McGee |
2011-08-29 | lib/libalpm/handle.c: Removed redundant if condition | Helder Martins |
2011-08-29 | Ensure progress callback updates if XX/YY numerator changes | Dan McGee |