summaryrefslogtreecommitdiff
path: root/src/mongo/util/signal_handlers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47198 rotateLogs: tolerate unexpectedly missing or unexpectedly existi...Billy Donahue2021-06-281-1/+4
* SERVER-48022 Cleanup infrastructure log lines in mongo/utilBen Caimano2020-06-011-24/+29
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-5/+4
* SERVER-46584 Move rotateLogs into a log_util header under logv2.Henrik Edin2020-03-051-3/+3
* SERVER-45677 libunwind on by default where possibleBilly Donahue2020-02-141-4/+17
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-18/+38
* SERVER-45989 Log files are opened in shared mode on Windows.Henrik Edin2020-02-071-1/+1
* Revert "SERVER-45677 libunwind on by default where possible"William Schultz2020-02-061-17/+4
* SERVER-45677 libunwind on by default where possibleBilly Donahue2020-02-051-4/+17
* SERVER-45587 SIGUSR2 one thread per log lineBilly Donahue2020-01-301-5/+2
* SERVER-33445 fix markAsStackTraceProcessingThread raceBilly Donahue2020-01-131-3/+6
* SERVER-44345 stack trace all threadsBilly Donahue2019-12-111-59/+130
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-2/+1
* SERVER-42726 enable logging via logv2Gabriel Russell2019-10-031-1/+2
* 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