summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_connection.cpp
AgeCommit message (Expand)Author
2024-05-23SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)Matt Kneiser
2024-02-29SERVER-86997 Remove AuthPrevalidated from SerializationContext (#19212)Didier Nadeau
2023-12-21SERVER-83932 Log RPC termination statuses in DBClientGRPCStream (#17718)Patrick Freed
2023-12-20SERVER-83932 Reorganize gRPC call status reporting (#17604)Patrick Freed
2023-12-06SERVER-83408 Fixed the DBClientSession constr to use soTimeout paramVinod Kumar
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-09-28SERVER-81531 Accept DatabaseName in DBClientBase::logoutMatt Broadstone
2023-09-25SERVER-80549 Make DatabaseNameUtil::de/serialize no longer use default serial...Mathis Bessa
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-09-19SERVER-80192 Move Session tags into ClientAlex Li
2023-09-14SERVER-80505 Split generic DBClientConnection functionality into superclass (...Patrick Freed
2023-09-11SERVER-51700: Made WireSpec decorator of ServiceContext instead of SingletonErin McNulty
2023-08-24SERVER-80148 Use DatabaseName for calls to OpMsgRequest::fromDBAndBodyMathis Bessa
2023-06-29SERVER-72331 Set errmsg in dbclient_connection.cppJennifer Wang
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-77154 Always use "hello" for connection handshake in internal client codeDavid Storch
2023-04-26SERVER-74493 Make DatabaseName constructors privatemathisbessamdb
2023-02-24SERVER-74241 remove SessionHandle and similar aliasesMatt Diener
2023-02-10SERVER-71910 shrink Session's SSL interfaceMatt Diener
2023-01-30SERVER-71910 ensure SSLPeerInfo is not mutated after constructionMatt Diener
2023-01-23SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan
2022-10-12SERVER-68720 Safely parse minWireVersion and maxWireVersion in initWireVersionReo Kimura
2022-07-06SERVER-65946 Have DBClient::call always throw exceptions on failureJason Chan
2022-06-22SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch
2022-06-10SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2022-04-27SERVER-65997 Add diagnostics to `DBClientConnection::call`Amirsaman Memaripour
2021-12-21SERVER-61352: Test connections made to mongos over proxy protocolTyler Seip
2021-12-21SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch
2021-10-25SERVER-60749 Change internal client to stop issuing 'availableQueryOptions' c...David Storch
2021-10-01SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch
2021-09-08SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue
2021-08-23SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko
2021-08-14SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko
2021-08-02SERVER-58338 Return an error if client attempts an OP_QUERY command other tha...Yoonsoo Kim
2021-05-12SERVER-55596 Remove isMaster from API Version 1A. Jesse Jiryu Davis
2021-05-03SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509Mark Benvenuto
2021-02-20SERVER-53064: connection created using transient SSL params cannot be recycledAndrew Shuvalov
2021-01-25SERVER-53724 Make DBClient able to reauthenticate with x509 automatically whe...Jason Zhang
2021-01-07SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov
2021-01-05SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao
2020-11-24SERVER-51812 Allow DBClientConnection::connect() to specify helloOk when init...Amirsaman Memaripour
2020-11-12SERVER-50509 Rename handleNotMasterResponse to handleNotPrimaryResponseAmirsaman Memaripour
2020-10-23SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour
2020-09-08SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan
2020-09-03SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan
2020-08-20SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis
2020-07-29SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour