summaryrefslogtreecommitdiff
path: root/src/mongo/util/exception_filter_win32.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-071-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+2
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-6/+6
* SERVER-20359 Rename terse(UTC)CurrentTime to terseCurrentTimeForFilename()Sara Golemon2020-09-141-3/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-271-13/+18
* SERVER-44645 Windows does not generate minidumps on unhandled C++ exceptionsMark Benvenuto2020-03-271-1/+2
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-10/+11
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-10/+25
* SERVER-44378 groundwork for upcoming stacktrace APIBilly Donahue2019-11-081-1/+1
* SERVER-38119 Windows dump file naming does not account for dots in directory ...Mathew Robinson2019-08-121-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-6/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36010 Use severe() for Windows exceptions logsYves Duhem2018-07-191-5/+5
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-1/+6
* Revert "SERVER-29424 better windows dump naming"Robert Guo2017-07-311-7/+2
* SERVER-29424 better windows dump namingRobert Guo2017-07-171-2/+7
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-7/+7
* SERVER-23071 use system exception handler to generate minidumpRobert Guo2016-06-171-4/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22788 Terminate process instead of quickExit during Win32 crash handlingMark Benvenuto2016-02-241-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-134/+132
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-3/+3
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-271-1/+3
* 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-14079: Add signal handlers to shellMark Benvenuto2014-06-051-108/+114
* SERVER-12374: Windows dumps have corrupted CONTEXT_RECORDMark Benvenuto2014-01-221-8/+50
* 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-0/+1
* SERVER-6716 Add Windows unhandled exception filter to mongosTad Marshall2012-12-071-0/+130