summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33922 Remove nestingLevel from SessionCatalog, check for DBDirectClien...Spencer T Brody2018-03-206-54/+190
* SERVER-32824 Incorrect interpreterVersion() reported in mongo shellBen Caimano2018-03-201-1/+1
* SERVER-29051 create data files during rollback via recover to timestampKyle Suarez2018-03-205-64/+876
* SERVER-33743 Use all_committed to set lastApplied on primary nodesJudah Schvimer2018-03-2013-10/+79
* SERVER-33935 add clusterAuthMode option to TestDataRobert Guo2018-03-202-8/+27
* SERVER-33354 Add snapshot read support for additional commandsJames Wahlin2018-03-207-42/+53
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-2026-264/+37
* SERVER-30879: check for write concern errors on assert.commandWorkedDavid Bradford2018-03-201-16/+29
* SERVER-32335 SyncTail increments fetched document counter only when a documen...Benety Goh2018-03-202-6/+9
* SERVER-32335 multiInitialSyncApply stops accepting fetchCountBenety Goh2018-03-206-33/+28
* SERVER-33669 Stepdown and shutdown should abort all uncommitted transactionsTess Avitabile2018-03-2015-53/+48
* SERVER-33514 Use the common sharding commands machinery for listCollections a...Kaloian Manassiev2018-03-193-75/+102
* SERVER-33206 Create MovePrimarySourceManager and add clone commandBlake Oler2018-03-195-0/+337
* SERVER-32335 ReplicationCoordinatorExternalStateImpl uses OplogApplier::Obser...Benety Goh2018-03-191-4/+29
* SERVER-32335 SyncTail notifies OplogApplier::Observer on fetching and inserti...Benety Goh2018-03-191-0/+5
* SERVER-30464 edit startup warning when replset member started as standaloneKyle Suarez2018-03-191-3/+10
* SERVER-33919 remove SyncTail::syncApply() overloadBenety Goh2018-03-195-280/+86
* SERVER-32191 Prevent overflow during optimization of $skip.KevinCybura2018-03-192-4/+41
* SERVER-33551 Switch Pipeline to use session interface to determine if in a tr...Matthew Russotto2018-03-194-48/+50
* SERVER-33919 makeOplogEntry() in SyncTailTest now accepts op type and uuidBenety Goh2018-03-191-86/+44
* SERVER-33929 Remove ChunkRangeMap from the chunk manager.Martin Neupauer2018-03-192-155/+64
* SERVER-31802 Provide a better error message if an operator starts a server wi...Andy Schwerin2018-03-191-0/+11
* Import wiredtiger: cce16aa64e85274253a01be778734bff8d6bba06 from branch mongo...Luke Chen2018-03-193-10/+14
* SERVER-33945 Update MustUpgrade commentMaria van Keulen2018-03-181-3/+3
* SERVER-33928 Don't assert system.indexes or system.namespaces have UUIDsMaria van Keulen2018-03-186-18/+25
* SERVER-22412 Implement a secure transport ASIO backendSara Golemon2018-03-1716-20/+1870
* SERVER-33542 Avoid timing out cursor between batchesCharlie Swanson2018-03-161-3/+8
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-1617-275/+24
* SERVER-33758 Remove logUserIdsBen Caimano2018-03-168-203/+75
* SERVER-19410 Add maxTimeMS support to mongosCharlie Swanson2018-03-165-19/+90
* SERVER-33881 move members from Command to BasicCommandBilly Donahue2018-03-166-183/+137
* Import tools: 636c8d0a8e320b345c74d700b1228fd7b2cc7efc from branch masterKelsey Schubert2018-03-168-13/+23
* SERVER-33167 Reset last opTimes from oplog after performing recoverable rollbackVesselina Ratcheva2018-03-166-11/+47
* SERVER-33562 Move FeatureCompatibilityVersion::kCollection/kDatabase into nam...Dianna Hohensee2018-03-1617-136/+123
* SERVER-32885 Overlap chunk clone application on the donor with fetching docum...Blake Oler2018-03-164-29/+238
* SERVER-22411 SChannel CA and CRL supportMark Benvenuto2018-03-161-3/+197
* Revert "SERVER-32885 Overlap chunk clone application on the donor with fetchi...Blake Oler2018-03-164-238/+29
* SERVER-32885 Overlap chunk clone application on the donor with fetching docum...Blake Oler2018-03-164-29/+238
* SERVER-33861 WriteCommand::InvocationBilly Donahue2018-03-162-24/+149
* SERVER-16802 SERVER-28981 Balancer consider shards and collections in random ...Kevin Pulo2018-03-167-17/+77
* SERVER-33846: Set oplog visibility synchronously on secondaries, at the end o...Daniel Gottlieb2018-03-1521-20/+104
* SERVER-33798 Fail atClusterTime reads at times newer than the current cluster...Spencer T Brody2018-03-151-7/+21
* SERVER-33789 Only retry operations with txnNumber if retryWrites=true.Max Hirschhorn2018-03-151-1/+5
* SERVER-33591 Cleanup interaction of write concerns and transactionsSiyuan Zhou2018-03-156-162/+54
* SERVER-33026 SyncSourceFeedback request should have a timeoutWilliam Schultz2018-03-154-29/+95
* SERVER-33734 Improve jsTestLog filterabilityJudah Schvimer2018-03-151-1/+3
* SERVER-31802 Remove last mention of master-slave from ReplicationCoordinatorI...Andy Schwerin2018-03-151-7/+1
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-1544-783/+48
* SERVER-33698 batchSize:0 snapshot reads must allocate a WiredTiger transactionJames Wahlin2018-03-151-31/+52
* SERVER-33842: updateUser must return UserNotFoundSpencer Jackson2018-03-151-5/+8