summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/mock/mock_dbclient_connection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-11/+23
* SERVER-45931: Handle DBClientConnection connect and reconnect in NewOplogFetcherLingzhi Deng2020-02-061-9/+2
* SERVER-45468 Create a DBClientCursor in the new oplog fetcherSamyukta Lanka2020-02-041-1/+2
* SERVER-45431: Create new test fixture for OplogFetcherLingzhi Deng2020-01-231-2/+2
* SERVER-45603: Enhance MockDBClientConnection for OplogFetcher unit testingLingzhi Deng2020-01-171-4/+83
* SERVER-44060 Make stats contain un-started collections and databases.Matthew Russotto2019-12-021-0/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+5
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-191-5/+8
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-2/+2
* SERVER-36094 Add override/final to DBClientBase methodsMatthew Russotto2018-08-091-12/+10
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-12/+12
* SERVER-28509 DBClient::killCursor() now uses commandMathias Stearn2017-07-261-1/+1
* SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclassesMathias Stearn2017-07-261-3/+2
* SERVER-29319 Expose OpMsgRequest interface in DBClientMathias Stearn2017-06-191-9/+3
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-3/+3
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-051-5/+2
* SERVER-19563 kill KillCursor piggyBack codeMathias Stearn2015-07-241-1/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-96/+103
* SERVER-18292 SERVER-18236 read ReadPreference off of metadata in DBClientRSAdam Midvidy2015-06-161-6/+11
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+0
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-4/+4
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-10755 additional client connection logging, as well as setShardName lo...Greg Studer2014-01-171-1/+1
* SERVER-7572 Remove all code that sends AuthenticationTablesSpencer T Brody2012-12-191-2/+1
* SERVER-7865 Add ability to set query replies based on namespace for MockRemot...Randolph Tan2012-12-071-1/+8
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-12-051-1/+7
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-12-051-2/+8
* SERVER-4706 when a socket between mongos and mongod fails, close all connecti...Randolph Tan2012-11-161-0/+3
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-08-301-0/+99