summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-03Restore usage line for -Fhv6.0.0alpha1Colin Woodbury1-0/+2
2020-12-03Modify "pacman -h" output for files operationsAllan McRae1-1/+1
2020-03-13Hide cursor while pacman is runningAnatol Pomozov1-0/+2
2020-02-10build-aux/update-copyright 2019 2020Allan McRae1-2/+2
2019-10-23Update copyright yearsAllan McRae1-2/+2
2019-10-12add arg_to_string helperAndrew Gregory1-21/+5
2019-06-20Fix compiler warnings with gcc-9.1Allan McRae1-1/+1
2019-06-06pacman: rework the UI of -Fmorganamilo1-17/+2
2019-02-12Add implicit fall through warningAllan McRae1-1/+1
2018-08-10Remove the last traces of the pacman --force optionAllan McRae1-5/+0
2018-07-25Revert "Deprecate --root in favour of --sysroot"Allan McRae1-2/+1
2018-05-14Remove all modelines from the projectEli Schwartz1-2/+0
2018-03-14Update coyrights for 2018Allan McRae1-2/+2
2018-01-19Deprecate --root in favour of --sysrootAllan McRae1-1/+2
2017-05-16remove unused byte from user agent bufferAndrew Gregory1-1/+1
2017-05-16check for overflow when setting HTTP_USER_AGENTAndrew Gregory1-1/+6
2017-04-17add --sysroot optionAndrew Gregory1-6/+18
2017-04-12deprecate --force in favor of --overwriteAndrew Gregory1-1/+2
2017-04-12add --overwrite option to ignore file conflictsAndrew Gregory1-0/+6
2017-04-04parse stdin as newline-separatedAndrew Gregory1-32/+23
2017-01-13Introduce a 'disable-download-timeout' optionChristian Hesse1-0/+6
2017-01-04Update copyright yearsAllan McRae1-2/+2
2016-12-05Give a "success!" message on database checkPatrick Eigensatz1-0/+5
2016-01-04Update copyright years for 2016Allan McRae1-2/+2
2015-12-05remove soft interrupt handler before cleanupAndrew Gregory1-0/+1
2015-12-05extract soft interrupt handlersAndrew Gregory1-1/+2
2015-12-05extract SIGSEGV handlerAndrew Gregory1-0/+1
2015-12-05extract SIGWINCH handlerAndrew Gregory1-1/+4
2015-12-05move signal handlers to sighandler.[ch]Andrew Gregory1-58/+2
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-11-04add --quiet to -FhAndrew Gregory1-0/+1
2015-11-03Add -F --machinereadable optionFlorian Pritz1-0/+6
2015-10-27Use ARRAYSIZE macro for non-string array size computationPierre Neidhardt1-1/+1
2015-10-18pacman: add user hook directoriesAndrew Gregory1-0/+10
2015-07-15Add regex search option to sync database file searchingAllan McRae1-2/+10
2015-07-15Prototype pacman files database operationsAllan McRae1-1/+63
2015-07-14Fix formatting in parsearg_upgradeAllan McRae1-4/+12
2015-02-01Update copyright notices for 2015Allan McRae1-2/+2
2015-01-02Integrate testdb into pacmanAllan McRae1-3/+20
2014-12-18shut up GCC on -Wmaybe-initialized warningsDave Reisner1-2/+1
2014-12-18Fix pointer declarations to be globally consistentMicah Saint Germain1-5/+5
2014-11-05Add --assume-installed to pacman --helpFlorian Pritz1-0/+2
2014-10-13pacman: add --confirm optionAndrew Gregory1-0/+5
2014-09-30Add --assume-installed optionFlorian Pritz1-0/+4
2014-09-23pacman.c: Add -gg, -ii, and -yy to help summaryJohannes Löthberg1-4/+6
2014-09-23pacman: set SA_RESTART for signal handlerAndrew Gregory1-1/+1
2014-08-04pacman.c: simplify stdin parsingAndrew Gregory1-19/+8