summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-29cache terminal size, add SIGWINCH handler to resetDave Reisner1-1/+4
2014-06-29Revert refactoring in fa0c1e14Allan McRae1-1/+1
2014-06-24pacman: Correct signal handler comment and refactorSilvan Jegen1-3/+3
2014-06-23Move break to a new line for consistencyHong Shick Pak1-1/+2
2014-05-25Clarify that -Ql prints a file listAllan McRae1-1/+1
2014-03-27check config_new return valueAndrew Gregory1-1/+4
2014-01-30Move NULL check before dereferenceSilvan Jegen1-7/+7
2014-01-30Remove unneeded NULL checkSilvan Jegen1-3/+1
2014-01-30pacman: use exit status 0 for --help and --versionAndrew Gregory1-2/+2
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-28pacman.c: free string commandline optionsAndrew Gregory1-0/+5
2014-01-28pacman.c: remove unnecessary optarg checksAndrew Gregory1-11/+0
2014-01-06Update copyright years for 2014Allan McRae1-2/+2
2013-11-15Fix whitespace and other formatting issuesJason St. John1-1/+1
2013-10-31check for -1 return value from getopt_longAndrew Gregory1-8/+4
2013-10-31Use getuid instead of geteuidVladimir A. Nazarenko1-1/+1