Age | Commit message (Expand) | Author | Files | Lines |
2014-09-15 | updpkgsums: use a throwaway build dir | Dave Reisner | 1 | -0/+2 |
2014-09-15 | makepkg: do not eval dlcmd | lolilolicon | 1 | -11/+10 |
2014-09-15 | makepkg: Allow using sources with :: in them | William Giokas | 1 | -3/+3 |
2014-09-15 | paccache: read default cachedir from pacman.conf | Dave Reisner | 1 | -2/+21 |
2014-09-15 | paccache: add support for multiple cachedirs | Maxim Andersson | 1 | -23/+37 |
2014-09-15 | PKGBUILD(5): arch-specific fields are always additional | Dave Reisner | 1 | -2/+2 |
2014-08-09 | pacman-key: stricter parsing for -verify | Allan McRae | 1 | -1/+1 |
2014-08-09 | pkgdelta(8): Fix broken example of --min-pkg-size with human-readable values | Jason St. John | 1 | -2/+2 |
2014-08-09 | man: Improve grammar and add missing single quotes around command options | Jason St. John | 11 | -47/+49 |
2014-08-09 | man: Use uniform line spacing between sections | Jason St. John | 12 | -6/+30 |
2014-08-09 | pacman(8): Improve grammar and quoting | Jason St. John | 1 | -5/+5 |
2014-08-09 | Fix loading invalid package | Olivier Brunel | 1 | -1/+3 |
2014-08-08 | makepkg: replace bare eval with var extraction functions | Dave Reisner | 1 | -6/+12 |
2014-08-08 | PKGBUILD: handle arch specific attributes | Dave Reisner | 2 | -3/+66 |
2014-08-08 | makepkg: refactor check_sanity, give it some sanity of its own | Dave Reisner | 1 | -107/+299 |
2014-08-08 | Update PKGBUILD documentation for removed override options | Allan McRae | 1 | -3/+3 |
2014-08-08 | makepkg: disallow pkgver/pkgrel/epoch overrides in packages | Dave Reisner | 1 | -33/+12 |
2014-08-08 | remove --destination-dir argument from a2x options | Dave Reisner | 1 | -2/+1 |
2014-08-04 | Add Andrew to maintainers list. | Allan McRae | 1 | -0/+1 |
2014-08-04 | trans_commit: log beginning and end of transaction | Andrew Gregory | 1 | -0/+10 |
2014-08-04 | filecache_find_url: dereference the 'filebase' pointer | Ryo Munakata | 1 | -1/+1 |
2014-08-04 | replace strdup with STRDUP | Andrew Gregory | 3 | -11/+7 |
2014-08-04 | sync.c: fix style violations | Andrew Gregory | 1 | -5/+7 |
2014-08-04 | pacman.c: simplify stdin parsing | Andrew Gregory | 1 | -19/+8 |
2014-08-04 | handle_unlock: log error when lock file is missing | Andrew Gregory | 1 | -6/+14 |
2014-08-04 | handle_unlock: log lock removal failure | Andrew Gregory | 3 | -11/+6 |
2014-08-04 | signing.c: remove useless error check | Andrew Gregory | 1 | -1/+0 |
2014-08-04 | deps.c: use alpm_list_find_ptr | Andrew Gregory | 1 | -8/+3 |
2014-08-04 | dep_graph_init: filter ignored packages by name | Andrew Gregory | 1 | -1/+1 |
2014-08-04 | pactest: delay test object creation | Andrew Gregory | 1 | -3/+3 |
2014-08-04 | pactest: only snapshot needed files | Andrew Gregory | 2 | -6/+17 |
2014-08-04 | handle: factor out string list option handling | Andrew Gregory | 2 | -58/+39 |
2014-08-04 | makepkg: skip dependency checking with --verifysource | Allan McRae | 2 | -3/+5 |
2014-08-04 | makepkg: ensure vcs download tool are installed when required | Allan McRae | 2 | -0/+75 |
2014-08-03 | makepkg: improve check and error message for buildfile location | Dave Reisner | 1 | -2/+2 |
2014-08-03 | sync_prepare: remove useless check for replacers | Andrew Gregory | 1 | -2/+0 |
2014-08-03 | check_pkg_fast: check file type | Andrew Gregory | 2 | -4/+13 |
2014-08-03 | check_file_exists: replace lstat with llstat | Andrew Gregory | 1 | -3/+3 |
2014-08-03 | llstat: modify path in place | Andrew Gregory | 2 | -8/+12 |
2014-08-03 | move _alpm_lstat into util-common | Andrew Gregory | 8 | -32/+34 |
2014-08-03 | add test for file type check with -Qk | Andrew Gregory | 2 | -0/+15 |
2014-08-03 | pacdiff: allow DIFFPROG to contain commandline options | Allan McRae | 1 | -3/+3 |
2014-08-03 | pactest: check for tests before environment setup | Andrew Gregory | 1 | -5/+4 |
2014-08-03 | pactest: check for pacman binary before running | Andrew Gregory | 1 | -1/+5 |
2014-08-03 | pactest: parse options before environment setup | Andrew Gregory | 1 | -3/+5 |
2014-08-03 | makepkg: Respect XDG_CONFIG_HOME | Johannes Löthberg | 2 | -4/+10 |
2014-08-03 | filelist_intersection: manually compare paths | Andrew Gregory | 1 | -34/+22 |
2014-07-01 | Add validpgpkeys to PKGBUILD prototypes. | Allan McRae | 2 | -0/+2 |
2014-06-29 | makepkg: handle "epoch=" in PKGBUILD with pkgver function | Allan McRae | 1 | -6/+7 |
2014-06-29 | use monotonic clock for progress updates | Andrew Gregory | 1 | -27/+31 |