summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-05remove SIG_IGN check when setting signal handlerAndrew Gregory1-6/+2
2015-12-05do not catch SIGTERMAndrew Gregory1-3/+2
2015-12-05pacman: exit without memory cleanup on signalsAndrew Gregory1-2/+2
2015-12-05add and expose alpm_unlockAndrew Gregory2-2/+18
2015-12-05handle_unlock: return 0 if lockfile == NULLAndrew Gregory1-1/+1
2015-12-05skip conflicts resolved by file replacementAndrew Gregory2-2/+15
2015-12-05always unlink files before extractionAndrew Gregory1-8/+3
2015-12-05Detect potential conflict when symlink to directory is changing to directoryAllan McRae2-0/+29
2015-12-04Add large file support CFLAGS to pkgconfig fileAllan McRae2-1/+10
2015-11-28run_chroot: always clear script output bufferAndrew Gregory1-0/+6
2015-11-28pacdiff: do not require DIFFPROG for -o/--outputEvangelos Foutras1-1/+1
2015-11-28hooks: pass matched targets to hooksAndrew Gregory4-17/+156
2015-11-28allow specifying input to scriptletsAndrew Gregory4-29/+179
2015-11-28allow arguments in hook Exec fieldsAndrew Gregory4-7/+150
2015-11-28tap.py: replace newlines with escape sequenceAndrew Gregory1-1/+1
2015-11-28pmrule.py: add FILE_CONTENTS ruleAndrew Gregory2-0/+7
2015-11-23lint_pkgbuild/variable: increase robustnessAllan McRae1-12/+54
2015-11-23makepkg: merge arch dependent variables after PKGBUILD lintingAllan McRae1-8/+8
2015-11-23makepkg: remove obsolete commentAllan McRae1-1/+0
2015-11-23lint_pkgbuild: explicitly return valueAllan McRae5-4/+12
2015-11-11Refactor strtrim functionSilvan Jegen1-9/+5
2015-11-11Use correct format specifiersRikard Falkeborn7-14/+14