summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-45763 optimize sort key generationIan Boros2020-04-011-0/+56
|
* SERVER-44962 Add TLS1_3 to helptext for disable/log protocolsSara Golemon2020-03-302-3/+3
|
* SERVER-46801 stacktrace logging cleanup/consolidationBilly Donahue2020-03-277-149/+88
|
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-2716-200/+284
|
* SERVER-44645 Windows does not generate minidumps on unhandled C++ exceptionsMark Benvenuto2020-03-273-2/+35
|
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-271-0/+2
|
* Revert "SERVER-46950 Add message-strings for TLS"Spencer Jackson2020-03-279-207/+137
| | | | This reverts commit 81885344c49450f1618d056543ff35a05440324e.
* SERVER-47133 Refactor HttpClient to allow returning on errorSara Golemon2020-03-273-81/+130
|
* SERVER-47139 Introduce GuaranteedExecutor classBen Caimano2020-03-265-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 OSXShreyas Kalyan2020-03-252-11/+9
|
* SERVER-46950 Add message-strings for TLSShreyas Kalyan2020-03-259-137/+207
|
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-2412-131/+115
| | | | Added LOGV2_FATAL_NOTRACE and LOGV2_CONTINUE to have different behavior.
* SERVER-47070 fixing recursion in util_testGabriel Russell2020-03-241-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_ofMark Benvenuto2020-03-241-3/+3
|
* SERVER-46841 Make PeriodicRunner interrupt blocked operations on stopAmirsaman Memaripour2020-03-243-33/+95
|
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-232-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 Hirschhorn2020-03-232-59/+61
| | | | This reverts commit cddfeb0c7cb137d46b14da18a7cfd4905bfab87f.
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-202-61/+59
|
* SERVER-46501 add mount table to hostInfoBilly Donahue2020-03-201-0/+72
|
* SERVER-46411 Update logAndBackoff to have a logv2 style interfaceHenrik Edin2020-03-192-18/+16
|
* SERVER-46526 Review and Convert LogV2 statements in TLSShreyas Kalyan2020-03-179-126/+151
|
* Revert "SERVER-46413 Add tests for OCSP on Windows and OSX"Shreyas Kalyan2020-03-171-3/+3
| | | | This reverts commit 7072788923796e747370621abcd6cb10c381a828.
* SERVER-46413 Add tests for OCSP on Windows and OSXShreyas Kalyan2020-03-171-3/+3
|
* SERVER-46024 Collect /proc/vmstat swap statistics in FTDCMark Benvenuto2020-03-173-0/+181
|
* SERVER-46765 remove VersionInfoInterface::isSameMajorVersionBilly Donahue2020-03-162-29/+10
|
* SERVER-46843 Format ISO-8601 date time zone offset according to RFC 3339 ↵Henrik Edin2020-03-162-22/+78
| | | | Section 5.6
* SERVER-46406 Perf improvements in the logger.Henrik Edin2020-03-131-7/+13
| | | | Use fmt::compile and fmt::format_int when possible.
* SERVER-45826 Detect and fail when using passphrase with PKCS1/8 on macOSSara Golemon2020-03-121-0/+12
|
* SERVER-46403 fix regex in stacktrace_test:StackTrace:PosixFormatBilly Donahue2020-03-111-23/+14
|
* SERVER-46763 structure the VersionInfoInterface tuplesBilly Donahue2020-03-104-51/+44
|
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-101-1/+0
|
* SERVER-46631 Optimize acquiring a ticket from TicketHolder in the ↵David Storch2020-03-061-0/+5
| | | | uncontended case
* SERVER-46542 Cleanup log statements for early logging and startup warningsHenrik Edin2020-03-061-28/+34
|
* SERVER-46584 Move rotateLogs into a log_util header under logv2.Henrik Edin2020-03-053-40/+3
|
* SERVER-46604 Fix destruction order of ThreadPool in OCSPCacheKaloian Manassiev2020-03-041-84/+77
|
* SERVER-44978 Make the ReadThroughCache lookup asynchronousKaloian Manassiev2020-03-033-249/+493
|
* SERVER-46548 Wait for context to update in ThreadSafetyContext unit-testsAmirsaman Memaripour2020-03-031-3/+13
|
* SERVER-46395 Add joinAsync() method to ScopedTaskExecutor::Impl.Max Hirschhorn2020-03-021-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 responderShreyas Kalyan2020-03-021-2/+2
|
* SERVER-46281 Enable OCSP by defaultShreyas Kalyan2020-03-023-1/+9
|
* SERVER-27896 Add support for enforcing single-thread contextAmirsaman Memaripour2020-03-024-0/+259
|
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-286-30/+17
|
* SERVER-46415 Remove logFormat option and the ability to select the text ↵Henrik Edin2020-02-282-17/+2
| | | | formatter
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-287-32/+38
|
* SERVER-45797 Implement support for MustStaple in the ServerAdam Cooper2020-02-284-1/+164
|
* SERVER-46457 Fix destruction order issue during shutdown in openssl_init.cppHenrik Edin2020-02-281-6/+10
|
* SERVER-46336 Remove Expired Stapled OCSP ResponseShreyas Kalyan2020-02-272-15/+53
|
* SERVER-42939 Add new setParameter for `ocspValidationRefreshPeriodSecs`Adam Cooper2020-02-272-4/+28
|
* SERVER-43795 Implement and test OCSP Client Validation for OSXShreyas Kalyan2020-02-271-0/+13
|
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-273-78/+18
|