Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
AgeCommit message (Expand)Author
2021-05-26increased machine size in pacman.c by oneHEADmasterAndreas Baumann
2021-05-26change "i686" to "pentium4" if sse2 is availableErich Eckner
2021-04-22Add support for multiple 'Architecture' valuesDan McGee
2021-03-01Update copyright yearAllan McRae
2021-01-21pacman: add -w to -UAndrew Gregory
2021-01-19pacman: indicate --overwrite takes a globAndrew Gregory
2021-01-11Read targets from stdin before chrootingmorganamilo
2020-12-03Restore usage line for -FhColin Woodbury
2020-12-03Modify "pacman -h" output for files operationsAllan McRae
2020-03-13Hide cursor while pacman is runningAnatol Pomozov
2020-02-10build-aux/update-copyright 2019 2020Allan McRae
2019-10-23Update copyright yearsAllan McRae
2019-10-11add arg_to_string helperAndrew Gregory
2019-06-20Fix compiler warnings with gcc-9.1Allan McRae
2019-06-06pacman: rework the UI of -Fmorganamilo
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