summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-05Refactor lint_source to work with earlier versions of BashAaron Campbell1-1/+1
2015-11-04files_search: reset found for each targetAndrew Gregory1-1/+2
2015-11-04files_search: free compiled regexAndrew Gregory1-0/+3
2015-11-04files: do not unnecessarily strdup targetsAndrew Gregory1-25/+10
2015-11-04files.c: add vim modelineAndrew Gregory1-1/+2
2015-11-04add detail to broken dependency errorsAndrew Gregory2-6/+24
2015-11-04add --quiet to -FhAndrew Gregory1-0/+1
2015-11-03ensure realloc has a positive sizeAndrew Gregory2-6/+14
2015-11-03zsh_completion: Handle --ignore/--ignoregroup correctlyMohammad Alsaleh1-4/+17
2015-11-03package.c: Fix incorrect buffersize and constant-foldingPierre Neidhardt1-4/+3
2015-11-03Add -F --machinereadable optionFlorian Pritz4-6/+55
2015-11-03Document pacman -FFlorian Pritz1-0/+29
2015-10-28scripts/po: fix translated file nameAllan McRae1-1/+1
2015-10-28_alpm_hook_run: check path length before copyingAndrew Gregory1-8/+19
2015-10-28makepkg: fix $pkgname element duplicationBenjamin Yates1-2/+2
2015-10-27libmakepkg: fix pkgver checkingAllan McRae1-2/+2
2015-10-27add alpm-hooks man pageAndrew Gregory3-0/+123
2015-10-27hook.c: print invalid option nameAndrew Gregory1-1/+1
2015-10-27order hooks by file nameAndrew Gregory1-0/+8
2015-10-27Align titles automatically in information displayPierre Neidhardt1-32/+141
2015-10-27Alpm, check for NULL in free-functionsRikard Falkeborn6-3/+11
2015-10-27zsh_completion: Add --asdeps/--asexplicit to -U optionsMohammad Alsaleh1-0/+2
2015-10-27Use ARRAYSIZE macro for non-string array size computationPierre Neidhardt5-4/+6
2015-10-22makepkg: Fix hard-coded debug suffixMohammad Alsaleh1-2/+2
2015-10-21pacsort: clean up if errorRikard Falkeborn1-3/+8