summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_executor_test_fixture.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-19492 Use ThreadPoolTaskExecutor instead of ReplicationExecutor in uni...Andy Schwerin2015-07-211-1/+1
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-0/+1
* SERVER-19001 Create common test infrastructure for testing TaskExecutor imple...Andy Schwerin2015-06-301-46/+8
* SERVER-19001 Make the replication executor own its thread poolKaloian Manassiev2015-06-261-8/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-60/+63
* SERVER-18036 moved getDetectableErrorStatus() to replication executor test fi...Benety Goh2015-06-191-2/+10
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-3/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+0
* SERVER-18039: Add Initial Sync to DataReplicatorScott Hernandez2015-06-051-0/+5
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-3/+9
* SERVER-17662: initial DataReplicator workScott Hernandez2015-04-221-3/+5
* SERVER-17894 moved ReplicationExecutorTest into test fixture libraryBenety Goh2015-04-101-0/+87