summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32646 CommandHelpersBilly Donahue2018-01-167-64/+68
* SERVER-29200 add OplogEntry::getRawObjSizeBytes()Benety Goh2018-01-164-19/+23
* SERVER-30815 Add some missing LIBDEPS edgesAndrew Morrow2018-01-131-0/+1
* SERVER-29078 Eliminate use of memberHeartbeatData in replication_coordinator_...Matthew Russotto2018-01-127-246/+327
* SERVER-28290 Stepping down due to a higher term seen in a heartbeat should no...Siyuan Zhou2018-01-124-39/+25
* SERVER-32432 Race condition causes seg fault in ReplicationCoordinatorExterna...Siyuan Zhou2018-01-121-2/+8
* SERVER-30815 Refactor libraries to reduce cyclesAndrew Morrow2018-01-101-13/+8
* SERVER-30283 Fix integer overflow in PingStats::hit()Chibuikem Amaechi2018-01-092-20/+26
* SERVER-32284 add minSnapshot to failed WC message in ReplicationCoordinator::...Benety Goh2018-01-091-1/+1
* SERVER-32162 Remove non-atomic (push-based replication) support from doTxn.Matthew Russotto2018-01-083-251/+66
* SERVER-32255 Ensure UUIDs exist for local collections on ShardServersMaria van Keulen2018-01-042-23/+26
* SERVER-30815 Add some missing libdeps edges currently acquired via serveronlyAndrew Morrow2018-01-041-2/+11
* SERVER-31734 eliminate non-Status DBException constructorMathias Stearn2018-01-041-1/+1
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-043-11/+7
* SERVER-32188 SERVER-32187 Have secondaries apply timestamps to commandsJudah Schvimer2018-01-034-3/+155
* SERVER-32479 Make all library names uniqueAndrew Morrow2017-12-291-3/+2
* SERVER-32210 logOp should uassert, not fassert when not primary.Andy Schwerin2017-12-281-2/+2
* SERVER-32098 add renameCollectionForRollback.hbdeBenety Goh2017-12-221-18/+5
* SERVER-29602 New OpObserverRegistry to allow multiple observersGeert Bosch2017-12-213-2/+8
* SERVER-32162 Create a doTxn commandMatthew Russotto2017-12-204-0/+901
* SERVER-32274 Never timestamp applyOps writes on standalonesJudah Schvimer2017-12-181-9/+38
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-1420-402/+304
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2017-12-1316-1014/+120
* SERVER-30926 Add timestamps to writes to minValid documentJudah Schvimer2017-12-1315-65/+190
* SERVER-32202 Do not clear the cached sharding filtering information on replic...Kaloian Manassiev2017-12-121-6/+0
* SERVER-29482 Fix ODR violation in databases_cloner.hSara Golemon2017-12-122-11/+5
* SERVER-29478 Fix ODR violation in database_clonerSara Golemon2017-12-111-6/+1
* SERVER-32238 Revert erroneous high error codesMatthew Russotto2017-12-111-1/+1
* SERVER-32226: Have the oldest timestamp track the last applied optime during ...Daniel Gottlieb2017-12-111-0/+5
* SERVER-29476 Fix ODR violation in fetcherSara Golemon2017-12-082-0/+2
* SERVER-32178 Do not use IDL on oldest oplog entryJudah Schvimer2017-12-062-8/+67
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-064-24/+20
* SERVER-32021 Remove unused header _updateOpTimesFromHeartbeat_inlockVesselina Ratcheva2017-12-061-10/+0
* SERVER-29844 Prefers a priority takeover if the current node has highest prio...Pavithra Vetriselvan2017-12-055-18/+113
* SERVER-32159 fix typo in sync_tail.cpp fillWriterVectorsAndLastestSessionReco...Judah Schvimer2017-12-041-2/+2
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-048-81/+79
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-018-81/+82
* Revert "Trivial lint fix of 7dc61c0f0c0160ad6cba831a0e12bef501ef3ad5"Kaloian Manassiev2017-12-012-5/+6
* Trivial lint fix of 7dc61c0f0c0160ad6cba831a0e12bef501ef3ad5Billy Donahue2017-12-012-6/+5
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-018-82/+81
* SERVER-32114 remove RollbackProgressJudah Schvimer2017-11-303-257/+0
* SERVER-32114 remove RollbackFixUpInfoJudah Schvimer2017-11-307-2163/+0
* SERVER-32114 remove RollbackCommonPointResolverJudah Schvimer2017-11-304-1151/+0
* SERVER-30457: Fix lint.Daniel Gottlieb2017-11-301-1/+1
* SERVER-32106 Don't lookup collection from catalog when applying optype 'n' op...Randolph Tan2017-11-301-5/+9
* SERVER-30457 cancel catchup takeover if primary is caught upPavithra Vetriselvan2017-11-292-11/+43
* SERVER-31990 drop indexes before renaming collections in rollback via refetchJudah Schvimer2017-11-292-16/+75
* SERVER-31662 Initialize rollback id to 1 and log when it changesWilliam Schultz2017-11-288-37/+93
* SERVER-30626 Replace class TopologyCoordinator::Role with enum class for simp...Matthew Russotto2017-11-288-253/+213
* SERVER-30626 Remove TopologyCoordinator interface.Matthew Russotto2017-11-2814-403/+992