summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-147-27/+57
* SERVER-43739 Always send SNI regardless of allowInvalidHost and setup proper ...Sara Golemon2020-04-133-19/+22
* SERVER-47483 restore loggedSeverity after LogWithSamplingTestBilly Donahue2020-04-131-117/+57
* SERVER-47373 Improve handling of empty TLS packetsMark Benvenuto2020-04-131-2/+13
* SERVER-47340 Improve management of statics in SSLThreadInfoAmirsaman Memaripour2020-04-111-23/+20
* SERVER-42955 Call explicit_bzero where availableMark Benvenuto2020-04-101-0/+3
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-101-0/+191
* SERVER-43442 Remove blocking call from AsyncWorkScheduler host targettingSpencer T Brody2020-04-092-1/+14
* SERVER-47297 Define file structure for security archicture guideShreyas Kalyan2020-04-091-0/+13
* SERVER-47350 Add execution context as a decoration to OperationContextHenrik Edin2020-04-091-0/+58
* SERVER-47343 Add/update failpoints to make cancelCommand integration tests mo...Cheahuychou Mao2020-04-071-1/+1
* SERVER-47357 return incremented iterator from fmt::formatter<HostAndPort>Billy Donahue2020-04-071-2/+3
* SERVER-47051 Investigate OCSP failures on 4.3.4 and on 4.5.0Shreyas Kalyan2020-04-031-18/+37
* SERVER-46950 Add message-strings for TLSShreyas Kalyan2020-04-019-139/+213
* 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
* SERVER-47133 Refactor HttpClient to allow returning on errorSara Golemon2020-03-273-81/+130
* SERVER-47139 Introduce GuaranteedExecutor classBen Caimano2020-03-265-27/+448
* 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
* SERVER-47070 fixing recursion in util_testGabriel Russell2020-03-241-40/+0
* 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
* Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging"Max Hirschhorn2020-03-232-59/+61
* 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
* 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 Sect...Henrik Edin2020-03-162-22/+78
* SERVER-46406 Perf improvements in the logger.Henrik Edin2020-03-131-7/+13
* 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 uncontended...David Storch2020-03-061-0/+5
* 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