summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update zsh completion for pacman 5Daniel Wallace2016-01-29
* Create makepkg-template and system hook directories upon installAllan McRae2016-01-29
* Add HookDir to example pacman.confAllan McRae2016-01-29
* bash_completion: update pacman completionAllan McRae2016-01-29
* bash_completion: update makepkg completionAllan McRae2016-01-27
* pacman.conf.5: document system hook directoryAllan McRae2016-01-27
* pacman.8: document --hookdirAllan McRae2016-01-27
* makepkg.conf.5: document option arguments in DLAGENTS need spaces escapedAllan McRae2016-01-26
* PKGBUILD.5: document split package depends are not used during packagingAllan McRae2016-01-26
* Remove spacing when outputting package sizesAllan McRae2016-01-25
* makepkg: do not run prepare() and pkgver() with --repackageAllan McRae2016-01-25
* Fix testing of arrays status for arch specific variablesZuyi Hu2016-01-25
* Pull translations updates from TransifexAllan McRae2016-01-17
* doc: alpm-hooks.5: Remove extra space in alpm-hooks man pageJohannes Löthberg2016-01-15
* Cast events to void* before passing to callbackAllan McRae2016-01-15
* add alpm_list_appendAndrew Gregory2016-01-15
* test version range restrictions corner caseDominik Fischer2016-01-15
* Add pacsort tests with invalid inputRikard Falkeborn2016-01-04
* pacsort, introduce define for escape_char error codeRikard Falkeborn2016-01-04
* Make alpm_graph state signedness explicitRikard Falkeborn2016-01-04
* Update NEWS for pacman-5.0Allan McRae2016-01-04
* Update README for pacman-5.0Allan McRae2016-01-04
* Update copyright years for 2016Allan McRae2016-01-04
* zsh_completion: add -q/--quiet for -Q/-SDaniel Hahler2016-01-04
* Replace mktemp's --tmpdir option with shell code.Alastair Hughes2016-01-04
* Do not warn about missing files in NoExtractAllan McRae2016-01-04
* makepkg: Output full URL in case of download failureFlorian Pritz2015-12-15
* alpm: Abort ASAP on failure in pre-transaction hooksOlivier Brunel2015-12-15
* makepkg: run pkgver() and prepare() with --noextractAllan McRae2015-12-15
* Give error message when --files will do nothingAllan McRae2015-12-15
* alpm-hooks: add Description fieldAllan McRae2015-12-15
* Show progress processing hooksAllan McRae2015-12-15
* Add ALPM_EVENT_TRANSACTION_{START,DONE} eventsAllan McRae2015-12-15
* Add events ALPM_EVENT_HOOK_{START,DONE}Olivier Brunel2015-12-15
* Collect all triggered hooks before running themAllan McRae2015-12-15
* Pull translations from Transifex and prepare for next releaseAllan McRae2015-12-09
* alpm_run_chroot: remove dead codeAndrew Gregory2015-12-06
* makepkg: record build information in .BUILDINFOAllan McRae2015-12-06
* makepkg: add whirlpool to the list of hashing algorithmsLuke2015-12-06
* alpm_initialize: Fix double slash in sys hook dir pathDavid Macek2015-12-06
* db_update: always clear db flags after updateAndrew Gregory2015-12-06
* Updated the documentation for makepkg's -L option.Alastair Hughes2015-12-06
* remove soft interrupt handler before cleanupAndrew Gregory2015-12-05
* extract soft interrupt handlersAndrew Gregory2015-12-05
* extract SIGSEGV handlerAndrew Gregory2015-12-05
* extract SIGWINCH handlerAndrew Gregory2015-12-05
* move signal handlers to sighandler.[ch]Andrew Gregory2015-12-05
* avoid unsafe functions in signal handlerAndrew Gregory2015-12-05
* remove SIG_IGN check when setting signal handlerAndrew Gregory2015-12-05
* do not catch SIGTERMAndrew Gregory2015-12-05