summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_rs_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-36/+55
* SERVER-54291 remove dependency on scanning replica set monitor in dbclient_rs...Randolph Tan2021-05-191-96/+31
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-4/+4
* SERVER-46367 Remove ScanningReplicaSetMonitor specific members from the abstr...Haley Connelly2020-07-021-3/+4
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-2/+1
* SERVER-46573 Make ReplicaSetMonitorTestConcurrent force replicaSetMonitorProt...Haley Connelly2020-03-031-4/+4
* SERVER-46509 Change disableStreamableReplicaSetMonitor server parameter to an...Haley Connelly2020-03-031-44/+4
* SERVER-46417 Temporarily make dbclient_rs_test use the ScanningReplicaSetMoni...Haley Connelly2020-02-281-17/+71
* SERVER-42437 Make ReplicaSetMonitorManager a ServiceContext decorationHaley Connelly2020-02-211-0/+15
* SERVER-43015 ReplicaSetMonitor should timeout waiters upon rescanBen Caimano2019-10-041-1/+2
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-06-251-29/+34
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35688 Make RSM use async networkingMathias Stearn2018-12-201-6/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-28/+28
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-0/+1
* 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