summaryrefslogtreecommitdiff
path: root/src/mongo/util/stacktrace_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-3/+0
* SERVER-46801 stacktrace logging cleanup/consolidationBilly Donahue2020-03-271-29/+4
* SERVER-46158 stacktrace_windows to LOGV2Billy Donahue2020-02-221-129/+147
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-0/+1
* SERVER-42406 stacktrace API (revised)Billy Donahue2019-11-191-12/+22
* SERVER-44378 groundwork for upcoming stacktrace APIBilly Donahue2019-11-081-23/+21
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-42406 move crtDebugCallback out of stacktrace_windows.cppBilly Donahue2019-08-071-6/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-36242 Optionally use libunwind for backtracesA. Jesse Jiryu Davis2019-07-171-2/+7
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-40131 Incorrect format string in Windows stacktrace generatorJohnFestaMongo2019-03-181-1/+1
* 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-14/+17
* SERVER-6024 add stacktrace to unittestsKevin Albertson2018-01-081-7/+5
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-1/+6
* SERVER-26270 Initialize windows stacktraces at startupJonathan Reams2016-11-031-33/+100
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-5/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-215/+206
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-2/+2
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-5/+4
* SERVER-9555 Better OS detection in sconsJonathan Reams2015-03-301-0/+294