summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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