Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-45763 optimize sort key generation | Ian Boros | 2020-04-01 | 1 | -0/+56 |
| | |||||
* | SERVER-44962 Add TLS1_3 to helptext for disable/log protocols | Sara Golemon | 2020-03-30 | 2 | -3/+3 |
| | |||||
* | SERVER-46801 stacktrace logging cleanup/consolidation | Billy Donahue | 2020-03-27 | 7 | -149/+88 |
| | |||||
* | SERVER-47076 Clean up log lines in mongo/util | Cheahuychou Mao | 2020-03-27 | 16 | -200/+284 |
| | |||||
* | SERVER-44645 Windows does not generate minidumps on unhandled C++ exceptions | Mark Benvenuto | 2020-03-27 | 3 | -2/+35 |
| | |||||
* | SERVER-46085 Fail initial sync attempt if sync source is in initial sync | Matthew Russotto | 2020-03-27 | 1 | -0/+2 |
| | |||||
* | Revert "SERVER-46950 Add message-strings for TLS" | Spencer Jackson | 2020-03-27 | 9 | -207/+137 |
| | | | | This reverts commit 81885344c49450f1618d056543ff35a05440324e. | ||||
* | SERVER-47133 Refactor HttpClient to allow returning on error | Sara Golemon | 2020-03-27 | 3 | -81/+130 |
| | |||||
* | SERVER-47139 Introduce GuaranteedExecutor class | Ben Caimano | 2020-03-26 | 5 | -27/+448 |
| | | | | | | | | | This commit does the following: - Introduces the GuaranteedExecutor/GuaranteedExecutorWithFallback class for when a callback *must* run! - Centralizes testing Executors in executor_test_util.h! - Makes a testing suite for InlineCountingExecutor, RejectingExecutor, and GuaranteedExecutor! | ||||
* | SERVER-46413 Add tests for OCSP on Windows and OSX | Shreyas Kalyan | 2020-03-25 | 2 | -11/+9 |
| | |||||
* | SERVER-46950 Add message-strings for TLS | Shreyas Kalyan | 2020-03-25 | 9 | -137/+207 |
| | |||||
* | SERVER-47040 LOGV2_FATAL also fasserts | Henrik Edin | 2020-03-24 | 12 | -131/+115 |
| | | | | Added LOGV2_FATAL_NOTRACE and LOGV2_CONTINUE to have different behavior. | ||||
* | SERVER-47070 fixing recursion in util_test | Gabriel Russell | 2020-03-24 | 1 | -40/+0 |
| | | | | | | | | | | | | o death_test.cpp was allowing throwing "children" to escape their context to become test running "parents" and run more "children" thus recursion o assert_util_test.cpp was testing that uassert and massert die, but uassert and massert don't die o fix RollbackFailsOnUnknownOplogEntryCommandType which was throwing instead of dying in a death test | ||||
* | SERVER-47064 Use std::invoke_result instead of std::result_of | Mark Benvenuto | 2020-03-24 | 1 | -3/+3 |
| | |||||
* | SERVER-46841 Make PeriodicRunner interrupt blocked operations on stop | Amirsaman Memaripour | 2020-03-24 | 3 | -33/+95 |
| | |||||
* | SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging | Billy Donahue | 2020-03-23 | 2 | -61/+59 |
| | | | | | | This reverts commit 79a8452b2a813b796059e5eab6c18f685283ce08. with new spot fix: printCommandLineOpts when sending to log | ||||
* | Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging" | Max Hirschhorn | 2020-03-23 | 2 | -59/+61 |
| | | | | This reverts commit cddfeb0c7cb137d46b14da18a7cfd4905bfab87f. | ||||
* | SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging | Billy Donahue | 2020-03-20 | 2 | -61/+59 |
| | |||||
* | SERVER-46501 add mount table to hostInfo | Billy Donahue | 2020-03-20 | 1 | -0/+72 |
| | |||||
* | SERVER-46411 Update logAndBackoff to have a logv2 style interface | Henrik Edin | 2020-03-19 | 2 | -18/+16 |
| | |||||
* | SERVER-46526 Review and Convert LogV2 statements in TLS | Shreyas Kalyan | 2020-03-17 | 9 | -126/+151 |
| | |||||
* | Revert "SERVER-46413 Add tests for OCSP on Windows and OSX" | Shreyas Kalyan | 2020-03-17 | 1 | -3/+3 |
| | | | | This reverts commit 7072788923796e747370621abcd6cb10c381a828. | ||||
* | SERVER-46413 Add tests for OCSP on Windows and OSX | Shreyas Kalyan | 2020-03-17 | 1 | -3/+3 |
| | |||||
* | SERVER-46024 Collect /proc/vmstat swap statistics in FTDC | Mark Benvenuto | 2020-03-17 | 3 | -0/+181 |
| | |||||
* | SERVER-46765 remove VersionInfoInterface::isSameMajorVersion | Billy Donahue | 2020-03-16 | 2 | -29/+10 |
| | |||||
* | SERVER-46843 Format ISO-8601 date time zone offset according to RFC 3339 ↵ | Henrik Edin | 2020-03-16 | 2 | -22/+78 |
| | | | | Section 5.6 | ||||
* | SERVER-46406 Perf improvements in the logger. | Henrik Edin | 2020-03-13 | 1 | -7/+13 |
| | | | | Use fmt::compile and fmt::format_int when possible. | ||||
* | SERVER-45826 Detect and fail when using passphrase with PKCS1/8 on macOS | Sara Golemon | 2020-03-12 | 1 | -0/+12 |
| | |||||
* | SERVER-46403 fix regex in stacktrace_test:StackTrace:PosixFormat | Billy Donahue | 2020-03-11 | 1 | -23/+14 |
| | |||||
* | SERVER-46763 structure the VersionInfoInterface tuples | Billy Donahue | 2020-03-10 | 4 | -51/+44 |
| | |||||
* | SERVER-46585 Move redact to logv2 | Henrik Edin | 2020-03-10 | 1 | -1/+0 |
| | |||||
* | SERVER-46631 Optimize acquiring a ticket from TicketHolder in the ↵ | David Storch | 2020-03-06 | 1 | -0/+5 |
| | | | | uncontended case | ||||
* | SERVER-46542 Cleanup log statements for early logging and startup warnings | Henrik Edin | 2020-03-06 | 1 | -28/+34 |
| | |||||
* | SERVER-46584 Move rotateLogs into a log_util header under logv2. | Henrik Edin | 2020-03-05 | 3 | -40/+3 |
| | |||||
* | SERVER-46604 Fix destruction order of ThreadPool in OCSPCache | Kaloian Manassiev | 2020-03-04 | 1 | -84/+77 |
| | |||||
* | SERVER-44978 Make the ReadThroughCache lookup asynchronous | Kaloian Manassiev | 2020-03-03 | 3 | -249/+493 |
| | |||||
* | SERVER-46548 Wait for context to update in ThreadSafetyContext unit-tests | Amirsaman Memaripour | 2020-03-03 | 1 | -3/+13 |
| | |||||
* | SERVER-46395 Add joinAsync() method to ScopedTaskExecutor::Impl. | Max Hirschhorn | 2020-03-02 | 1 | -1/+0 |
| | | | | | | Introduces a joinAsync() method to the TaskExecutor interface to provide a non-blocking way for callers to learn when the task executor has been shut down and all outstanding callbacks have finished running. | ||||
* | SERVER-46539 Fix issue with stapling and a down responder | Shreyas Kalyan | 2020-03-02 | 1 | -2/+2 |
| | |||||
* | SERVER-46281 Enable OCSP by default | Shreyas Kalyan | 2020-03-02 | 3 | -1/+9 |
| | |||||
* | SERVER-27896 Add support for enforcing single-thread context | Amirsaman Memaripour | 2020-03-02 | 4 | -0/+259 |
| | |||||
* | SERVER-45567 removing util/log.h where I can | Gabriel Russell | 2020-02-28 | 6 | -30/+17 |
| | |||||
* | SERVER-46415 Remove logFormat option and the ability to select the text ↵ | Henrik Edin | 2020-02-28 | 2 | -17/+2 |
| | | | | formatter | ||||
* | SERVER-46404 Remove shouldLog from logger V1 API | Mark Benvenuto | 2020-02-28 | 7 | -32/+38 |
| | |||||
* | SERVER-45797 Implement support for MustStaple in the Server | Adam Cooper | 2020-02-28 | 4 | -1/+164 |
| | |||||
* | SERVER-46457 Fix destruction order issue during shutdown in openssl_init.cpp | Henrik Edin | 2020-02-28 | 1 | -6/+10 |
| | |||||
* | SERVER-46336 Remove Expired Stapled OCSP Response | Shreyas Kalyan | 2020-02-27 | 2 | -15/+53 |
| | |||||
* | SERVER-42939 Add new setParameter for `ocspValidationRefreshPeriodSecs` | Adam Cooper | 2020-02-27 | 2 | -4/+28 |
| | |||||
* | SERVER-43795 Implement and test OCSP Client Validation for OSX | Shreyas Kalyan | 2020-02-27 | 1 | -0/+13 |
| | |||||
* | SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 API | Mark Benvenuto | 2020-02-27 | 3 | -78/+18 |
| |