summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-30Release 5.0.0v5.0.0Allan McRae1-5/+5
2016-01-30Update translationsAllan McRae118-1858/+6053
2016-01-29Update zsh completion for pacman 5Daniel Wallace1-2/+39
2016-01-29Create makepkg-template and system hook directories upon installAllan McRae1-2/+3
2016-01-29Add HookDir to example pacman.confAllan McRae1-0/+1
2016-01-29bash_completion: update pacman completionAllan McRae1-5/+9
2016-01-27bash_completion: update makepkg completionAllan McRae1-6/+7
2016-01-27pacman.conf.5: document system hook directoryAllan McRae2-2/+4
2016-01-27pacman.8: document --hookdirAllan McRae1-0/+7
2016-01-26makepkg.conf.5: document option arguments in DLAGENTS need spaces escapedAllan McRae1-2/+3
2016-01-26PKGBUILD.5: document split package depends are not used during packagingAllan McRae1-0/+5
2016-01-25Remove spacing when outputting package sizesAllan McRae1-3/+3
2016-01-25makepkg: do not run prepare() and pkgver() with --repackageAllan McRae1-19/+21
2016-01-25Fix testing of arrays status for arch specific variablesZuyi Hu1-1/+1
2016-01-17Pull translations updates from TransifexAllan McRae140-15663/+14211
2016-01-15doc: alpm-hooks.5: Remove extra space in alpm-hooks man pageJohannes Löthberg1-1/+1
2016-01-15Cast events to void* before passing to callbackAllan McRae2-4/+4
2016-01-15add alpm_list_appendAndrew Gregory2-10/+25
2016-01-15test version range restrictions corner caseDominik Fischer2-0/+20
2016-01-04Add pacsort tests with invalid inputRikard Falkeborn1-1/+17
2016-01-04pacsort, introduce define for escape_char error codeRikard Falkeborn1-5/+6
2016-01-04Make alpm_graph state signedness explicitRikard Falkeborn1-1/+1
2016-01-04Update NEWS for pacman-5.0Allan McRae1-2/+62
2016-01-04Update README for pacman-5.0Allan McRae1-4/+21
2016-01-04Update copyright years for 2016Allan McRae148-157/+157
2016-01-04zsh_completion: add -q/--quiet for -Q/-SDaniel Hahler1-0/+2
2016-01-04Replace mktemp's --tmpdir option with shell code.Alastair Hughes2-3/+3
2016-01-04Do not warn about missing files in NoExtractAllan McRae1-2/+4
2015-12-15makepkg: Output full URL in case of download failureFlorian Pritz1-1/+1
2015-12-15alpm: Abort ASAP on failure in pre-transaction hooksOlivier Brunel1-0/+8
2015-12-15makepkg: run pkgver() and prepare() with --noextractAllan McRae2-13/+14
2015-12-15Give error message when --files will do nothingAllan McRae1-1/+6
2015-12-15alpm-hooks: add Description fieldAllan McRae4-1/+14
2015-12-15Show progress processing hooksAllan McRae3-9/+53
2015-12-15Add ALPM_EVENT_TRANSACTION_{START,DONE} eventsAllan McRae3-0/+13
2015-12-15Add events ALPM_EVENT_HOOK_{START,DONE}Olivier Brunel4-9/+41
2015-12-15Collect all triggered hooks before running themAllan McRae1-1/+10
2015-12-09Pull translations from Transifex and prepare for next releaseAllan McRae143-42489/+66967
2015-12-06alpm_run_chroot: remove dead codeAndrew Gregory1-5/+0
2015-12-06makepkg: record build information in .BUILDINFOAllan McRae1-14/+19
2015-12-06makepkg: add whirlpool to the list of hashing algorithmsLuke1-1/+1
2015-12-05alpm_initialize: Fix double slash in sys hook dir pathDavid Macek1-2/+5
2015-12-05db_update: always clear db flags after updateAndrew Gregory1-22/+23
2015-12-05Updated the documentation for makepkg's -L option.Alastair Hughes1-5/+5
2015-12-05remove soft interrupt handler before cleanupAndrew Gregory3-0/+12
2015-12-05extract soft interrupt handlersAndrew Gregory3-22/+17
2015-12-05extract SIGSEGV handlerAndrew Gregory3-17/+29
2015-12-05extract SIGWINCH handlerAndrew Gregory3-5/+22
2015-12-05move signal handlers to sighandler.[ch]Andrew Gregory4-58/+122
2015-12-05avoid unsafe functions in signal handlerAndrew Gregory1-9/+7