summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39227 Don't throw StaleConfig from command response in DBClientBase wh...Jack Mulrow2019-02-191-3/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+4
* SERVER-33226: remove getPrevError() commandKim Tao2019-01-101-8/+0
* SERVER-38738 collapse all getSSLManager() to one implementation and remove mutexIsabella Siu2019-01-091-23/+4
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-25936 DBClientBase drops indexes using dropIndexes instead of deleteIn...Benety Goh2018-12-271-3/+3
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-51/+41
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-071-8/+31
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-191-4/+7
* SERVER-36714 update DocumentSourceOutReplaceColl::initializeWriteNs to use cr...Dianna Hohensee2018-08-231-0/+19
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-8/+9
* SERVER-36257 Remove copyDB and clone commandsMaria van Keulen2018-08-071-15/+0
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-3/+2
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-291-21/+0
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-0/+969