summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
AgeCommit message (Expand)Author
2019-05-14increased machine size in pacman.c by oneauto-pentium4Andreas Baumann
2019-05-13change "i686" to "pentium4" if sse2 is availableErich Eckner
2019-02-12Add implicit fall through warningAllan McRae
2018-08-10Remove the last traces of the pacman --force optionAllan McRae
2018-07-25Revert "Deprecate --root in favour of --sysroot"Allan McRae
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2018-01-19Deprecate --root in favour of --sysrootAllan McRae
2017-05-16remove unused byte from user agent bufferAndrew Gregory
2017-05-16check for overflow when setting HTTP_USER_AGENTAndrew Gregory
2017-04-16add --sysroot optionAndrew Gregory
2017-04-12deprecate --force in favor of --overwriteAndrew Gregory
2017-04-12add --overwrite option to ignore file conflictsAndrew Gregory
2017-04-04parse stdin as newline-separatedAndrew Gregory
2017-01-13Introduce a 'disable-download-timeout' optionChristian Hesse
2017-01-04Update copyright yearsAllan McRae
2016-12-05Give a "success!" message on database checkPatrick Eigensatz
2016-01-04Update copyright years for 2016Allan McRae
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
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-11-04add --quiet to -FhAndrew Gregory
2015-11-03Add -F --machinereadable optionFlorian Pritz
2015-10-27Use ARRAYSIZE macro for non-string array size computationPierre Neidhardt
2015-10-18pacman: add user hook directoriesAndrew Gregory
2015-07-15Add regex search option to sync database file searchingAllan McRae
2015-07-15Prototype pacman files database operationsAllan McRae
2015-07-14Fix formatting in parsearg_upgradeAllan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2015-01-02Integrate testdb into pacmanAllan McRae
2014-12-18shut up GCC on -Wmaybe-initialized warningsDave Reisner
2014-12-18Fix pointer declarations to be globally consistentMicah Saint Germain
2014-11-05Add --assume-installed to pacman --helpFlorian Pritz
2014-10-13pacman: add --confirm optionAndrew Gregory
2014-09-30Add --assume-installed optionFlorian Pritz
2014-09-23pacman.c: Add -gg, -ii, and -yy to help summaryJohannes Löthberg
2014-09-23pacman: set SA_RESTART for signal handlerAndrew Gregory
2014-08-04pacman.c: simplify stdin parsingAndrew Gregory
2014-06-29cache terminal size, add SIGWINCH handler to resetDave Reisner
2014-06-29Revert refactoring in fa0c1e14Allan McRae
2014-06-24pacman: Correct signal handler comment and refactorSilvan Jegen
2014-06-23Move break to a new line for consistencyHong Shick Pak
2014-05-25Clarify that -Ql prints a file listAllan McRae
2014-03-27check config_new return valueAndrew Gregory