summaryrefslogtreecommitdiff
path: root/src/mongo/util/signal_handlers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-2/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-0/+1
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-1/+1
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-241-1/+5
* SERVER-16821 don't rotate logs more often then once per secondGabriel Russell2017-01-251-0/+11
* SERVER-27238 de-dup symbol logProcessDetailsForLogRotateMatt Cotter2016-12-071-4/+6
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-1/+1
* SERVER-23103 Remove the ntservice mockAndrew Morrow2016-06-161-5/+3
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-1/+1
* SERVER-21010 Fix console Control-C handler on Posix PlatformsMark Benvenuto2015-11-061-3/+1
* SERVER-21010 Closing a command prompt running mongo.exe client causes app crashMark Benvenuto2015-11-061-6/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-108/+106
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-3/+3
* SERVER-17031 Don't handle SIGQUIT on the signal handling threadMathias Stearn2015-01-271-4/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16106: Windows Service - Process SERVICE_CONTROL_SHUTDOWN correctlyMark Benvenuto2015-01-091-1/+1
* SERVER-16106: Windows Service - Process SERVICE_CONTROL_SHUTDOWN correctlyMark Benvenuto2015-01-091-0/+8
* SERVER-15604 log component kControlMatt Kangas2014-10-271-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-1/+2
* SERVER-14668 Remove unused includes in client.h and curop.hKaloian Manassiev2014-08-281-26/+28
* SERVER-14925 Shutdown command should exit cleanlyMathias Stearn2014-08-201-3/+0
* SERVER-10431 Split synchronous signal handlers into new library; use them in ...Andy Schwerin2014-08-061-171/+8
* SERVER-4905: add flag to disable mongo's builtin log rotationMark Benvenuto2014-06-061-1/+1
* SERVER-14079: Add signal handlers to shellMark Benvenuto2014-06-051-4/+45
* SERVER-5553 Use malloc-free ostream in signal handlersMathias Stearn2014-04-071-22/+80
* SERVER-13429 unify signal handling between mongos and mongodMathias Stearn2014-04-011-9/+243
* SERVER-13429 Remove printStackAndExitMathias Stearn2014-04-011-74/+0
* SERVER-11613 Fix some brokenness in test loggingMathias Stearn2013-11-061-1/+1
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to util filesIan Whalen2013-08-281-0/+12
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-7/+5
* SERVER-7080 Link to backtrace, backtrace_symbols and backtrace_symbols_fd at ...Tad Marshall2013-06-201-10/+7
* Use _exit() in fatal cases SERVER-5566Mathias Stearn2012-04-241-1/+1
* Move printStackTrace into new stacktrace.h/cpp; improve detection of execinfo.h.Andy Schwerin2012-04-121-2/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+122