summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/mock/mock_replica_set.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54291 remove dependency on scanning replica set monitor in dbclient_rs...Randolph Tan2021-05-191-2/+14
* SERVER-54292 remove dependency on scanning replica set monitor in tenant_migr...Randolph Tan2021-05-131-65/+98
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-2/+2
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-2/+2
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-2/+2
* SERVER-50423 Change memberConfig's slaveDelay field to secondaryDelaySecsAli Mir2021-01-281-3/+3
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-1/+5
* SERVER-41068 remove map_util.hBilly Donahue2020-05-021-2/+2
* SERVER-47090 Create IDL for ReplSetConfigMatthew Russotto2020-04-301-1/+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-2/+2
* SERVER-23355 Recheck replicas every .5 sec during scanA. Jesse Jiryu Davis2019-04-151-9/+35
* 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-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-0/+1
* 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-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-6/+6
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-1/+3
* SERVER-19861 converted uses of std::chrono::duration::count() to mongo::durat...Benety Goh2015-08-111-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-211/+206
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+2
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-15496 Update old unit tests to use new ReplicaSetConfigSpencer T Brody2014-11-201-33/+41
* SERVER-14046 Change SHUNNED to correct name - REMOVEDAnil Kumar2014-08-061-1/+1
* SERVER-14065 use namespace mongo::repl in dbtests pertaining to replicationmatt dannenberg2014-05-271-6/+8
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-6/+6
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-6/+6
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13645 move Member class into its own header and cpp filematt dannenberg2014-04-231-1/+1
* SERVER-7867 repl_monitor_stress.js failingRandolph Tan2012-12-171-80/+110
* Revert "SERVER-7867 repl_monitor_stress.js failing"Randolph Tan2012-12-141-110/+80
* SERVER-7867 repl_monitor_stress.js failingRandolph Tan2012-12-141-80/+110
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-12-051-37/+10
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-12-051-1/+18
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-08-301-0/+278