summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-032-5/+11
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-032-24/+33
* SERVER-24273 added unit tests for repl::multiInitialSyncApplyBenety Goh2016-06-024-16/+152
* SERVER-22136 Attach term metadata to UpdatePosition commandSiyuan Zhou2016-06-0111-83/+124
* SERVER-24273 added unit tests for repl::multiApplyBenety Goh2016-06-016-4/+237
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-06-0119-132/+144
* SERVER-24292 SyncTail accepts optional writer thread pool at constructionBenety Goh2016-06-014-33/+46
* SERVER-24273 moved writeOpsToOplog to repl storage interfaceBenety Goh2016-06-0111-56/+183
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-0126-191/+179
* Revert "SERVER-24222 Update current known primary from command metadata"Eric Milkie2016-05-3119-135/+134
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2880-3612/+6257
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-283-0/+6
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-05-2719-113/+124
* SERVER-23905 Unify implementations of operation id assignment into ServiceCon...Andy Schwerin2016-05-272-3/+3
* SERVER-23905 Remove getNS() from OperationContext.Andy Schwerin2016-05-271-1/+1
* SERVER-23698 Removed ability to run replSetInitiate if not started as a repli...Judah Schvimer2016-05-2710-280/+63
* SERVER-22244 Restart initial sync on sync source rollbackJudah Schvimer2016-05-266-1/+570
* SERVER-24292 repl::multiApply uses external thread poolBenety Goh2016-05-265-21/+35
* SERVER-23308 integrated repl::multiApply into data replicatorBenety Goh2016-05-2418-51/+247
* SERVER-24277 Increase sleep duration in rsSyncApplyStopRandolph Tan2016-05-241-1/+1
* SERVER-24264 SERVER-23973 Replace calls to verify() in ConnectionString with ...Spencer T Brody2016-05-241-0/+1
* SERVER-23905 Move writesAreReplicated flag from OperationContextImpl to Opera...Andy Schwerin2016-05-244-121/+5
* SERVER-23095 Remove direct instantiations of OperationContextReplMockAndy Schwerin2016-05-2414-76/+96
* SERVER-23973 Make config servers send their ConnectionString correctly when s...Spencer T Brody2016-05-234-0/+66
* clean up unnecessary function calls in writeOpsToOplogEric Milkie2016-05-231-3/+0
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-233-33/+10
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-234-30/+6
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-204-9/+10
* SERVER-23308 added initial sync tests for handing failed updates on missing d...Benety Goh2016-05-202-0/+23
* SERVER-23933 Remove OpDebug from ops/update.cpp::update()James Wahlin2016-05-193-9/+4
* SERVER-22030 abort if oplog is uncapped when starting in repl modeEric Milkie2016-05-192-0/+19
* SERVER-22645 add new _configsvrAddShard commandEsha Maharishi2016-05-182-0/+11
* SERVER-22291 fixed _requestRemotePrimaryStepdown replSetStepDown commandJudah Schvimer2016-05-171-1/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-1717-21/+40
* SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB dura...Andy Schwerin2016-05-173-13/+10
* SERVER-23308 restored missing document fetching functionality for legacy init...Benety Goh2016-05-173-17/+18
* SERVER-23826 SERVER-24147 Do not construct MemberState with out-of-bounds valuesAndrew Morrow2016-05-162-6/+22
* SERVER-24005 Pass batches of DocWriters all the way down to the RecordStoreMathias Stearn2016-05-091-2/+1
* SERVER-24005 Allow getNextOpTime() to hand out batches of OpTimesMathias Stearn2016-05-091-63/+54
* SERVER-24084 Gracefully handle errors inside ReplicationCoordinatorExternalSt...Randolph Tan2016-05-091-1/+11
* SERVER-23134 removed QueryFetcherBenety Goh2016-05-063-35/+21
* SERVER-23765 Update config string of shardIdentity documentRandolph Tan2016-05-056-0/+28
* SERVER-24028 remove useless type qualifier in is_master_responseJudah Schvimer2016-05-041-4/+4
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-2/+0
* SERVER-23660 Implement scatter gather runner to scan all nodes for highest op...Siyuan Zhou2016-05-024-0/+477
* SERVER-23919 gather all collection names at the start of initial syncEric Milkie2016-05-021-46/+80
* SERVER-8858 add optime and optimeDate to isMaster responseJudah Schvimer2016-05-024-0/+197
* SERVER-23496 adding ShardLocal class, child class of ShardDianna Hohensee2016-04-271-0/+6
* SERVER-22775 integrated OplogFetcher into BackgroundSyncBenety Goh2016-04-263-350/+241
* SERVER-23814 Add sharding state initialization to secondariesRandolph Tan2016-04-261-1/+0