summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48346 Fix lifetime issues for barriers captured by referenceAmirsaman Memaripour2020-06-022-22/+12
* SERVER-48022 Cleanup infrastructure log lines in mongo/utilBen Caimano2020-06-014-66/+81
* SERVER-48396 stop SIGUSR2 from killing connectionsBilly Donahue2020-05-291-1/+1
* SERVER-48404 Fix ReadThroughCache edge cases around Key Found/Key NOT FoundKaloian Manassiev2020-05-282-21/+102
* SERVER-48272 Reduce startup time for dynamically linked binariesAndrew Morrow2020-05-271-3/+4
* SERVER-48184 Rewrite CacheSizeZero from ReadThroughCacheTest to use the MockT...Benety Goh2020-05-251-29/+33
* SERVER-48181 join threads in ReadThroughCacheAsyncTest before destroying cacheBenety Goh2020-05-251-0/+29
* SERVER-46154 Make ReadThroughCache support causal consistencyKaloian Manassiev2020-05-214-166/+690
* SERVER-46154 Pull the InProgressLookup outside of ReadThroughCacheKaloian Manassiev2020-05-176-178/+245
* SERVER-48171 consolidate implementations for FailPoint waiting functionsBenety Goh2020-05-152-14/+7
* SERVER-48171 FailPoint wait functions accept InterruptibleBenety Goh2020-05-153-18/+18
* SERVER-48171 add missing headers to .cpp files in preparation for FailPoint A...Benety Goh2020-05-152-0/+3
* SERVER-48039 Fix typo in deprecated option nameSara Golemon2020-05-111-1/+1
* SERVER-47375 Complete TODO listed in SERVER-45798Shreyas Kalyan2020-05-111-1/+0
* SERVER-47934 Create a setParameter to control the OCSP HTTP client timeoutShreyas Kalyan2020-05-086-45/+82
* SERVER-47208 make tojson(BSONObj) match JavaScript JSON.stringify.Billy Donahue2020-05-081-1/+1
* Revert "SERVER-47934 Create a setParameter to control the OCSP HTTP client ti...Marcos José Grillo Ramírez2020-05-085-79/+29
* SERVER-47934 Create a setParameter to control the OCSP HTTP client timeoutShreyas Kalyan2020-05-085-29/+79
* SERVER-47916 Make InvalidatingLRUCache use an 'epoch' when invalidating evict...Kaloian Manassiev2020-05-075-33/+103
* SERVER-47518 StaticImmortal<T>Billy Donahue2020-05-073-0/+236
* SERVER-47775 Log failure to collect stacktrace at error levelAmirsaman Memaripour2020-05-051-2/+1
* SERVER-47811 Search the intermediate certificates for the issuer of the peer ...Shreyas Kalyan2020-05-051-11/+36
* SERVER-47594 Add helpers to Structured Logging to abstract attribute namesHenrik Edin2020-05-051-0/+5
* SERVER-46729 Make Windows shell soft-fail for unavailable OCSP responderShreyas Kalyan2020-05-041-2/+6
* SERVER-45591 Fix unit test compile on Windows: MSVC does not allow vector<map...Spencer T Brody2020-05-041-11/+5
* SERVER-41068 remove map_util.hBilly Donahue2020-05-021-45/+0
* SERVER-45591 Fix is_really_copy_constructible and add more tests.Spencer T Brody2020-04-302-20/+97
* SERVER-47760 Avoid concurrent accesses to InlineCountingExecutorAmirsaman Memaripour2020-04-302-4/+6
* SERVER-46952 Create server parameter shutdownTimeoutMillisForSignaledShutdown...Tess Avitabile2020-04-291-0/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-2651-114/+58
* SERVER-47736 logger::LogSeverityLimiter -> logv2::KeyedSeveritySuppressorBilly Donahue2020-04-251-1/+0
* SERVER-47191 Implement evalutation of Expressions to produce let parametersEric Cox2020-04-231-0/+10
* SERVER-45591 Allow Future<vector<move-only-type>> by adding is_really_copy_co...Spencer T Brody2020-04-232-2/+38
* SERVER-47692 SharedBufferFragmentAllocator should discard its buffer on destr...Louis Williams2020-04-221-0/+5
* SERVER-47475 Make PeriodicJob aware of cancelation at global shutdownAmirsaman Memaripour2020-04-212-2/+39
* SERVER-47220 log json field paddingBilly Donahue2020-04-212-139/+119
* SERVER-47654 Strengthen the guarantees of ReadThroughCache with cacheSize = 0Kaloian Manassiev2020-04-213-35/+88
* SERVER-46633 Windows TLS implementation may declare hostname mismatch on unre...Mark Benvenuto2020-04-201-10/+50
* SERVER-47565 Add server parameter to limit block size growth for SharedBuffer...Henrik Edin2020-04-171-4/+10
* SERVER-46514 Allow mirroring maestro to leave GC for the client threadAmirsaman Memaripour2020-04-162-1/+1
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-151-1/+1
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-154-308/+8
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-1420-20/+20
* 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