summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/reporter_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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