index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
client
/
dbclient_connection.cpp
Age
Commit message (
Expand
)
Author
2024-05-23
SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)
Matt Kneiser
2024-02-29
SERVER-86997 Remove AuthPrevalidated from SerializationContext (#19212)
Didier Nadeau
2023-12-21
SERVER-83932 Log RPC termination statuses in DBClientGRPCStream (#17718)
Patrick Freed
2023-12-20
SERVER-83932 Reorganize gRPC call status reporting (#17604)
Patrick Freed
2023-12-06
SERVER-83408 Fixed the DBClientSession constr to use soTimeout param
Vinod Kumar
2023-10-20
SERVER-81549: Make ServiceContext::getTransportLayer return a TransportLayerM...
Erin McNulty
2023-10-07
SERVER-77158 apply performance-move-const-arg clang tidy rule for client
Matt Boros
2023-09-28
SERVER-81531 Accept DatabaseName in DBClientBase::logout
Matt Broadstone
2023-09-25
SERVER-80549 Make DatabaseNameUtil::de/serialize no longer use default serial...
Mathis Bessa
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-09-19
SERVER-80192 Move Session tags into Client
Alex Li
2023-09-14
SERVER-80505 Split generic DBClientConnection functionality into superclass (...
Patrick Freed
2023-09-11
SERVER-51700: Made WireSpec decorator of ServiceContext instead of Singleton
Erin McNulty
2023-08-24
SERVER-80148 Use DatabaseName for calls to OpMsgRequest::fromDBAndBody
Mathis Bessa
2023-06-29
SERVER-72331 Set errmsg in dbclient_connection.cpp
Jennifer Wang
2023-06-22
SERVER-77044 IWYU Automated changes for up to end ratio 0.4
Daniel Moody
2023-06-15
SERVER-77042 automated IWYU changes up to ratio of 0.3
Daniel Moody
2023-06-05
SERVER-77154 Always use "hello" for connection handshake in internal client code
David Storch
2023-04-26
SERVER-74493 Make DatabaseName constructors private
mathisbessamdb
2023-02-24
SERVER-74241 remove SessionHandle and similar aliases
Matt Diener
2023-02-10
SERVER-71910 shrink Session's SSL interface
Matt Diener
2023-01-30
SERVER-71910 ensure SSLPeerInfo is not mutated after construction
Matt Diener
2023-01-23
SERVER-72948 Change DBClient runCommand function to use DatabaseName object
Sophia Tan
2022-10-12
SERVER-68720 Safely parse minWireVersion and maxWireVersion in initWireVersion
Reo Kimura
2022-07-06
SERVER-65946 Have DBClient::call always throw exceptions on failure
Jason Chan
2022-06-22
SERVER-62206 Remove DBClientBase::query_DEPRECATED()
David Storch
2022-06-10
SERVER-65955 Migrate shell exhaust path onto modern internal client API
David Storch
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2022-04-27
SERVER-65997 Add diagnostics to `DBClientConnection::call`
Amirsaman Memaripour
2021-12-21
SERVER-61352: Test connections made to mongos over proxy protocol
Tyler Seip
2021-12-21
SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...
David Storch
2021-10-25
SERVER-60749 Change internal client to stop issuing 'availableQueryOptions' c...
David Storch
2021-10-01
SERVER-58210 Eliminate unnecessary RPC protocol negotiation code
David Storch
2021-09-08
SERVER-59782 migrate makeGuard calls to ScopeGuard
Billy Donahue
2021-08-23
SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped around
Irina Yatsenko
2021-08-14
SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...
Irina Yatsenko
2021-08-02
SERVER-58338 Return an error if client attempts an OP_QUERY command other tha...
Yoonsoo Kim
2021-05-12
SERVER-55596 Remove isMaster from API Version 1
A. Jesse Jiryu Davis
2021-05-03
SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509
Mark Benvenuto
2021-02-20
SERVER-53064: connection created using transient SSL params cannot be recycled
Andrew Shuvalov
2021-01-25
SERVER-53724 Make DBClient able to reauthenticate with x509 automatically whe...
Jason Zhang
2021-01-07
SERVER-53423: Make ConnectString::connect return a status instead of setting ...
Andrew Shuvalov
2021-01-05
SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...
Cheahuychou Mao
2020-11-24
SERVER-51812 Allow DBClientConnection::connect() to specify helloOk when init...
Amirsaman Memaripour
2020-11-12
SERVER-50509 Rename handleNotMasterResponse to handleNotPrimaryResponse
Amirsaman Memaripour
2020-10-23
SERVER-50511 Change local variables and functions in dbclient files
Amirsaman Memaripour
2020-09-08
SERVER-50527 Change NotMasterError category to NotPrimaryError
Pavi Vetriselvan
2020-09-03
SERVER-50408 Change NotMaster error name to NotWritablePrimary
Pavi Vetriselvan
2020-08-20
SERVER-49380 Add API params to mongo shell
A. Jesse Jiryu Davis
2020-07-29
SERVER-49157 Initialize WireSpec during MONGO_INITIALIZER
Amirsaman Memaripour
[next]