| Commit message (Expand) | Author | Age |
... | |
* | Update translations | Allan McRae | 2016-01-30 |
* | Update zsh completion for pacman 5 | Daniel Wallace | 2016-01-29 |
* | Create makepkg-template and system hook directories upon install | Allan McRae | 2016-01-29 |
* | Add HookDir to example pacman.conf | Allan McRae | 2016-01-29 |
* | bash_completion: update pacman completion | Allan McRae | 2016-01-29 |
* | bash_completion: update makepkg completion | Allan McRae | 2016-01-27 |
* | pacman.conf.5: document system hook directory | Allan McRae | 2016-01-27 |
* | pacman.8: document --hookdir | Allan McRae | 2016-01-27 |
* | makepkg.conf.5: document option arguments in DLAGENTS need spaces escaped | Allan McRae | 2016-01-26 |
* | PKGBUILD.5: document split package depends are not used during packaging | Allan McRae | 2016-01-26 |
* | Remove spacing when outputting package sizes | Allan McRae | 2016-01-25 |
* | makepkg: do not run prepare() and pkgver() with --repackage | Allan McRae | 2016-01-25 |
* | Fix testing of arrays status for arch specific variables | Zuyi Hu | 2016-01-25 |
* | Pull translations updates from Transifex | Allan McRae | 2016-01-17 |
* | doc: alpm-hooks.5: Remove extra space in alpm-hooks man page | Johannes Löthberg | 2016-01-15 |
* | Cast events to void* before passing to callback | Allan McRae | 2016-01-15 |
* | add alpm_list_append | Andrew Gregory | 2016-01-15 |
* | test version range restrictions corner case | Dominik Fischer | 2016-01-15 |
* | Add pacsort tests with invalid input | Rikard Falkeborn | 2016-01-04 |
* | pacsort, introduce define for escape_char error code | Rikard Falkeborn | 2016-01-04 |
* | Make alpm_graph state signedness explicit | Rikard Falkeborn | 2016-01-04 |
* | Update NEWS for pacman-5.0 | Allan McRae | 2016-01-04 |
* | Update README for pacman-5.0 | Allan McRae | 2016-01-04 |
* | Update copyright years for 2016 | Allan McRae | 2016-01-04 |
* | zsh_completion: add -q/--quiet for -Q/-S | Daniel Hahler | 2016-01-04 |
* | Replace mktemp's --tmpdir option with shell code. | Alastair Hughes | 2016-01-04 |
* | Do not warn about missing files in NoExtract | Allan McRae | 2016-01-04 |
* | makepkg: Output full URL in case of download failure | Florian Pritz | 2015-12-15 |
* | alpm: Abort ASAP on failure in pre-transaction hooks | Olivier Brunel | 2015-12-15 |
* | makepkg: run pkgver() and prepare() with --noextract | Allan McRae | 2015-12-15 |
* | Give error message when --files will do nothing | Allan McRae | 2015-12-15 |
* | alpm-hooks: add Description field | Allan McRae | 2015-12-15 |
* | Show progress processing hooks | Allan McRae | 2015-12-15 |
* | Add ALPM_EVENT_TRANSACTION_{START,DONE} events | Allan McRae | 2015-12-15 |
* | Add events ALPM_EVENT_HOOK_{START,DONE} | Olivier Brunel | 2015-12-15 |
* | Collect all triggered hooks before running them | Allan McRae | 2015-12-15 |
* | Pull translations from Transifex and prepare for next release | Allan McRae | 2015-12-09 |
* | alpm_run_chroot: remove dead code | Andrew Gregory | 2015-12-06 |
* | makepkg: record build information in .BUILDINFO | Allan McRae | 2015-12-06 |
* | makepkg: add whirlpool to the list of hashing algorithms | Luke | 2015-12-06 |
* | alpm_initialize: Fix double slash in sys hook dir path | David Macek | 2015-12-06 |
* | db_update: always clear db flags after update | Andrew Gregory | 2015-12-06 |
* | Updated the documentation for makepkg's -L option. | Alastair Hughes | 2015-12-06 |
* | remove soft interrupt handler before cleanup | Andrew Gregory | 2015-12-05 |
* | extract soft interrupt handlers | Andrew Gregory | 2015-12-05 |
* | extract SIGSEGV handler | Andrew Gregory | 2015-12-05 |
* | extract SIGWINCH handler | Andrew Gregory | 2015-12-05 |
* | move signal handlers to sighandler.[ch] | Andrew Gregory | 2015-12-05 |
* | avoid unsafe functions in signal handler | Andrew Gregory | 2015-12-05 |
* | remove SIG_IGN check when setting signal handler | Andrew Gregory | 2015-12-05 |