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