summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76101 Use StringMap in IDL generated string lookup tablesMark Benvenuto2023-04-211-0/+1
* SERVER-76281 Add map snapshot support to concurrent mapJordi Olivares Provencio2023-04-212-0/+44
* SERVER-69855: Document tlsClusterAuthX509 options and overrides in arch guidesVarun Ravichandran2023-04-201-3/+6
* SERVER-74997 Reduce the timeout of tlsOCSPVerifyTimeoutSecs to 4 secondsAdrian Gonzalez2023-04-191-1/+1
* SERVER-70444 Interrupt the FSyncThread directly from the mongod shutdown taskDianna Hohensee2023-04-181-1/+1
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-7/+7
* SERVER-75883 Fix comparison in IndexedStringVectorDrew Paroski2023-04-171-1/+1
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-6/+3
* SERVER-75851 Add typedef for immutable vectorDan Larkin-York2023-04-133-0/+188
* SERVER-73023 Pass tenantId to the namespace from fail command failpointmathisbessamdb2023-04-121-0/+7
* SERVER-74875 Implement immutable ordered map and setDan Larkin-York2023-04-1213-10/+2463
* SERVER-75252 Add 7.1 FCV constantr7.1.0-alphaKelsey Schubert2023-04-111-0/+1
* SERVER-75823 Refactor MakeObjSpec's 'allFieldsMap'/'bloomFilter' into a separ...Drew Paroski2023-04-083-0/+286
* SERVER-74996: Add tlsClusterAuthX509Override server parameter, rolling restar...Varun Ravichandran2023-04-078-55/+232
* SERVER-75121 Remove JWKS URI from OIDC configurationSpencer Jackson2023-04-074-4/+88
* SERVER-62491 Remove TODOs to use kSystemTenantIdSophia Tan2023-04-063-4/+0
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-052-3/+4
* SERVER-73943 Pin program code segments in memory on startupJason Chan2023-04-043-0/+164
* SERVER-74989: Create configuration option to specify X.509 subject DN attribu...Varun Ravichandran2023-04-049-83/+256
* SERVER-70740 Handle expectPrefix option in requestsHugh Tong2023-04-041-0/+7
* SERVER-74999 Determine cluster membership based on X.509 extensionSara Golemon2023-04-038-33/+112
* Revert "SERVER-74999 Determine cluster membership based on X.509 extension"auto-revert-processor2023-04-018-112/+33
* SERVER-74684 Return logic to periodically flush the size storerDianna Hohensee2023-03-311-2/+11
* SERVER-74999 Determine cluster membership based on X.509 extensionSara Golemon2023-03-318-33/+112
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-302-19/+2
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-292-0/+84
* SERVER-75309 Remove spurious warning in `SemaphoreTicketHolder` on WindowsGregory Noma2023-03-291-3/+0
* SERVER-75263 Add immer benchmarksGregory Wlodarek2023-03-293-0/+181
* SERVER-74876 Set memory_policy for containers backed by immer libraryHenrik Edin2023-03-293-2/+67
* SERVER-74874 Typedefs for immutable unordered map/setHenrik Edin2023-03-294-0/+335
* SERVER-68674 Vendor immer to third_partyHenrik Edin2023-03-291-0/+2
* SERVER-74778 Refactor and improve performance of PriorityTicketHolderLouis Williams2023-03-2818-677/+603
* SERVER-71744 Move atomic, mutex and nonmongo assert to clang-tidyJuan Gu2023-03-281-2/+2
* SERVER-71736 Move tracing support lint to clang-tidyJuan Gu2023-03-251-2/+2
* SERVER-74735 Limit metadata exposed to clientsSpencer Jackson2023-03-245-0/+169
* SERVER-75006 Add updateWith method to read-copy-update mapJordi Olivares Provencio2023-03-212-8/+48
* SERVER-69063 fix the setting of TCP keepalive parametersBilly Donahue2023-03-211-96/+131
* SERVER-73148 Add support for Google TraceEvents format to TraceProviderMark Benvenuto2023-03-173-5/+172
* SERVER-74569 Start with number of CPU cores for throughput probingGregory Noma2023-03-161-3/+1
* SERVER-74752 Add read-copy-update map classJordi Olivares Provencio2023-03-163-0/+237
* SERVER-74184 Support SerializerFlags in constructors for IDL structsHugh Tong2023-03-151-0/+14
* SERVER-74864 Remove `OperationContext*` from `TicketHolder::resize`Gregory Noma2023-03-159-153/+76
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-132-2/+19
* SERVER-73824 Unit test throughput probing algorithmGregory Noma2023-03-132-0/+80
* SERVER-74239 Relax test constraints for sleep_for on Windows systemsAlex Li2023-03-071-3/+14
* SERVER-74501 Fix MigrationBatchFetcher/Inserter completion reliance to not sp...Randolph Tan2023-03-061-0/+7
* SERVER-73109 Build idl infrastructure to pass context to nss serializersHugh Tong2023-03-025-8/+105
* SERVER-74009 Add an LRU cache for limiting the frequency of logging client me...Patrick Freed2023-02-271-8/+6
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-2/+2
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-243-7/+8