summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-12-05remove SIG_IGN check when setting signal handlerAndrew Gregory
2015-12-05do not catch SIGTERMAndrew Gregory
2015-12-05pacman: exit without memory cleanup on signalsAndrew Gregory
2015-12-05add and expose alpm_unlockAndrew Gregory
2015-12-05handle_unlock: return 0 if lockfile == NULLAndrew Gregory
2015-12-05skip conflicts resolved by file replacementAndrew Gregory
2015-12-05always unlink files before extractionAndrew Gregory
2015-12-05Detect potential conflict when symlink to directory is changing to directoryAllan McRae
2015-12-04Add large file support CFLAGS to pkgconfig fileAllan McRae
2015-11-29run_chroot: always clear script output bufferAndrew Gregory
2015-11-28pacdiff: do not require DIFFPROG for -o/--outputEvangelos Foutras
2015-11-28hooks: pass matched targets to hooksAndrew Gregory
2015-11-28allow specifying input to scriptletsAndrew Gregory
2015-11-28allow arguments in hook Exec fieldsAndrew Gregory
2015-11-28tap.py: replace newlines with escape sequenceAndrew Gregory
2015-11-28pmrule.py: add FILE_CONTENTS ruleAndrew Gregory
2015-11-23lint_pkgbuild/variable: increase robustnessAllan McRae
2015-11-23makepkg: merge arch dependent variables after PKGBUILD lintingAllan McRae
2015-11-23makepkg: remove obsolete commentAllan McRae
2015-11-23lint_pkgbuild: explicitly return valueAllan McRae
2015-11-11Refactor strtrim functionSilvan Jegen
2015-11-11Use correct format specifiersRikard Falkeborn
2015-11-05Refactor lint_source to work with earlier versions of BashAaron Campbell
2015-11-04files_search: reset found for each targetAndrew Gregory
2015-11-04files_search: free compiled regexAndrew Gregory
2015-11-04files: do not unnecessarily strdup targetsAndrew Gregory
2015-11-04files.c: add vim modelineAndrew Gregory
2015-11-04add detail to broken dependency errorsAndrew Gregory
2015-11-04add --quiet to -FhAndrew Gregory
2015-11-03ensure realloc has a positive sizeAndrew Gregory
2015-11-03zsh_completion: Handle --ignore/--ignoregroup correctlyMohammad Alsaleh
2015-11-03package.c: Fix incorrect buffersize and constant-foldingPierre Neidhardt
2015-11-03Add -F --machinereadable optionFlorian Pritz
2015-11-03Document pacman -FFlorian Pritz
2015-10-28scripts/po: fix translated file nameAllan McRae
2015-10-28_alpm_hook_run: check path length before copyingAndrew Gregory
2015-10-28makepkg: fix $pkgname element duplicationBenjamin Yates
2015-10-27libmakepkg: fix pkgver checkingAllan McRae
2015-10-27add alpm-hooks man pageAndrew Gregory
2015-10-27hook.c: print invalid option nameAndrew Gregory
2015-10-27order hooks by file nameAndrew Gregory
2015-10-27Align titles automatically in information displayPierre Neidhardt
2015-10-27Alpm, check for NULL in free-functionsRikard Falkeborn
2015-10-27zsh_completion: Add --asdeps/--asexplicit to -U optionsMohammad Alsaleh
2015-10-27Use ARRAYSIZE macro for non-string array size computationPierre Neidhardt
2015-10-22makepkg: Fix hard-coded debug suffixMohammad Alsaleh