summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49131 SSL Info logging for WindowsGabriel Marks2020-07-161-6/+77
* SERVER-49511 Enable support for no nextUpdate fieldShreyas Kalyan2020-07-151-7/+11
* SERVER-49078 Disable libunwind for TSANAndrew Morrow2020-07-152-15/+11
* SERVER-48774 setting cipher list does not work for TLSv1.3 only (if TLS1_0, T...Adam Cooper2020-07-143-5/+33
* SERVER-49074 make pcrecpp LIBDEPS_PRIVATE to unittestBilly Donahue2020-07-141-3/+4
* SERVER-49114 Replace getSSLManager() with SSLManagerCoordinatorGabriel Marks2020-07-145-16/+52
* SERVER-48937 Add IDL types for the donor and recipient state machineLuis Osta2020-07-141-0/+1
* SERVER-48936 Add stubs for the donor commandsLuis Osta2020-07-131-0/+3
* SERVER-47892 DiagnosticInfo should use Client to acquire timestampsBen Caimano2020-07-133-12/+22
* SERVER-49113 Rewrote CertificateExpirationMonitor classMina Mahmood2020-07-095-26/+48
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-089-64/+133
* SERVER-49374 Fix sslCipherConfig checkGabriel Marks2020-07-081-1/+1
* SERVER-49180 Make the donor's dataSync function reserve an OpTime at which to...Cheahuychou Mao2020-07-081-0/+1
* SERVER-49339 Rename ocspValidationRefreshPeriodSecs to ocspStaplingRefreshPer...Shreyas Kalyan2020-07-082-6/+7
* SERVER-48786 Define base classes for CSTJacob Evans2020-07-071-0/+44
* SERVER-48734: Fix db_repl_test in TSANLingzhi Deng2020-07-072-10/+11
* SERVER-48887 C++ death tests should fail on TSAN exit codeMark Benvenuto2020-07-031-1/+2
* SERVER-49129 Add getSSLInformationToLog skeletonGabriel Marks2020-07-024-0/+47
* SERVER-49141 Ensure that LIBDEPS for libunwind do not accidentally become publicAndrew Morrow2020-06-291-22/+33
* SERVER-48006 Fix default for opensslCipherConfigGabriel Marks2020-06-264-18/+11
* SERVER-48546 Reduce scope of libraries injected via libbaseAndrew Morrow2020-06-251-37/+4
* SERVER-48922 Create internal assertion macroAmirsaman Memaripour2020-06-244-2/+84
* SERVER-48884 Test Proctor Initializer has incorrect prereqsMark Benvenuto2020-06-181-1/+1
* SERVER-47376 Delete TODOGabriel Marks2020-06-171-1/+0
* SERVER-48597 Fix stack trace unit tests with TSANRyan Egesdahl2020-06-112-1/+19
* SERVER-48668 Make TickSourceMock class thread safeTommaso Tocci2020-06-111-4/+5
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-117-470/+300
* SERVER-46726 Using testing proctor to control diagnosticsAmirsaman Memaripour2020-06-101-1/+0
* SERVER-47979 Perform the collation check for `shardCollection` on the shardKaloian Manassiev2020-06-081-1/+0
* SERVER-47775 Save partial stacktrace on collection errorAmirsaman Memaripour2020-06-051-1/+0
* SERVER-46726 Provide separate setParameter to disable diagnostic workAmirsaman Memaripour2020-06-057-16/+268
* SERVER-48324 FTDC - add verbose tcmalloc set parameterMark Benvenuto2020-06-031-5/+29
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-027-50/+45
* 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