summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55596 Remove isMaster from API Version 1A. Jesse Jiryu Davis2021-05-121-2/+3
* SERVER-56778 Shell includes API params in w: 0 writesA. Jesse Jiryu Davis2021-05-101-54/+52
* SERVER-55473 DBClientBase::_auth returns original status instead of Authentic...Wenbin Zhu2021-04-221-6/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-52945 Make mongod use x509 auth on egress connections if NetworkInterf...Mark Benvenuto2020-12-111-3/+5
* SERVER-52621 Remove stale version execption handling in OpQuery exec pathTommaso Tocci2020-11-061-5/+3
* SERVER-49791 Track operationTime in DBClientJudah Schvimer2020-10-231-0/+20
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-8/+9
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-101-1/+1
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-201-2/+45
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-291-2/+2
* SERVER-48816 Implement listCollections stage for TenantDatabaseClonerVesselina Ratcheva2020-07-241-0/+7
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-4/+6
* SERVER-48178 Finding self in reconfig may be interrupted by closing connectio...Mark Benvenuto2020-07-081-4/+4
* SERVER-46661 Use the IDL to parse a killCursors commandMindaugas Malinauskas2020-07-081-2/+2
* SERVER-47916 Make InvalidatingLRUCache use an 'epoch' when invalidating evict...Kaloian Manassiev2020-05-071-1/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-2/+2
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-221-4/+6
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-16/+4
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-49/+144
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-39453 add DBClientBase::getReadyIndexSpecs()Benety Goh2020-02-191-4/+34
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+10
* SERVER-44631 DBClient_Connection should retain error code informationMatthew Russotto2019-11-261-2/+4
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-5/+11
* SERVER-43272 Implement getDatabaseInfos method (listDatabases) in DBClientVesselina Ratcheva2019-10-171-0/+36
* SERVER-44021 Make type of "count" command in DBClient_Base match server.Matthew Russotto2019-10-161-1/+1
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-11/+30
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-18/+7
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+3
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-4/+4
* 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