summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/reporter_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50667 replace comment/variable references to slave with secondaryPavi Vetriselvan2020-11-301-2/+2
* SERVER-49183 Remove unused parameter from TopologyCoordinator::setLastOptime.George Wangensteen2020-10-211-49/+0
* SERVER-51240 fix readability-avoid-const-params-in-decls in testsBenety Goh2020-10-041-2/+2
* SERVER-46720 Allow non strict replication message parsingWilliam Schultz2020-04-101-0/+38
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+3
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-111-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-8/+9
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-061-3/+3
* SERVER-40765 TaskExecutor inherits from OutOfLineExecutorA. Jesse Jiryu Davis2019-05-041-2/+2
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-0/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39146 Refactor BatonJason Carey2019-02-051-1/+1
* SERVER-38549 Make NetworkInterfaceMock return NetworkInterfaceExceededTimeLimitBen Caimano2018-12-131-1/+1
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-1/+1
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-1/+2
* SERVER-33026 SyncSourceFeedback request should have a timeoutWilliam Schultz2018-03-151-19/+66
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-2/+3
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2017-12-131-97/+23
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-6/+6
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-091-1/+2
* SERVER-28624 Replace references to ReplicationExecutor with TaskExecutor.Andy Schwerin2017-04-181-4/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-5/+5
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-8/+8
* SERVER-24304 added convenience functions for scheduleResponse to NetworkInter...Benety Goh2016-06-301-29/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-8/+12
* SERVER-18029 extended Reporter to support keep alive and downconversion for p...Benety Goh2016-03-101-143/+577
* SERVER-18043 migrated Reporter to use new replSetUpdatePosition commandBenety Goh2016-02-231-19/+32
* SERVER-18154 migrated Reporter from repl::ReplicationExecutor to executor::Ta...Benety Goh2016-02-221-33/+66
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-7/+7
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-0/+2
* SERVER-19001 Missing changes from prior commitAndy Schwerin2015-06-301-12/+4
* SERVER-19001 Create common test infrastructure for testing TaskExecutor imple...Andy Schwerin2015-06-301-1/+10
* SERVER-18042 replaced reporter ReplicatonProgressManager with a stdx::functionBenety Goh2015-06-291-6/+22
* SERVER-19010 remove the metadata-free constructor of RemoteCommandResponsematt dannenberg2015-06-261-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-239/+237
* SERVER-18036 data replication reporter should wait till callback is invoked b...Benety Goh2015-06-191-2/+17
* SERVER-18036 moved getDetectableErrorStatus() to replication executor test fi...Benety Goh2015-06-191-7/+5
* SERVER-18039: Add Initial Sync to DataReplicatorScott Hernandez2015-06-051-4/+4
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-1/+2
* SERVER-18016 added database replication applierBenety Goh2015-05-191-2/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+1
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+1
* SERVER-18353 Move the remote command executor to a separate libraryKaloian Manassiev2015-05-101-1/+1
* SERVER-18110 create Reporter to replace SyncSourceFeedbackmatt dannenberg2015-04-201-0/+269