summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-1/+1
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-14/+0
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-2/+2
* SERVER-35115 Decouple DBDirectClient from networking clientsMathias Stearn2018-05-311-0/+664