summaryrefslogtreecommitdiff
path: root/src/mongo/client/async_client.cpp
AgeCommit message (Expand)Author
2024-08-14Revert "SERVER-92134 Fix crashes in NetworkInterfaceTL shutdown" (#26116)Patrick Freed
2024-08-13SERVER-92134 Fix crashes in NetworkInterfaceTL shutdown (#25538)Patrick Freed
2024-03-28SERVER-87520 Miscellaneous networking optimizations (#20461)Jack Mulrow
2024-03-05SERVER-81825 Only support building OpMsgRequest with ValidatedTenancyScopeSophia Tan
2024-02-16SERVER-85992 Refactor fromDBAndBody to build requests with ValidatedTenancyScopeJoseph Prince
2024-02-14SERVER-82303 separate MetricsTree per Service (#17183)Billy Donahue
2024-01-08SERVER-82340 Populate vts in RemoteCommandRequest constructor (#17862)Joseph Prince
2023-11-08SERVER-82872 Use AtomicWord for gEnableDetailedConnectionHealthMetricLogLinesPatrick Freed
2023-10-20SERVER-81549: Make ServiceContext::getTransportLayer return a TransportLayerM...Erin McNulty
2023-10-07SERVER-77158 apply performance-move-const-arg clang tidy rule for clientMatt Boros
2023-10-04SERVER-81602 remove fmtMessage from LOGV2 statementsBilly Donahue
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-09-20SERVER-71100 Make Session diagnostics logging genericAlex Li
2023-09-15SERVER-81002: Added in mutex to WireSpecErin McNulty
2023-09-11SERVER-51700: Made WireSpec decorator of ServiceContext instead of SingletonErin McNulty
2023-09-07SERVER-80193 Replace Session Tag dependencies with boolean for EgressTagClose...Alex Li
2023-08-24SERVER-80148 Use DatabaseName for calls to OpMsgRequest::fromDBAndBodyMathis Bessa
2023-06-22SERVER-77044 IWYU Automated changes for up to end ratio 0.4Daniel Moody
2023-06-15SERVER-77042 automated IWYU changes up to ratio of 0.3Daniel Moody
2023-06-05SERVER-65383 Remove CCHM Feature FlagBlake Oler
2023-06-05SERVER-77154 Always use "hello" for connection handshake in internal client codeDavid Storch
2023-04-05SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang
2023-02-24SERVER-74241 remove SessionHandle and similar aliasesMatt Diener
2023-02-10SERVER-71910 shrink Session's SSL interfaceMatt Diener
2023-02-09SERVER-72598 Introduce server parameter to turn off logging for detailed conn...Blake Oler
2023-01-30SERVER-71910 ensure SSLPeerInfo is not mutated after constructionMatt Diener
2022-12-06SERVER-71685 Remove sampling of connAcquisitionToWire metricsJason Chan
2022-09-26SERVER-64967 Measure how long it takes operations using egress connections to...Jason Chan
2022-09-16SERVER-69584 Pass ConnectionMetrics by shared_ptrVojislav Stojkovic
2022-08-11SERVER-64964 Measure egress connection creation time from connection poolsVojislav Stojkovic
2022-06-15SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon
2022-05-27SERVER-66260 Modify executor::RemoteCommandRequest to accept an Options argumentDaniel Morilha
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2021-10-13SERVER-59300 Make AsyncDBClient use OP_MSG rather than OP_QUERY for isMasterDavid Storch
2021-10-01SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch
2021-09-16SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto
2021-08-14SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko
2021-07-30SERVER-58381 Define and process kind(2) in OP_MSG payloadSara Golemon
2021-06-29 SERVER-57521 Avoid dropping connections with pending flag set, unset pending...jannaerin
2020-12-11SERVER-52945 Make mongod use x509 auth on egress connections if NetworkInterf...Mark Benvenuto
2020-11-05SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov
2020-10-26SERVER-51831 Thread SSLConnectionContext from TLConnection's constructor down...Esha Maharishi
2020-08-14SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson
2020-08-13Revert "SERVER-49694: fix latency measurement in RSM; change latency measurem...LaMont Nelson
2020-08-05SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson
2020-07-29SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour
2020-07-08SERVER-49112 Add Session::getSSLConfigurationGabriel Marks
2020-07-08SERVER-48178 Finding self in reconfig may be interrupted by closing connectio...Mark Benvenuto
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
2020-04-22SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano