summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22411 Add stub implementation of ASIO SChannel integrationMark Benvenuto2018-02-1524-252/+1031
* SERVER-32373 building android targets as TARGET_OS=androidGabriel Russell2018-02-1555-40/+2618
* SERVER-32644 only the begining of the protocol messages must be at least 4 bytesGabriel Russell2018-02-151-3/+3
* SERVER-32880 create onMigrateBeginOnPrimary helperPavithra Vetriselvan2018-02-143-14/+33
* SERVER-33200 add entry point for Benchmark testsRobert Guo2018-02-144-3/+62
* SERVER-33004 Add two-phase locking for shared locks for snapshot readsTess Avitabile2018-02-146-11/+115
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-1428-669/+460
* Revert "SERVER-33081 Reset KeysCollectionManager during rollback properly"Randolph Tan2018-02-144-44/+9
* SERVER-29484 Remove `using std::` forms in headers.ADAM David Alan Martin2018-02-143-16/+6
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-1482-314/+223
* SERVER-33293 Remove `mongo/util/conccurency/mapsf.h`.ADAM David Alan Martin2018-02-141-96/+0
* SERVER-33324 Add useSnapshotReads option to benchRunTess Avitabile2018-02-142-24/+68
* SERVER-32233 Ensure electionId is increasing per iterationChibuikem Amaechi2018-02-141-14/+15
* SERVER-33081 Reset KeysCollectionManager during rollback properlyRandolph Tan2018-02-144-9/+44
* SERVER-33214 ServiceEntryPointCommonBilly Donahue2018-02-148-2135/+1318
* SERVER-32888 Set a default oplog size for replica sets started by resmoke.pyEddie Louie2018-02-1413-12/+3
* SERVER-31562 Archival for test failures from suites not using a resmoke fixtureJonathan Abrahams2018-02-1410-45/+37
* SERVER-33290 Remove ReplicationCoordinatorExternalState::multiSyncApplyJudah Schvimer2018-02-145-18/+0
* SERVER-33290 Remove DataReplicatorExternalState::_multiSyncApplyJudah Schvimer2018-02-145-19/+0
* SERVER-33288 log uuid in validateJudah Schvimer2018-02-141-3/+7
* SERVER-32953 Log a deprecation warning when the maxScan find option is used.David Storch2018-02-141-0/+5
* SERVER-32912 Blacklist kill_pinned_cursor.js from sharding_last_stable_mongos...Bernard Gorman2018-02-141-0/+1
* SERVER-33314 Modify cannot_create_system_dot_indexes.js and indexes_on_indexe...Tess Avitabile2018-02-142-4/+9
* SERVER-29966 ensure lastOpApplied doesn't change during secondary batch appli...Kyle Suarez2018-02-141-3/+13
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-14166-248/+251
* SERVER-32951 Add lib for embedded options where we can have a different set o...Henrik Edin2018-02-1422-112/+517
* SERVER-32886 Remove unnecessary sleeps during chunk migrationjannaerin2018-02-134-14/+41
* Revert "SERVER-33093 include unready indexes for rebuilding when reconciling ...Siyuan Zhou2018-02-131-12/+10
* SERVER-33255 clean up TransportLayer APIMathias Stearn2018-02-1329-2335/+300
* SERVER-32922 All OSX builds need and openssl_pre_1.0 gotooltagRamon Fernandez2018-02-131-1/+1
* SERVER-28090 add ability to interrupt pinned cursors on mongosIan Boros2018-02-138-35/+150
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-1328-340/+193
* SERVER-33043 Only setFCV should take the fcvLock (ResourceMutex) in exclusive...Dianna Hohensee2018-02-134-3/+9
* SERVER-33093 include unready indexes for rebuilding when reconciling catalogKyle Suarez2018-02-131-10/+12
* SERVER-33093 rebuild all indexes in one pass in openCatalog()Kyle Suarez2018-02-131-4/+25
* SERVER-32776 ReplicationCoordinator::prepareReplMetadata no longer requires O...Benety Goh2018-02-1310-19/+9
* SERVER-33172: Add onNull parameter to $dateToStringNick Zolnierz2018-02-136-976/+1179
* SERVER-33267 Strip unused ssl codeMark Benvenuto2018-02-1318-2581/+0
* SERVER-33267 Create classes that implement asio::stream conceptMark Benvenuto2018-02-1338-7/+5463
* SERVER-33058 Add onTransactionCommit and onTransactionAbort opObserversMatthew Russotto2018-02-136-0/+35
* SERVER-33076 Rollback to checkpoint should set OplogTruncateAfterPoint to doc...Judah Schvimer2018-02-135-24/+96
* Revert "SERVER-33706 Rollback to checkpoint should set OplogTruncateAfterPoin...Judah Schvimer2018-02-135-96/+24
* SERVER-32989 prevents `repairDatabase` race with `dropDatabase`Judah Schvimer2018-02-132-3/+16
* SERVER-33706 Rollback to checkpoint should set OplogTruncateAfterPoint to doc...Judah Schvimer2018-02-135-24/+96
* Revert "SERVER-29908 Create skeleton libraries for the sharding subsystem"Kaloian Manassiev2018-02-1315-168/+279
* SERVER-32776 ReplicationProcess::getRollbackID() no longer reads from storage...Benety Goh2018-02-138-40/+21
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-1315-279/+168
* SERVER-32368 do not perform UUID check against a shard's config cache in the ...Esha Maharishi2018-02-133-30/+59
* SERVER-30911: Timestamp index build start and completion.Daniel Gottlieb2018-02-1314-26/+265
* SERVER-32776 add ReplicationProcess::refreshRollbackID()Benety Goh2018-02-134-5/+48