summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-48650 Gave the ClockSourceMock a global implBen Caimano2020-07-282-39/+73
|
* SERVER-49190 Expose a function to iterate over all the entries in the ↵Randolph Tan2020-07-272-2/+92
| | | | ReadThroughCache
* Revert "SERVER-49190 Expose a function to iterate over all the entries in ↵Henrik Edin2020-07-272-84/+2
| | | | | | the ReadThroughCache" This reverts commit 31d19d194bf1831cbdb7fab8505b53e6c561b2b2.
* SERVER-49702 Add way to explicitly fork SharedSemiFuture continuation chainSpencer T Brody2020-07-272-1/+18
|
* SERVER-49190 Expose a function to iterate over all the entries in the ↵Randolph Tan2020-07-272-2/+84
| | | | ReadThroughCache
* SERVER-49134 Implement rotate for WindowsGabriel Marks2020-07-272-1/+28
|
* SERVER-49189 add missed minor tweaksKevin Pulo2020-07-273-13/+12
|
* SERVER-49848 Add interface to check single-threaded contextAmirsaman Memaripour2020-07-242-0/+13
|
* SERVER-49163 Find and parse internal idents with resumable index build ↵Samy Lanka2020-07-241-0/+1
| | | | information on startup
* SERVER-48638 Added LibdepsLinter to enforce LIBDEPS rulesDaniel Moody2020-07-231-0/+3
|
* SERVER-49132 Add logging for AppleGabriel Marks2020-07-231-24/+93
|
* SERVER-47922 pids and names in client metadata in debug buildsGabriel Russell2020-07-232-2/+38
|
* SERVER-49189 pass current cachedValue (and time, if causally consistent) to ↵Kevin Pulo2020-07-235-80/+170
| | | | ReadThroughCache::LookupFn
* SERVER-49356 Rehome target declarations out of src/mongo/SConscriptAndrew Morrow2020-07-211-6/+70
|
* SERVER-49115 Moved OCSP's global state into SSLManagerOpenSSLMina Mahmood2020-07-171-27/+48
|
* SERVER-48952 Improve stacktrace-related log messagesBilly Donahue2020-07-173-44/+45
|
* 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, ↵Adam Cooper2020-07-143-5/+33
| | | | TLS1_1, TLS1_2 are disabled)
* 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 ↵Cheahuychou Mao2020-07-081-0/+1
| | | | to do the "start blocking" write
* SERVER-49339 Rename ocspValidationRefreshPeriodSecs to ↵Shreyas Kalyan2020-07-082-6/+7
| | | | ocspStaplingRefreshPeriodSecs
* 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
| | | | | | | | | | | | | | Stack trace unit tests were failing with TSAN due to the mechanisms and assumptions of the tests. In one case, we simulate a real failure and do some thread necromancy to recover from it, which was causing TSAN to segfault immediately. In another two, we rely on a feature that makes some assumptions about which threads are running and what signals they can receive, which TSAN's internal threads violate. These tests and features are disabled with TSAN for now so we can run further tests with TSAN. Separately, one of the tests was failing with a complaint from TSAN that errno was being stomped on. That is also addressed.
* 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
| | | | | .... rather than doing it on the config server, because the stability of the collection cannot be guaranteed.
* 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
| | | | | | * all logs under mongo/transport and mongo/util/net were reviewed and many were cleaned up * all "status"_attr were reviewed and most changed to "error"_attr
* SERVER-48346 Fix lifetime issues for barriers captured by referenceAmirsaman Memaripour2020-06-022-22/+12
| | | | | Extends the lifetime of barriers that are referenced by background threads and their reference could outlive the barrier's owner.