Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-55737 Add an experiment for not requiring -rdynamic | Andrew Morrow | 2021-04-09 | 1 | -6/+10 |
| | |||||
* | SERVER-49322 Add an experiment for building with reduced symbol visibility | Andrew Morrow | 2021-04-04 | 1 | -1/+1 |
| | |||||
* | SERVER-48696 sigaction actions need to all be extern "C" | Gabriel Russell | 2020-11-23 | 1 | -11/+21 |
| | |||||
* | SERVER-43909 clarify and repair util/hex.h API | Billy Donahue | 2020-09-15 | 1 | -4/+5 |
| | | | | | | | - hexblob namespace - Throwy hexblob::decode (nee fromHex) - StringData overloads of hex codec ops - add unsignedHex<T> and zeroPaddedHex<T> | ||||
* | SERVER-48952 Improve stacktrace-related log messages | Billy Donahue | 2020-07-17 | 1 | -17/+11 |
| | |||||
* | SERVER-46127 unit tests log to a kTest component | Gabriel Russell | 2020-04-14 | 1 | -1/+1 |
| | |||||
* | SERVER-46568 removing the unittestOutput domain | Gabriel Russell | 2020-04-14 | 1 | -12/+12 |
| | |||||
* | SERVER-46801 stacktrace logging cleanup/consolidation | Billy Donahue | 2020-03-27 | 1 | -1/+0 |
| | |||||
* | SERVER-46403 fix regex in stacktrace_test:StackTrace:PosixFormat | Billy Donahue | 2020-03-11 | 1 | -23/+14 |
| | |||||
* | SERVER-46041 Add DiagnosticListener/WaitListener LSAN suppressions | Ben Caimano | 2020-02-25 | 1 | -0/+7 |
| | | | | | This commit also adds a new opt=off Ubuntu 18.04 builder to better ensure dev environments function correctly. | ||||
* | SERVER-46158 stacktrace_windows to LOGV2 | Billy Donahue | 2020-02-22 | 1 | -45/+53 |
| | | | | | - convert test from <regex> to pcrecpp.h - convert backslash to slash in filenames | ||||
* | SERVER-45567 removing util/log.h where I can | Gabriel Russell | 2020-02-21 | 1 | -1/+0 |
| | | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp | ||||
* | SERVER-46102 fix test to work under mac os x | Benety Goh | 2020-02-15 | 1 | -0/+8 |
| | | | | | This test restores the subset comparison behavior, for mac os x only, that was changed to a set equality check in commit 94605304208b2d20716ecc09c543e65708751516. | ||||
* | SERVER-46102 Convert stacktrace_posix.cpp to logv2 | Billy Donahue | 2020-02-14 | 1 | -260/+27 |
| | | | | | | - Rewrite stacktrace_posix to be bson based. - Remove CheapJson. - Convert stacktrace_libunwind_test LOGV2 | ||||
* | SERVER-45677 libunwind on by default where possible | Billy Donahue | 2020-02-14 | 1 | -1/+1 |
| | | | | | - tcmalloc to not use libunwind API, as it uses slow cursor steps. - Remove UNW_LOCAL_ONLY from CXXFLAGS everywhere. | ||||
* | SERVER-45869 automatically converted structured logging | Gabriel Russell | 2020-02-13 | 1 | -7/+21 |
| | |||||
* | Revert "SERVER-45677 libunwind on by default where possible" | William Schultz | 2020-02-06 | 1 | -1/+1 |
| | | | | This reverts commit 969151e9ab69dcb53397cf40f810e718421db081. | ||||
* | SERVER-45677 libunwind on by default where possible | Billy Donahue | 2020-02-05 | 1 | -1/+1 |
| | | | | | | - SCons configure to probe for libunwind support - gracefully handle SIGUSR2 without libunwind - integrate libunwind on-by-default (linux-x86_64) into evergreen | ||||
* | SERVER-45587 SIGUSR2 one thread per log line | Billy Donahue | 2020-01-30 | 1 | -1/+3 |
| | | | | | | | - add mongosymb_multithread.py - mongosymb.py argparse and slight refactor for reuse. create mode 100755 buildscripts/mongosymb_multithread.py | ||||
* | SERVER-45524 remove support for logging void * types | Gabriel Russell | 2020-01-16 | 1 | -2/+2 |
| | |||||
* | SERVER-45257 race in stacktrace_test | Billy Donahue | 2019-12-19 | 1 | -68/+53 |
| | |||||
* | SERVER-44623 Rework JSON generation from BSONObj | Henrik Edin | 2019-12-18 | 1 | -1/+1 |
| | | | | | | | - Extended Canonical/Relaxed 2.0.0 is supported - Using libfmt instead of stringstream as internal buffer - JSON parser can parse Extended Canonical/Relaxed and Strict formats - Removed TenGen format | ||||
* | SERVER-44345 stack trace all threads | Billy Donahue | 2019-12-11 | 1 | -31/+323 |
| | |||||
* | SERVER-42406 stacktrace API (revised) | Billy Donahue | 2019-11-19 | 1 | -29/+91 |
| | |||||
* | SERVER-44378 groundwork for upcoming stacktrace API | Billy Donahue | 2019-11-08 | 1 | -19/+41 |
| | |||||
* | SERVER-44117 early stacktrace processInfo | Billy Donahue | 2019-10-28 | 1 | -0/+36 |
| | |||||
* | SERVER-41654 trim somap to relevant libs on stacktrace | Billy Donahue | 2019-10-09 | 1 | -3/+127 |
| | |||||
* | SERVER-42806 move base/backtrace test stuff to util/stacktrace_* | Billy Donahue | 2019-09-30 | 1 | -1/+0 |
| | |||||
* | SERVER-43420 Back out of ASSERT in stacktrace_test.cpp | Billy Donahue | 2019-09-23 | 1 | -1/+4 |
| | |||||
* | SERVER-42029 Combine stacktrace posix and unwind files | Billy Donahue | 2019-09-20 | 1 | -0/+359 |