summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/master_slave.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25618: do not report progress during m/s initial syncScott Hernandez2016-08-261-0/+8
* SERVER-22972 Remove usages of OldClientContext which reference databaseKaloian Manassiev2016-03-081-1/+1
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-4/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-135/+146
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-171-4/+2
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-3/+2
* SERVER-18317 special cases commands when applying oplog entriesmatt dannenberg2015-05-061-0/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-5/+5
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-2/+4
* SERVER-16032 Don't create a new OperationContext for starting master/slaveSpencer T Brody2014-11-141-1/+1
* SERVER-15089 cleanup oplogreaderEric Milkie2014-09-051-0/+1
* SERVER-15031 Ensure local.me exists just once at startup and cache the RID thereSpencer T Brody2014-08-291-4/+0
* SERVER-14443 implement canAcceptWritesForDatabase() and canServeReadsFor() in...matt dannenberg2014-07-311-3/+0
* SERVER-13961 Pass more OperationContext down in replKaloian Manassiev2014-07-241-1/+1
* SERVER-14442 Implement getMyRID() in ReplicationCoordinatorImplSpencer T Brody2014-07-211-0/+3
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-4/+5
* SERVER-14442 Make ReplicationCoordinator responsible for constructing ReplSet...Spencer T Brody2014-07-181-2/+7
* SERVER-13922 Remove Context and dbtemprelease from the clonerKaloian Manassiev2014-06-091-1/+2
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-2/+2
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* 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-5/+9
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-14/+14
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-8/+8
* SERVER-13643 Use TransactionExperiment in dropDatabase()Mathias Stearn2014-05-011-5/+8
* SERVER-13643 Plumb TransactionExperiment through ClonerMathias Stearn2014-04-301-1/+1
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-1/+2
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-1/+3
* SERVER-11611: remove dead commentEliot Horowitz2013-12-281-1/+0
* SERVER-11611: port Cloner to Collection methodsEliot Horowitz2013-12-281-1/+1
* SERVER-6552 implement resync command for replicaset membersmatt dannenberg2013-10-281-0/+4
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* update master/salve for new oplogreader handshake modelmatt dannenberg2013-08-061-0/+5
* SERVER-7772 repl_startEric Milkie2013-03-111-0/+133
* SERVER-7772 seperate master/slave code from replica set codeEric Milkie2013-03-111-0/+26