Age | Commit message (Expand) | Author | Files | Lines |
2013-10-14 | Link non-vcs sources into $srcdir during extraction | Allan McRae | 1 | -11/+9 |
2013-10-14 | Ignore failure to patch during autogen.sh | Allan McRae | 1 | -1/+1 |
2013-10-14 | Remove makepkg license check | Allan McRae | 1 | -13/+0 |
2013-10-14 | Use $srcdir/ rather than src/ in makepkg help | Allan McRae | 1 | -1/+1 |
2013-10-14 | Clarify --repackage description | Allan McRae | 1 | -2/+2 |
2013-10-14 | Add make target for TESTS | Andrew Gregory | 2 | -292/+294 |
2013-10-14 | Display old and new version in pacman -Qu output | Florian Pritz | 1 | -1/+8 |
2013-09-19 | TESTS: add missing tests | Andrew Gregory | 1 | -0/+4 |
2013-09-19 | Fix make distcheck | Andrew Gregory | 2 | -2/+3 |
2013-09-18 | makepkg: redirect downloader output to STDERR | Xyne | 1 | -1/+1 |
2013-09-18 | makepkg: include all hash types in integlist | Xyne | 1 | -1/+1 |
2013-09-18 | bacman: optionally include unmodified backup files when available | Xyne | 1 | -21/+59 |
2013-09-18 | bacman: update copyright information in version function | Xyne | 1 | -0/+1 |
2013-09-18 | bacman: pass unshifted arguments to fakeroot | Xyne | 1 | -1/+3 |
2013-09-18 | dload: avoid renaming files downloaded via sync operations | Christian Hesse | 2 | -17/+22 |
2013-09-18 | contrib: Unify quoting in error messages | Aaron Lindsay | 3 | -7/+7 |
2013-09-18 | makepkg: use c-style for loops for integrity checks | Dave Reisner | 1 | -27/+24 |
2013-09-18 | makepkg: always use read's -r flag with filenames | Dave Reisner | 1 | -5/+5 |
2013-09-18 | makepkg: inline creation of checksum indenting | Dave Reisner | 1 | -12/+7 |
2013-09-18 | makepkg: cleanup a few format string injections | Dave Reisner | 1 | -5/+5 |
2013-09-04 | pactree: set full usage on DBs when registering | Dave Reisner | 1 | -1/+2 |
2013-09-04 | pacman: add front end support for repo usage level | Dave Reisner | 3 | -0/+85 |
2013-09-04 | libalpm: introduce a usage level for repos | Dave Reisner | 9 | -4/+107 |
2013-09-04 | proto: remove redundancy in cd for each function | Dave Reisner | 2 | -7/+7 |
2013-09-04 | pacman/util.c: use switch when there are fall through statements | Sami Kerola | 1 | -8/+6 |
2013-09-04 | Improve --help switch output for pacman utils | Jason St. John | 6 | -28/+28 |
2013-09-04 | makepkg: add support for sha224 checksums | Dave Reisner | 1 | -1/+1 |
2013-09-04 | makepkg: unify list of known hash algorithms | Dave Reisner | 1 | -15/+16 |
2013-09-04 | libalpm: avoid name space conflict | Sami Kerola | 1 | -35/+35 |
2013-09-04 | common: compare value rather than pointer address | Sami Kerola | 1 | -1/+1 |
2013-09-04 | makepkg.8: fix typo in usage | Dave Reisner | 1 | -1/+1 |
2013-09-04 | alpm: log errors for scriptlets terminated by a signal | Dave Reisner | 1 | -0/+9 |
2013-08-21 | Store fgetc output as an int. | Allan McRae | 1 | -1/+3 |
2013-08-21 | conflict.c: fix directory ownership check | Andrew Gregory | 3 | -4/+45 |
2013-08-21 | doc/repo-add: Add note on when signatures are added to the db | Olivier Brunel | 1 | -0/+3 |
2013-08-21 | makepkg: allow make-style environment var overrides | Dave Reisner | 2 | -1/+16 |
2013-08-21 | check.c: break backup file search loop after match | Andrew Gregory | 1 | -1/+1 |
2013-08-21 | Do not refer to FlySpray numbers | Allan McRae | 5 | -6/+6 |
2013-08-21 | ini.c: give recursion limit file scope | Andrew Gregory | 1 | -3/+5 |
2013-08-21 | ini.c: make errors in includes fatal | Andrew Gregory | 1 | -1/+5 |
2013-08-21 | ini.c: reuse line buffer | Andrew Gregory | 1 | -5/+5 |
2013-08-21 | conf.c: extract ini parsing code to separate files | Andrew Gregory | 4 | -158/+245 |
2013-08-21 | conf.c: pass _parse_directive as a callback | Andrew Gregory | 1 | -8/+12 |
2013-08-21 | conf.c: move section handling out of _parseconfig | Andrew Gregory | 1 | -15/+34 |
2013-08-21 | conf.c: move directive parsing out of _parseconfig | Andrew Gregory | 1 | -17/+21 |
2013-08-21 | conf.c: move repo parsing out of _parseconfig | Andrew Gregory | 1 | -26/+39 |
2013-08-21 | conf.c: add parse_options to section_t | Andrew Gregory | 1 | -13/+13 |
2013-08-21 | pactest: remove results summary | Andrew Gregory | 2 | -71/+1 |
2013-08-21 | integrate tests with automake | Andrew Gregory | 5 | -21/+960 |
2013-08-21 | pactest: accept test names without a switch | Andrew Gregory | 2 | -19/+6 |