summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61352: Test connections made to mongos over proxy protocolTyler Seip2022-03-211-0/+5
* SERVER-55596 Remove isMaster from API Version 1A. Jesse Jiryu Davis2021-05-121-1/+1
* SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509Mark Benvenuto2021-05-031-0/+4
* SERVER-53064: connection created using transient SSL params cannot be recycledAndrew Shuvalov2021-02-201-0/+5
* SERVER-53724 Make DBClient able to reauthenticate with x509 automatically whe...Jason Zhang2021-01-251-1/+3
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-2/+8
* SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao2021-01-051-6/+13
* SERVER-51812 Allow DBClientConnection::connect() to specify helloOk when init...Amirsaman Memaripour2020-11-241-0/+6
* SERVER-50509 Rename handleNotMasterResponse to handleNotPrimaryResponseAmirsaman Memaripour2020-11-121-6/+6
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-2/+3
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-081-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-201-2/+4
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-291-5/+6
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-0/+7
* SERVER-48178 Finding self in reconfig may be interrupted by closing connectio...Mark Benvenuto2020-07-081-3/+4
* SERVER-46661 Use the IDL to parse a killCursors commandMindaugas Malinauskas2020-07-081-1/+1
* SERVER-47921 Clean up LOG lines in clientSara Golemon2020-05-141-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-5/+5
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-221-25/+33
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-4/+6
* SERVER-45962 feature flag to opt out of new RSM implementationHaley Connelly2020-02-241-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-13/+35
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-57/+134
* SERVER-45931: Handle DBClientConnection connect and reconnect in NewOplogFetcherLingzhi Deng2020-02-061-0/+5
* SERVER-44631 DBClient_Connection should retain error code informationMatthew Russotto2019-11-261-6/+8
* SERVER-44455 Fix handling of protocol version on reconnect in DBClientMatthew Russotto2019-11-071-0/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-11/+7
* SERVER-41490 Disable OP_MSG checksums for TLS connectionsRahul Sundararaman2019-06-261-0/+12
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39480 Added log messages for failing DBClientConnectionRahul Sundararaman2019-06-031-0/+4
* SERVER-28679 Set OP_MSG checksumA. Jesse Jiryu Davis2019-05-141-0/+8
* SERVER-39178 Negotiate SCRAM mechanism in MongoURI::connect()Shreyas Kalyan2019-03-111-2/+19
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+4
* SERVER-37880 Make time_support's Backoff class non-blockingKaloian Manassiev2019-01-141-2/+2
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-6/+6
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-38319 Propagate URI options from DBClientRS through all codepathsMathias Stearn2018-12-201-19/+2
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-11/+21
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36536 Add a server parameter to not use exhaust option for initial sync.Matthew Russotto2018-09-211-3/+2
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-191-3/+5
* SERVER-36468 Add a mechanism to allow breaking DBClientConnection out of a bl...Mathias Stearn2018-09-131-18/+45
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-3/+3
* SERVER-36091 DBClientConnection::query() should pass all results to callbackMatthew Russotto2018-08-061-3/+1
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-2/+1