summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/mock/mock_remote_db_server.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-221-15/+0
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-2/+2
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-0/+16
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-3/+4
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-4/+2
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-1/+1
* SERVER-48811 Run cloners in MigrationServiceInstanceSuganthi Mani2020-10-071-2/+3
* SERVER-48806 Obtain and persist donor optimes in MigrationServerInstanceMatthew Russotto2020-09-231-0/+16
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-1/+2
* SERVER-43937 Allow MockDBClientConnection/MockDBServer to mock errors.Matthew Russotto2019-10-181-6/+6
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-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-1/+11
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+2
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-4/+4
* SERVER-29319 Expose OpMsgRequest interface in DBClientMathias Stearn2017-06-191-11/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-177/+178
* SERVER-18292 SERVER-18236 read ReadPreference off of metadata in DBClientRSAdam Midvidy2015-06-161-0/+7
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-2/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-5/+5
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-9174 Race condition on read_pref_rs_client.js after reconfigRandolph Tan2013-04-011-1/+9
* SERVER-8210 Cannot insert new documents to mock server after doing a queryRandolph Tan2013-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-7/+19
* SERVER-6754 Buildbot failure fix for shard_conn_testRandolph Tan2012-12-051-6/+12
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-12-051-40/+13
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-12-051-1/+13
* SERVER-4706 when a socket between mongos and mongod fails, close all connecti...Randolph Tan2012-11-161-0/+45
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-08-301-0/+174