summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_start.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13645 rename repl_start to repl_set_seed_listmatt dannenberg2014-06-101-94/+0
* SERVER-14135 implement startReplication() in LegacyReplicationCoordinatormatt dannenberg2014-06-101-20/+0
* SERVER-14135 Initial skeleton of ReplicationCoordinator interfaceSpencer T Brody2014-06-061-3/+4
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-2/+2
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-0/+2
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-2/+2
* SERVER-13645 move ReplSetCmdline and related functions into repl_start.hmatt dannenberg2014-04-281-1/+49
* SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg2014-04-231-1/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-3/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-7772 move oplog into db/repl/Eric Milkie2013-03-141-0/+1
* SERVER-7772 repl_startEric Milkie2013-03-111-0/+51