summaryrefslogtreecommitdiff
path: root/src/mongo/util/exit.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38994 step down on SIGTERMJason Carey2019-03-151-8/+8
* SERVER-39666 Change try/catch/std::terminate to noexcept when running shutdow...Ian Boros2019-02-191-6/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-29380 Fix potential race in exit code during server shutdown.Max Hirschhorn2017-06-091-7/+22
* SERVER-6065 NT Service stop does not exit cleanlyMark Benvenuto2017-02-101-1/+1
* SERVER-27603 Rename mongo::inShutdown() to mongo::globalInShutdownDeprecated(...Andy Schwerin2017-01-151-8/+4
* SERVER-26137 MongoDB Windows Service hangs on stopMark Benvenuto2016-09-221-0/+1
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-2/+16
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-0/+153