summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
Commit message (Expand)AuthorAge
* remove unused byte from user agent bufferAndrew Gregory2017-05-16
* check for overflow when setting HTTP_USER_AGENTAndrew Gregory2017-05-16
* add --sysroot optionAndrew Gregory2017-04-16
* deprecate --force in favor of --overwriteAndrew Gregory2017-04-12
* add --overwrite option to ignore file conflictsAndrew Gregory2017-04-12
* parse stdin as newline-separatedAndrew Gregory2017-04-04
* Introduce a 'disable-download-timeout' optionChristian Hesse2017-01-13
* Update copyright yearsAllan McRae2017-01-04
* Give a "success!" message on database checkPatrick Eigensatz2016-12-05
* Update copyright years for 2016Allan McRae2016-01-04
* remove soft interrupt handler before cleanupAndrew Gregory2015-12-05
* extract soft interrupt handlersAndrew Gregory2015-12-05
* extract SIGSEGV handlerAndrew Gregory2015-12-05
* extract SIGWINCH handlerAndrew Gregory2015-12-05
* move signal handlers to sighandler.[ch]Andrew Gregory2015-12-05
* avoid unsafe functions in signal handlerAndrew Gregory2015-12-05
* remove SIG_IGN check when setting signal handlerAndrew Gregory2015-12-05
* do not catch SIGTERMAndrew Gregory2015-12-05
* pacman: exit without memory cleanup on signalsAndrew Gregory2015-12-05
* add --quiet to -FhAndrew Gregory2015-11-04
* Add -F --machinereadable optionFlorian Pritz2015-11-03
* Use ARRAYSIZE macro for non-string array size computationPierre Neidhardt2015-10-27
* pacman: add user hook directoriesAndrew Gregory2015-10-18
* Add regex search option to sync database file searchingAllan McRae2015-07-15
* Prototype pacman files database operationsAllan McRae2015-07-15
* Fix formatting in parsearg_upgradeAllan McRae2015-07-14
* Update copyright notices for 2015Allan McRae2015-02-01
* Integrate testdb into pacmanAllan McRae2015-01-02
* shut up GCC on -Wmaybe-initialized warningsDave Reisner2014-12-18
* Fix pointer declarations to be globally consistentMicah Saint Germain2014-12-18
* Add --assume-installed to pacman --helpFlorian Pritz2014-11-05
* pacman: add --confirm optionAndrew Gregory2014-10-13
* Add --assume-installed optionFlorian Pritz2014-09-30
* pacman.c: Add -gg, -ii, and -yy to help summaryJohannes Löthberg2014-09-23
* pacman: set SA_RESTART for signal handlerAndrew Gregory2014-09-23
* pacman.c: simplify stdin parsingAndrew Gregory2014-08-04
* cache terminal size, add SIGWINCH handler to resetDave Reisner2014-06-29
* Revert refactoring in fa0c1e14Allan McRae2014-06-29
* pacman: Correct signal handler comment and refactorSilvan Jegen2014-06-24
* Move break to a new line for consistencyHong Shick Pak2014-06-23
* Clarify that -Ql prints a file listAllan McRae2014-05-25
* check config_new return valueAndrew Gregory2014-03-27
* Move NULL check before dereferenceSilvan Jegen2014-01-30
* Remove unneeded NULL checkSilvan Jegen2014-01-30
* pacman: use exit status 0 for --help and --versionAndrew Gregory2014-01-30
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* pacman.c: free string commandline optionsAndrew Gregory2014-01-28
* pacman.c: remove unnecessary optarg checksAndrew Gregory2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* Fix whitespace and other formatting issuesJason St. John2013-11-15