Age | Commit message (Expand) | Author | Files | Lines |
2012-01-05 | Remove useless logger message | Dan McGee | 1 | -1/+0 |
2012-01-05 | Search for PGP subkeys in a keyserver-acceptable way | Dan McGee | 1 | -5/+21 |
2012-01-03 | add new pactest for syncfirst with recursive deps | Dave Reisner | 2 | -0/+130 |
2012-01-03 | Prevent rebuild of man pages when using release tarballs | Allan McRae | 1 | -3/+3 |
2011-12-29 | Fix bogus string cast in search debug message | Dan McGee | 1 | -3/+3 |
2011-12-23 | pacman-key: Add missing quotes | Timothy Redaelli | 1 | -3/+3 |
2011-12-23 | Allow comments after repo section header in pacman.conf | Allan McRae | 1 | -5/+7 |
2011-12-12 | contrib/paccache: silence possible output from cd | Dave Reisner | 1 | -1/+1 |
2011-12-12 | pacsysclean: Add new contrib script | Eric BĂ©langer | 3 | -1/+55 |
2011-12-06 | Use correct size in memset | Dan McGee | 1 | -1/+1 |
2011-12-05 | repo-add: enforce maximum .sig file size | Dan McGee | 1 | -7/+12 |
2011-12-05 | Enforce signature download size limit on -U <url> operations | Dan McGee | 1 | -0/+3 |
2011-12-05 | contrib/paclist: Add "--help" command line parameter | Lukas Fleischer | 1 | -1/+1 |
2011-12-01 | makepkg.5: fix typo s/tar,bz2/tar.bz2/ | Dave Reisner | 1 | -1/+1 |
2011-12-01 | makepkg: avoid using comm for diff'ing package lists | Dave Reisner | 1 | -7/+9 |
2011-12-01 | _alpm_ldconfig: return value from _alpm_run_chroot | Dan McGee | 1 | -1/+1 |
2011-12-01 | Add two new pactests for pacman upgrade behavior | Dan McGee | 2 | -0/+65 |
2011-12-01 | Miscellaneous post-4.0.1 updates | Dan McGee | 3 | -12/+13 |
2011-11-21 | Final changes before 4.0.1 releasev4.0.1 | Dan McGee | 3 | -7/+10 |
2011-11-21 | makepkg: trim trailing space from whitespace sensitive vars | Dave Reisner | 1 | -3/+3 |
2011-11-16 | Update translations from Transifex | Dan McGee | 29 | -310/+356 |
2011-11-15 | makepkg.conf: disable motd printing for rsync DLAGENT | Dave Reisner | 1 | -1/+1 |
2011-11-15 | Allow sync_prepare to work in certain cases without sync databases | Dan McGee | 2 | -10/+19 |
2011-11-15 | Update documentation regarding signature extensions | Allan McRae | 1 | -1/+1 |
2011-11-14 | Update translations from Transifex | Dan McGee | 81 | -952/+1316 |
2011-11-14 | Updates in preparation for 4.0.1 release | Dan McGee | 5 | -10/+29 |
2011-11-10 | makepkg: check for value before using eval'd var | Dave Reisner | 1 | -1/+1 |
2011-11-07 | makepkg: handle pgp signatures with .sign extension | Allan McRae | 1 | -2/+2 |
2011-11-03 | Fix download progress rounding edge case | Dan McGee | 1 | -2/+5 |
2011-11-02 | Fix thinko in _alpm_strip_newline | Dan McGee | 1 | -1/+1 |
2011-11-01 | src/util: link vercmp against .lo, not the .o | Dave Reisner | 1 | -1/+1 |
2011-10-28 | dload: remove redundant conditional | Dave Reisner | 1 | -2/+3 |
2011-10-28 | dload: chmod tempfiles to respect umask | Dave Reisner | 1 | -1/+12 |
2011-10-27 | Introduce ALPM_BUFFER_SIZE constant | Dan McGee | 5 | -19/+25 |
2011-10-27 | paccache: add vim modeline | Dave Reisner | 1 | -0/+2 |
2011-10-27 | paccache: ensure seen/seenarch vars are set | Dave Reisner | 1 | -0/+1 |
2011-10-27 | Fix issues with replacing unowned symlinks | Dan McGee | 3 | -18/+19 |
2011-10-27 | Add some unowned symlink replacement tests | Dan McGee | 4 | -1/+77 |
2011-10-26 | Don't realloc a 0-length files array when loading packages | Dan McGee | 1 | -8/+10 |
2011-10-25 | lib/sync: inform callers of compute_download_size of a partial | Dave Reisner | 1 | -2/+6 |
2011-10-25 | Fix libtool detection of --as-needed flag | Allan McRae | 1 | -3/+6 |
2011-10-25 | Update libtool files | Allan McRae | 2 | -35/+51 |
2011-10-24 | Add more logging to download code | Dan McGee | 1 | -3/+11 |
2011-10-21 | bacman: pkgrel does not have to be an integer | lolilolicon | 1 | -1/+1 |
2011-10-21 | Remove remaining usages of fprintf() from frontend | Dan McGee | 2 | -4/+5 |
2011-10-21 | Remove pm_fprintf() in favor of pm_printf() | Dan McGee | 8 | -60/+47 |
2011-10-21 | Use stderr as output stream for pm_printf() | Dan McGee | 1 | -1/+1 |
2011-10-17 | pacman-key: add a default keyserver timeout value on --init | Dan McGee | 1 | -0/+1 |
2011-10-17 | Show an error message on failed remote key lookup | Dan McGee | 1 | -2/+2 |
2011-10-17 | Table display: print message with warning: prefix | Dan McGee | 1 | -1/+2 |