summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/master_slave.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-1/+3
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-3/+1
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-1/+3
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-221-16/+13
* SERVER-18016 added unit test for SyncTail. some SyncTail cleanupBenety Goh2015-05-191-3/+5
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+2
* SERVER-18455 stop logging sync_pullOpLog message in master slavematt dannenberg2015-05-131-2/+0
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-2/+2
* SERVER-18227 Add a mechanism to disable document validation and start using itMathias Stearn2015-05-081-0/+2
* SERVER-18317 special cases commands when applying oplog entriesmatt dannenberg2015-05-061-7/+27
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-5/+1
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-3/+1
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-3/+3
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-0/+1
* Revert "SERVER-15047 Remove undefined behavior from Timestamp"Eric Milkie2015-04-091-3/+2
* SERVER-15047 Remove undefined behavior from TimestampEric Milkie2015-04-081-2/+3
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-21/+24
* SERVER-17817 Move replication-specific data from Client into ReplClientInfo d...Andy Schwerin2015-04-061-1/+2
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-2/+2
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-8/+9
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-3/+3
* SERVER-5522 improve replHandshake log messagematt dannenberg2015-03-101-1/+1
* SERVER-17432 converted applyOperation_inlock to return statusBenety Goh2015-03-101-3/+3
* SERVER-17416 MMAP V1 journal thread should check for deadlocksKaloian Manassiev2015-03-021-0/+2
* SERVER-17330 move handshake cmd to master/slaveEric Milkie2015-02-251-1/+38
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-1/+1
* SERVER-17176 refine replication log severities and message bodiesSiyuan Zhou2015-02-101-33/+33
* SERVER-17214 do not use exists() as its fallback behavior does not support co...Eric Milkie2015-02-061-5/+3
* SERVER-16773 Get rid of ScopedLock and 2 memory allocationsKaloian Manassiev2015-01-261-20/+17
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+8
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-1/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+3
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+1
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2
* SERVER-16502: do not lazy init mmapv1 db catalogScott Hernandez2015-01-021-1/+1
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+10
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-201-2/+2
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-201-1/+2
* SERVER-15496 Get rid of replLocalAuth()Spencer T Brody2014-11-201-10/+4
* SERVER-15994 fix listIndexes, listDatabases, and listCollections to require t...matt dannenberg2014-11-171-1/+4
* SERVER-16032 Don't create a new OperationContext for starting master/slaveSpencer T Brody2014-11-141-5/+4
* SERVER-15614 Move inProcCmd to a separate file and clean includesKaloian Manassiev2014-10-301-1/+1
* SERVER-15262 Do not reuse write units of workKaloian Manassiev2014-10-281-4/+0