summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/master_slave.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...r3.4.20-rc0r3.4.20Shreyas Kalyan2019-03-041-3/+4
* SERVER-30166 Replace string with explicit std::string. Enables compulation wh...Steven Green2017-10-021-20/+21
* SERVER-27581 Only fetch missing documents on update oplog entries during initialJudah Schvimer2017-07-171-14/+10
* SERVER-27936 Fix yielding in handleDuplicateDbNameGeert Bosch2017-03-031-1/+1
* SERVER-26945 ReplSource::resyncDrop should not assume database name obtained ...Benety Goh2017-01-181-0/+5
* SERVER-24563 Fix race in check for DB names that differ in case onlyGeert Bosch2017-01-091-4/+3
* SERVER-26117 renameCollection 'c' op should restart initial sync upon applica...Siyuan Zhou2016-09-261-2/+2
* SERVER-24991 log redaction for sharding, repl filesRamon Fernandez2016-08-291-17/+21
* SERVER-25618: do not report progress during m/s initial syncScott Hernandez2016-08-261-23/+59
* SERVER-24698 use nextSafe in master-slave to catch oplog query errorsEric Milkie2016-06-211-3/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-23933 Remove OpDebug from ops/update.cpp::update()James Wahlin2016-05-191-3/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-4/+7
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-7/+4
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-4/+7
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-3/+4
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-23015 Do not do shard version checking in master/slaveKaloian Manassiev2016-03-091-4/+4
* SERVER-22972 Remove usages of OldClientContext which reference databaseKaloian Manassiev2016-03-081-6/+8
* SERVER-21823 Update and findAndModify with {upsert: true} should report nMatc...Tess Avitabile2016-01-291-1/+1
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-01-041-23/+25
* SERVER-21958 Remove mayYield and mayBeInterrupted flags from cloner, as it is...Andy Schwerin2015-12-211-2/+0
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-1/+1
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-28/+13
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-3/+3
* SERVER-17464: check for interrupts (like during shutdown) in clonerScott Hernandez2015-07-201-1/+1
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-0/+2
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-9/+15
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1151/+1129
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-2/+1
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-27/+26
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-171-2/+2
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* 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