summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/master_slave.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31387 oplog application conflates upserting with being in steady state...Judah Schvimer2017-10-301-2/+3
* SERVER-29687 Don't include sock.h from options headerAndrew Morrow2017-08-231-0/+1
* SERVER-30166 Replace string with explicit std::string. Enables compulation wh...Steven Green2017-08-221-19/+20
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-08-171-1/+1
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-10/+2
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-27581 Only fetch missing documents on update oplog entries during initialJudah Schvimer2017-07-111-14/+10
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-10/+6
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-3/+6
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-1/+1
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-161-1/+0
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-26/+15
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-1/+1
* SERVER-27938 Fix compile issues and typos in txn to opCtx renameMaria van Keulen2017-03-071-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-135/+139
* SERVER-27936 Fix yielding in handleDuplicateDbNameGeert Bosch2017-02-131-1/+1
* SERVER-26945 ReplSource::resyncDrop should not assume database name obtained ...Benety Goh2017-01-181-0/+5
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-4/+4
* SERVER-16363 Remove all volatile storage types from server source codeMark Benvenuto2016-12-291-8/+7
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-1/+2
* SERVER-24563 Fix race in check for DB names that differ in case onlyGeert Bosch2016-11-181-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