Age | Commit message (Expand) | Author | Files | Lines |
2011-03-23 | Add base64 algorithms from PolarSSL to libalpm | Dan McGee | 3 | -0/+259 |
2011-03-23 | Merge branch 'gpg-build-tools' | Dan McGee | 6 | -10/+118 |
2011-03-23 | repo-add: add sha256sum values to repo database | Dan McGee | 2 | -5/+12 |
2011-03-23 | Merge branch 'gpg-pacman-key' | Dan McGee | 7 | -0/+415 |
2011-03-23 | Merge branch 'maint' | Dan McGee | 63 | -1633/+6184 |
2011-03-23 | Bump version to 3.5.1 | Dan McGee | 1 | -2/+2 |
2011-03-23 | Updated 3.5.1 translations from Transifex | Dan McGee | 50 | -1600/+1243 |
2011-03-23 | Add new Serbian translation from Transifex | Slobodan Terzić | 6 | -0/+4882 |
2011-03-23 | 3.5.1 NEWS updates | Dan McGee | 1 | -0/+15 |
2011-03-23 | Documentation consistency fixes | Dan McGee | 3 | -26/+26 |
2011-03-23 | Fix documentation typo in makepkg.8 | Dan McGee | 1 | -1/+2 |
2011-03-23 | pacman-key manpage updates | Dan McGee | 2 | -31/+41 |
2011-03-23 | pacman-key help, round three | Dan McGee | 1 | -39/+24 |
2011-03-23 | Add man-page for pacman-key | Guillaume Alaux | 3 | -0/+81 |
2011-03-23 | pacman-key: improve usage output | Allan McRae | 1 | -17/+21 |
2011-03-23 | pacman-key: remake of --reload command | Denis A. Altoé Falqueto | 1 | -42/+99 |
2011-03-23 | pacman-key: keyring management tool | Denis A. Altoé Falqueto | 3 | -0/+278 |
2011-03-23 | repo-add: add symlink to signature file | Allan McRae | 1 | -0/+5 |
2011-03-23 | repo-add: Fix up usage with GPG options | Dan McGee | 1 | -2/+3 |
2011-03-23 | repo-add: add -v/--verify option | Dan McGee | 1 | -0/+26 |
2011-03-23 | repo-add: allow signing of the package database | Dan McGee | 2 | -0/+30 |
2011-03-23 | Add PGPSIG field in repo-add | Geoffroy Carrier | 1 | -0/+6 |
2011-03-23 | makepkg: place signature symlink in build dir | Allan McRae | 1 | -2/+3 |
2011-03-23 | makepkg: allow signatures to work with split packages | Dan McGee | 1 | -5/+8 |
2011-03-23 | Add GPG signature support to makepkg | Geoffroy Carrier | 3 | -3/+32 |
2011-03-21 | Minor code cleanups | Dan McGee | 1 | -3/+6 |
2011-03-21 | Ensure package removal list does not contain duplicates | Dan McGee | 1 | -1/+5 |
2011-03-21 | Fix line_offset not being reset in _alpm_archive_fgets() | Dan McGee | 1 | -0/+3 |
2011-03-21 | Merge branch 'maint' | Dan McGee | 8 | -59/+73 |
2011-03-21 | Don't initialize progress to zero before calling curl_easy_perform(). | Lukas Fleischer | 1 | -4/+3 |
2011-03-21 | Ensure dlcb is defined before calling it | Dan McGee | 1 | -1/+3 |
2011-03-21 | Do not query group selection when using -Sp | Allan McRae | 1 | -14/+26 |
2011-03-21 | Some more zsh completion tidy up | Allan McRae | 1 | -1/+2 |
2011-03-21 | Fix zsh completion | Allan McRae | 1 | -13/+10 |
2011-03-21 | Restore --debug/--verbose output without a primary operation | Dan McGee | 1 | -7/+7 |
2011-03-21 | Add a few more notes about translating using Transifex | Dan McGee | 1 | -0/+15 |
2011-03-21 | Update source translation files in prep for 3.5.1 | Dan McGee | 2 | -19/+10 |
2011-03-21 | Remove unnecessary NULL check | Dan McGee | 1 | -3/+1 |
2011-03-21 | Fix comparison to 0 rather than NULL | Dan McGee | 1 | -1/+1 |
2011-03-21 | Fix assignment before NULL check | Dan McGee | 1 | -1/+1 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 43 | -725/+726 |
2011-03-21 | lib/dload.c: fix opening braces to conform with coding style | Dave Reisner | 1 | -6/+12 |
2011-03-20 | Merge branch 'maint' | Dan McGee | 7 | -8/+55 |
2011-03-20 | Add missing include for size_t | Dan McGee | 1 | -0/+1 |
2011-03-20 | INSTALL: replace libfetch with libcurl | Dave Reisner | 1 | -2/+2 |
2011-03-20 | lib/dload.c: remove lingering libfetch specific headers | Dave Reisner | 1 | -5/+0 |
2011-03-20 | Fix libtool and LDFLAGS reordering issues | Lukas Fleischer | 1 | -0/+14 |
2011-03-20 | Fix handling of ignored packages | Pang Yan Han | 2 | -1/+8 |
2011-03-20 | Use sane umask for repo db downloads | Allan McRae | 1 | -0/+5 |
2011-03-20 | makepkg: Improve optdepends extraction | Allan McRae | 1 | -4/+8 |