summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_rs_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26108 Speed up dbclient_rs_test by disabling sleepy retriesMathias Stearn2017-11-011-0/+6
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-281-4/+4
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-271-0/+2
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-261-2/+0
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-261-0/+2
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-10/+4
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-2/+2
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-1/+2
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-241-2/+1
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-1/+2
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-2/+2
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-26/+26
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-011-15/+0
* SERVER-21272 Make replica set monitor retry finding hostsKaloian Manassiev2015-11-111-29/+30
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-626/+611
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-3/+2
* SERVER-18292 SERVER-18236 read ReadPreference off of metadata in DBClientRSAdam Midvidy2015-06-161-18/+162
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-7/+6
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-22/+22
* SERVER-18587 cleanup ReadPreference and move it to a separate libraryAdam Midvidy2015-05-211-27/+27
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-8/+8
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-15496 Update old unit tests to use new ReplicaSetConfigSpencer T Brody2014-11-201-24/+43
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-301-2/+2
* SERVER-9788 mongos does not respect secondary preferred after temporarily una...Randolph Tan2014-06-301-5/+0
* SERVER-12583 DBClientRS shouldn't use hosts the RSM thinks are down.Mathias Stearn2014-02-051-0/+36
* SERVER-12284 Rewrite ReplSetMonitorMathias Stearn2014-01-291-0/+22
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11538: Create mongoclient library to avoid pulling in mongocommonShaun Verch2013-11-041-18/+0
* SERVER-7217 Provide new client API to manage initialization and terminationAndrew Morrow2013-11-021-0/+5
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+0
* SERVER-10582 oplog_all_ops.js fails on Assertion failure, mutex problem when ...Randolph Tan2013-08-211-5/+5
* SERVER-10584 dbclient_rs_test.cpp compile failure on Windows buildersRandolph Tan2013-08-201-1/+1
* SERVER-8707 dbclient_rs_test threading issueRandolph Tan2013-08-201-5/+5
* SERVER-9174 Race condition on read_pref_rs_client.js after reconfigRandolph Tan2013-04-011-31/+374
* SERVER-8760 DBClientReplicaSet::slaveConn returns connection to primaryRandolph Tan2013-02-281-0/+16
* SERVER-7636 Do not use cached connection when read preference changesRandolph Tan2013-02-141-7/+15
* SERVER-7636 Do not use cached connection when read preference changesRandolph Tan2013-02-131-0/+245