summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77107 Add LLVM XRay supportMark Benvenuto2023-05-171-0/+13
* SERVER-74015 Introduce mocked gRPC stub and client streamPatrick Freed2023-05-171-1/+4
* SERVER-76788 elide trivial Decoration constructorsBilly Donahue2023-05-172-3/+13
* SERVER-77012 Skip parsing for tenantIds if multitenancy disabledMatt Broadstone2023-05-161-0/+16
* SERVER-48898 replace util/concepts.h with real conceptsBilly Donahue2023-05-1314-607/+220
* SERVER-73662 tlsClusterCAFile is not being used to validate client certificat...Adrian Gonzalez2023-05-121-0/+1
* SERVER-77028 tlsClusterCAFile is not being used to validate client certificat...Adrian Gonzalez2023-05-121-1/+2
* SERVER-76582 Pass correct SerializationContext objs into command repliesHugh Tong2023-05-121-0/+7
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-115-3/+5
* SERVER-70188: Remove featureFlagConfigurableX509ClusterAuthnVarun Ravichandran2023-05-111-6/+2
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-103-9/+74
* SERVER-39506 destroying delete for RCStringBilly Donahue2023-05-093-112/+4
* SERVER-76813 Fix --use-system-icuMark Benvenuto2023-05-091-1/+2
* SERVER-74489 Make NamespaceString::toStringWithTenantId privateSophia Tan2023-05-052-0/+16
* SERVER-76619 Add setParameter to enable libcurl's verbose loggingMark Benvenuto2023-05-045-3/+170
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-042-4/+7
* SERVER-76612 Copy SerializationContext between requests for views on aggHugh Tong2023-05-041-5/+29
* Revert "SERVER-76208 support query shape serialization in IDL for types with ...Davis Haupt2023-05-042-7/+4
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-032-4/+7
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-021-1/+1
* SERVER-75989 Add support for OpenSSL 3.0 FIPSMark Benvenuto2023-05-011-10/+47
* SERVER-76642 make pretty-printers run locally againDaniel Moody2023-04-281-3/+7
* SERVER-76653 PriorityTicketholder perf improvementsLouis Williams2023-04-285-151/+142
* SERVER-45255 Capture Pressure Stall Information in FTDC for Linux hostsAdrian Gonzalez2023-04-283-0/+234
* SERVER-69413 Provide README for immutable containersDan Larkin-York2023-04-281-0/+35
* SERVER-76580 Allow overriding SerializationContext objs constructed in IDLHugh Tong2023-04-281-0/+20
* SERVER-74013 Create gRPC server abstractionPatrick Freed2023-04-279-37/+52
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-263-15/+19
* SERVER-72867 eol-terminate all nonempty text filesBilly Donahue2023-04-261-1/+1
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-268-16/+71
* SERVER-73007 CURL_OPT_SEEKFUNCTION for HTTP retryMark Benvenuto2023-04-262-10/+42
* SERVER-70202 move fcv initialization check into featureFlag::isEnabled()Jiawei Yang2023-04-252-8/+4
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-258-71/+16
* Revert "SERVER-73007 CURL_OPT_SEEKFUNCTION for HTTP retry"Sviatlana Zuiko2023-04-252-42/+10
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-258-16/+71
* SERVER-73007 CURL_OPT_SEEKFUNCTION for HTTP retryMark Benvenuto2023-04-252-10/+42
* SERVER-73108 Handle command request/reply serialization/deserializationHugh Tong2023-04-247-19/+850
* SERVER-75908 Disable execution control if user manually set concurrencyPavi Vetriselvan2023-04-243-4/+23
* SERVER-71790: fix mongocryptd --version stringW. Brad Moore2023-04-242-0/+9
* 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