summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36463 bypass validation of dummy signatures for isMaster on the unauth...r3.6.7-rc0Misha Tyulenev2018-08-145-3/+24
* SERVER-32148 Make NamespaceNotFound an acceptable error for emptyCapped and c...Chibuikem Amaechi2018-08-133-6/+42
* SERVER-33243 Improve logging when a node changes its sync sourceSiyuan Zhou2018-08-131-3/+11
* SERVER-35246 Ignore NamespaceNotFound errors when running collMod during chec...Samy Lanka2018-08-131-4/+13
* Revert "SERVER-35239 AwaitData cursor must handle getMore from client with hi...Samy Lanka2018-08-132-28/+7
* Import wiredtiger: 0d4bc746f2221de7c9d08d7750ec85ba77691d31 from branch mongo...Luke Chen2018-08-135-2/+88
* SERVER-36083 Added evergreen variant with enableMajorityReadConcern set to fa...Suganthi Mani2018-08-093-9/+37
* SERVER-35058 Do not rely only on heartbeats to signal secondary positions in ...Vesselina Ratcheva2018-08-093-50/+196
* SERVER-35239 AwaitData cursor must handle getMore from client with higher las...Samy Lanka2018-08-092-7/+28
* SERVER-27725 Use batch insert when migrating chunksCheahuychou Mao2018-08-085-63/+70
* SERVER-36225 Do not hold replication mutex when calling getMinValidTess Avitabile2018-08-081-8/+11
* SERVER-36448 Disable election handoff in continuous stepdown suitesVesselina Ratcheva2018-08-071-1/+5
* SERVER-35624 Enable election handoff by defaultVesselina Ratcheva2018-08-071-2/+2
* SERVER-35623 Send a replSetStepUp command to an eligible candidate on stepdownVesselina Ratcheva2018-08-072-0/+46
* SERVER-35623 Add function for choosing node to step up for election handoffVesselina Ratcheva2018-08-073-4/+272
* SERVER-35113 Allow single voting primaries to advance stable timestamp even w...Judah Schvimer2018-08-072-0/+16
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-08-0724-188/+290
* SERVER-35766 Prevent stepdowns from interrupting database commandsVesselina Ratcheva2018-08-061-2/+10
* SERVER-33245 add unit test for primary step down during mapReduceBenety Goh2018-08-032-2/+246
* SERVER-33245 remove unnecessary ScopeGuard for dropTempCollections() from map...Benety Goh2018-08-031-10/+8
* SERVER-33245 propagate Database::dropCollection() errors when dropping tempor...Benety Goh2018-08-031-2/+2
* SERVER-33245 improve PrimarySteppedDown and State destructor error messages i...Benety Goh2018-08-031-13/+25
* SERVER-35180 Safeguard from setting operation session info values while in a ...Blake Oler2018-08-012-2/+29
* SERVER-35663 Remove clusterTime >= operationTime invariantJack Mulrow2018-07-311-2/+2
* SERVER-34843 Compute operationTime before $clusterTimeJack Mulrow2018-07-312-180/+140
* SERVER-35951 Fix to prevent race between repl set unfreeze and _startElectSel...Suganthi Mani2018-07-307-17/+229
* SERVER-35967 Ban explain() on $sample when storage engine supports random cur...Ian Boros2018-07-304-12/+38
* SERVER-36239: MatchExpression parser should reject a $text query that is not ...Nick Zolnierz2018-07-302-0/+29
* SERVER-35377 use lastAppliedOpTime when there is clientTime available in oper...Misha Tyulenev2018-07-271-0/+4
* SERVER-36248 Do not reject sessions in FCV 3.4Misha Tyulenev2018-07-261-10/+17
* SERVER-36232 Fix an error in the loop which would have caused extra retry and...Kaloian Manassiev2018-07-261-1/+1
* SERVER-34558 Add server status for transport security protocol versionsMark Benvenuto2018-07-265-0/+133
* SERVER-28389 Pass CallbackCanceled error down to scatter-gather runner algori...Samy Lanka2018-07-255-7/+119
* SERVER-36232 Ensure chunk migration commit and the subsequent refresh are cau...Kaloian Manassiev2018-07-251-36/+49
* SERVER-36132 Invariant that chunk migration is actually reflected in the meta...Kaloian Manassiev2018-07-251-0/+17
* SERVER-35658 Check for rollback at end of each session migration batchMatthew Saltz2018-07-244-20/+62
* SERVER-32907 Make resmoke pass TestData.setParameters to mongo shell as a Jav...William Schultz2018-07-241-27/+17
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-2412-31/+213
* SERVER-35086 empty collMod oplog entry mimics upgradeseantao972018-07-231-2/+15
* SERVER-32302 Make mutablebson cache total field sizeMathias Stearn2018-07-232-54/+115
* SERVER-32302 Use a table to compute the size of each BSONElementMathias Stearn2018-07-231-56/+69
* SERVER-32302 Compute BSONElement sizes eagerlyMathias Stearn2018-07-234-155/+32
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-07-2317-57/+119
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-2318-54/+155
* SERVER-35032 Make ASIOSession work with Status over std::error_codeJonathan Reams2018-07-233-32/+39
* SERVER-26150 add retryOnNetworkError to assertAuthenticateGabriel Russell2018-07-231-6/+13
* SERVER-33857 call wrap getRedactedCopyForLogging() calls with redact()Gabriel Russell2018-07-231-5/+6
* SERVER-32639 skip signing and validating clusterTime in arbitersMisha Tyulenev2018-07-208-23/+70
* SERVER-34129 Don't hold database or collection locks during oplog truncationXiangyu Yao2018-07-201-20/+30
* SERVER-33191 guard mongo test program startup options against duplicate wired...Benety Goh2018-07-201-4/+8