Age | Commit message (Expand) | Author | Files | Lines |
2012-02-17 | pacsysclean: Fix script description and accept -o option without hyphen | Eric Bélanger | 1 | -2/+5 |
2012-02-15 | Revert "Add -S --recursive operation" | Dan McGee | 7 | -56/+9 |
2012-02-15 | Revert "Enable recursive/needed sync on SyncFirst" | Dan McGee | 4 | -12/+4 |
2012-02-15 | makepkg: fix syntax error in remove_deps | Christoph Vigano | 1 | -1/+1 |
2012-02-14 | Update SIGPIPE signal handler comment | Dan McGee | 1 | -2/+2 |
2012-02-14 | scripts: unset CDPATH if cd is used | Dan McGee | 2 | -2/+3 |
2012-02-13 | lib/sync: use full delta size as max download size | Dave Reisner | 1 | -1/+1 |
2012-02-11 | 4.0.2 release updatesv4.0.2 | Dan McGee | 3 | -2/+28 |
2012-02-11 | Final pre-release Transifex updates | Dan McGee | 5 | -130/+182 |
2012-02-11 | pactree: allow comments after repo section header | Allan McRae | 1 | -6/+6 |
2012-02-11 | makepkg: disable extglob when sourcing BUILDSCRIPT | Allan McRae | 1 | -0/+4 |
2012-02-11 | makepkg: deal with mercurial exit codes | Allan McRae | 1 | -2/+7 |
2012-02-07 | Fix a handful of comment typos or misspellings | Dan McGee | 3 | -8/+10 |
2012-02-07 | Translation updates from Transifex, mostly scripts | Dan McGee | 30 | -1400/+933 |
2012-02-06 | makepkg.sh.in - if both -r and -i are provided, only remove makedeps | Andrew Gregory | 1 | -1/+5 |
2012-02-06 | Update translations from Transifex | Dan McGee | 29 | -210/+211 |
2012-02-06 | remove.c: make "target not found" error consistent with sync.c | Andrew Gregory | 1 | -1/+1 |
2012-02-06 | makepkg.sh.in - fix remove_deps test for deps to be removed | Andrew Gregory | 1 | -1/+1 |
2012-02-06 | makepkg: add forgotten newline in help output | Mantas Mikulėnas | 1 | -1/+1 |
2012-02-03 | pactest: check return code in some upgrade tests | Dan McGee | 4 | -0/+4 |
2012-02-03 | Add simple integer-only pow() implementation | Dan McGee | 1 | -2/+13 |
2012-02-03 | Fix FS#27924: don't display negative zeroes | Thomas Dziedzic | 4 | -13/+22 |
2012-01-31 | makepkg: Fix non-writable SRCPKGDEST error message | Allan McRae | 1 | -0/+5 |
2012-01-31 | Fix rare segfault on package removal | Allan McRae | 1 | -1/+4 |
2012-01-31 | Update translations | Dan McGee | 55 | -817/+2347 |
2012-01-31 | Update pot translation catalogs | Dan McGee | 2 | -19/+59 |
2012-01-31 | Make a few more copyright date tweaks | Dan McGee | 3 | -5/+5 |
2012-01-31 | scripts: always use printf with embedded gettext | Dave Reisner | 6 | -96/+96 |
2012-01-31 | makepkg: workaround for zipman issues | Allan McRae | 1 | -1/+2 |
2012-01-23 | lib/dload: give uniform naming to curl CB functions | Dave Reisner | 1 | -4/+4 |
2012-01-23 | Fix sys/mnttab.h header include | Dan McGee | 1 | -2/+2 |
2012-01-23 | lib/dload: enforce usage of TCP keepalives | Dave Reisner | 2 | -1/+55 |
2012-01-23 | makepkg: restrict usage of flags passed to pacman | Allan McRae | 1 | -1/+5 |
2012-01-23 | makepkg: fix error on unnecessary -r | Allan McRae | 1 | -3/+4 |
2012-01-19 | contrib/bash_completion: don't print stderr messages | Dan McGee | 2 | -3/+3 |
2012-01-19 | Add diskspace checking support for Solaris/Illumos | Dan McGee | 2 | -6/+51 |
2012-01-19 | Update copyright on changed files since beginning of year | Dan McGee | 11 | -14/+14 |
2012-01-19 | util.c, rmrf(): only create string when needed | Olivier Brunel | 2 | -6/+6 |
2012-01-19 | Fix missing [removal] output | Allan McRae | 1 | -1/+5 |
2012-01-19 | Improve exit statuses and error messages in pacman-key | canyonknight | 1 | -23/+95 |
2012-01-19 | Turn gpg commands into functions in pacman-key | canyonknight | 1 | -16/+58 |
2012-01-19 | repo-add: clean up help messages | Dan McGee | 1 | -6/+14 |
2012-01-19 | Fix broken output when asking question and stdin is piped | Olivier Brunel | 1 | -0/+6 |
2012-01-19 | fetch_url: look for files in cache before downloading | Dave Reisner | 1 | -32/+60 |
2012-01-18 | Use isdigit() rather than character range comparisons | Dan McGee | 1 | -1/+1 |
2012-01-18 | Remove unused strtoupper() function | Dan McGee | 2 | -14/+0 |
2012-01-18 | Don't remove unknown files in cache cleaning code | Dan McGee | 2 | -23/+11 |
2012-01-13 | doc/vercmp: add note about pkgrel handling | Dan McGee | 1 | -2/+7 |
2012-01-12 | Use fileno() in isatty() call | Dan McGee | 1 | -1/+1 |
2012-01-08 | makepkg: abort on missing download agent | Allan McRae | 1 | -1/+2 |