summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-0246-90/+96
* SERVER-33437 Make Decorables not type-erased.ADAM David Alan Martin2018-03-0220-258/+215
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-0226-233/+452
* SERVER-32638 Disable lock interruption for createIndex commandLouis Williams2018-03-021-0/+3
* SERVER-33569 Don't allowPartialResults for session refreshJason Carey2018-03-022-2/+0
* SERVER-33203 add benchmark canary testsRobert Guo2018-03-027-173/+368
* SERVER-32325 Snapshot readConcern support for insertsSiyuan Zhou2018-03-022-5/+14
* SERVER-27100 Optimize all-constant ExpressionObject to a constant.KevinCybura2018-03-022-7/+44
* SERVER-33620 ShardingTest::shardColl should assert enableSharding workedJack Mulrow2018-03-021-1/+1
* SERVER-33622 Make sure txnState is initialized in SessionMatthew Russotto2018-03-021-1/+1
* SERVER-33563 add RAII-style class to opt out of replication's use of Parallel...Benety Goh2018-03-026-40/+49
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-0233-251/+890
* SERVER-33299 Add support for timeouts to TransportLayerASIO SessionsJonathan Reams2018-03-029-135/+468
* SERVER-32742 Implement SHA-1, SHA-256, and HMAC crypto support with Windows B...Mark Benvenuto2018-03-023-16/+189
* SERVER-33579 Fix dependency error.Henrik Edin2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-0282-217/+126
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-0282-126/+217
* SERVER-33579 Use mobile storage engine as default for embedded and remove dep...Henrik Edin2018-03-024-7/+22
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-0282-217/+126
* SERVER-32741 Remove erroneous TODOsMaria van Keulen2018-03-023-3/+0
* SERVER-29807 Make CollectionRangeDeleter wait for w:majority after each rangeKevin Pulo2018-03-021-46/+54
* Import wiredtiger: f428c0667e73dddce9bc45e0924fdee64f1b1716 from branch mongo...Luke Chen2018-03-0220-198/+570
* SERVER-32821 Insert and remove support for multiversion unique index.nehakhatri52018-03-021-14/+23
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-0126-455/+71
* SERVER-33375 Use correct mutex in WiredTigerRecordStore::inShutdown and dtorGeert Bosch2018-03-012-7/+3
* SERVER-32843 Allow multiple times in OpObserversADAM David Alan Martin2018-03-0114-234/+430
* Revert "SERVER-33097 make shards put a request's databaseVersion on the Opera...Esha Maharishi2018-03-016-110/+99
* SERVER-33449 Seg fault at HMAC keys background thread during rollbackRandolph Tan2018-03-011-1/+3
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-0119-61/+61
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-0130-147/+553
* SERVER-33560 Remove deprecated Fixture function declarations from Google Benc...Robert Guo2018-03-012-6/+38
* SERVER-33097 make shards put a request's databaseVersion on the OperationShar...Esha Maharishi2018-03-016-99/+110
* SERVER-33547 remove backwards compatibility check for shardVersion on OSS in ...Esha Maharishi2018-03-011-12/+1
* SERVER-33510 Add shorthand syntax for $convertCharlie Swanson2018-03-013-7/+250
* SERVER-32436 Add virtual destructor to DurableViewCatalogChibuikem Amaechi2018-03-011-0/+1
* SERVER-33509 unpack applyOps commands on all storage engines during oplog app...Benety Goh2018-03-011-2/+1
* SERVER-33450 Remove dependancy on network for service_context so that lib can...Henrik Edin2018-03-0113-16/+36
* SERVER-33077 checkReplicatedDataHashes should provide more information if a c...Jonathan Abrahams2018-03-011-28/+69
* SERVER-32320 Push doTxn oplog entry generation into logOp on transaction commit.Matthew Russotto2018-03-0110-116/+298
* SERVER-32320 Make sharding doTxn back into applyOps temporarily.Matthew Russotto2018-03-013-19/+19
* SERVER-28684 Get rid of trivial usages of PublicGridCommand::passthroughKaloian Manassiev2018-03-014-108/+226
* SERVER-29908 Move some mongos commands to separate .cpp filesKaloian Manassiev2018-03-018-414/+547
* SERVER-33215 Remove unused references to opCtx in onCommit callbacks.Siyuan Zhou2018-02-281-54/+47
* SERVER-33503: Complete timestamping multikey updates for background index bui...Daniel Gottlieb2018-02-286-1/+170
* SERVER-32822 Support read from unique index with both old and new format entriesnehakhatri52018-03-013-41/+360
* SERVER-33383 Prevent internal replSetStepDown from racing with stepdown via h...Vesselina Ratcheva2018-02-284-2/+27
* SERVER-33109 add the mobile storage engine to dbtestsGabriel Russell2018-02-281-1/+4
* SERVER-33496: Stop timestamping collection drops.Daniel Gottlieb2018-02-283-166/+23
* SERVER-33159 don't assume all tables exist in storage engine after unclean sh...Kyle Suarez2018-02-287-6/+128
* SERVER-32636 Close outgoing connections to earlier binVersion serversMaria van Keulen2018-02-283-5/+20