Age | Commit message (Expand) | Author | Files | Lines |
2014-11-18 | extract_single_file: fix memory leak in error condition | Allan McRae | 1 | -1/+1 |
2014-11-18 | _alpm_backup_dup: fix memory leak in error case | Allan McRae | 1 | -2/+7 |
2014-11-18 | makepkg: symlink files in noextract into $srcdir | Allan McRae | 1 | -5/+6 |
2014-11-18 | Remove logging of NoExtract events | Allan McRae | 1 | -2/+0 |
2014-11-17 | Fix crash when using external downloader | Allan McRae | 1 | -4/+17 |
2014-11-17 | makepkg: svn: update existing sources in srcdir without removing them first. | Lukáš Jirkovský | 1 | -5/+1 |
2014-11-17 | makepkg: only strip vcs prefixes from front of url | Andrew Gregory | 1 | -4/+4 |
2014-11-17 | makepkg: do not strip bzr+ from bzr+ssh urls | Andrew Gregory | 1 | -1/+3 |
2014-11-17 | makepkg: bzr: update existing sources in srcdir without removing them first. | Allan McRae | 1 | -5/+11 |
2014-11-09 | makepkg: hg: update existing sources in srcdir without removing them first. | Lukáš Jirkovský | 1 | -4/+10 |
2014-11-09 | makepkg: checkout a revision specified in SVN fragment in download_svn. | Lukáš Jirkovský | 1 | -28/+15 |
2014-11-09 | makepkg: git: update existing sources in srcdir without removing them first. | Lukáš Jirkovský | 1 | -5/+14 |
2014-11-09 | makepkg: improve stripping pkgdesc of whitespace for .PKGINFO | Allan McRae | 1 | -1/+6 |
2014-11-09 | makepkg: introduce .SRCINFO files for source packages | Dave Reisner | 1 | -1/+98 |
2014-11-09 | makepkg: simplify epoch handling | Dave Reisner | 1 | -3/+1 |
2014-11-09 | makepkg: ignore empty global attributes in extraction | Dave Reisner | 1 | -1/+1 |
2014-11-09 | Add --assume-installed to shell completion | Florian Pritz | 2 | -3/+6 |
2014-11-05 | Add --assume-installed to pacman --help | Florian Pritz | 1 | -0/+2 |
2014-11-05 | makepkg.8: remove superfluous "::" in envvar description | Dave Reisner | 1 | -1/+1 |
2014-11-05 | bash_completion: add --noarchive to makepkg's completions | Dave Reisner | 1 | -1/+1 |
2014-11-05 | updpkgsums: avoid exec'ing awk, so the trap actually works | Dave Reisner | 1 | -1/+1 |
2014-11-04 | add pacman-db-upgrade-v9.py to check_SCRIPTS | Andrew Gregory | 1 | -0/+1 |
2014-11-04 | tests/pacman-db-upgrade-v9: set additional paths | Andrew Gregory | 1 | -1/+5 |
2014-11-04 | pmtest: make test paths easily available to tests | Andrew Gregory | 1 | -4/+16 |
2014-11-04 | pacman-db-upgrade: fix --config option typo | Andrew Gregory | 1 | -1/+1 |
2014-11-04 | Exit with 0/SUCCESS if there are no packages to remove | Eric Schultz | 1 | -1/+1 |
2014-10-19 | makepkg.8: fix typo in reference to other flag | Dave Reisner | 1 | -1/+1 |
2014-10-19 | testdb: ignore ALPM_DB_VERSION | Andrew Gregory | 1 | -1/+1 |
2014-10-19 | paccache: avoid spurious blank line written to stderr | Dave Reisner | 1 | -1/+1 |
2014-10-19 | dload: mark final_url as const | Christian Hesse | 3 | -7/+6 |
2014-10-19 | doc/translation-help.txt: Removed out-of-date paragraph | Miguel de Val-Borro | 1 | -5/+0 |
2014-10-19 | doc/translation-help.txt: Minor rewording of Transifex usage | Miguel de Val-Borro | 1 | -6/+7 |
2014-10-19 | makepkg: always look for sources in source=() | Dave Reisner | 1 | -3/+3 |
2014-10-16 | dload: unlink file on filesize exceeded error | Christian Hesse | 1 | -0/+1 |
2014-10-16 | dload: use better error message on exceeded file size | Christian Hesse | 1 | -4/+2 |
2014-10-16 | be_sync: use effective URL for db file signature download | Christian Hesse | 1 | -4/+5 |
2014-10-13 | makepkg: reorder args to pkgbuild_get_attribute for consistency | Dave Reisner | 1 | -5/+5 |
2014-10-13 | add pacman-db-upgrade test | Andrew Gregory | 3 | -0/+40 |
2014-10-13 | sync.c: download packages before starting commit | Andrew Gregory | 3 | -3/+19 |
2014-10-13 | pmtest: allow tests to specify test binary | Andrew Gregory | 5 | -19/+31 |
2014-10-13 | pacman: add --confirm option | Andrew Gregory | 4 | -3/+12 |
2014-10-13 | pmtest: allow tests to specify db version | Andrew Gregory | 1 | -2/+3 |
2014-10-13 | pmrule: make backup file test more robust | Andrew Gregory | 1 | -6/+4 |
2014-10-13 | pmdb: include directories in package file lists | Andrew Gregory | 1 | -1/+1 |
2014-10-13 | makepkg: simplify attr matching in extract_function_var | Dave Reisner | 1 | -3/+3 |
2014-10-13 | makepkg: show full fingerprint on pgp failure | Dave Reisner | 2 | -3/+4 |
2014-10-13 | Revert "makepkg: allow less than the full fingerprint in validpgpkeys" | Dave Reisner | 2 | -23/+2 |
2014-10-10 | There are not hooks! | Allan McRae | 1 | -1/+1 |
2014-10-06 | pacman-db-upgrade: do not mangle file lists | Andrew Gregory | 1 | -7/+22 |
2014-10-02 | alpm: Fix wrong xferred/total sizes when resuming downloads | Olivier Brunel | 1 | -1/+3 |