summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35418 Allow specifying CAs for incoming and outgoing connections separ...Sara Golemon2018-08-295-39/+112
* SERVER-36662 Delete UpdateNotifier.David Storch2018-08-2922-243/+52
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-2965-999/+218
* SERVER-36613 Remove PyYaml depedency in configExpandRest testsSara Golemon2018-08-291-2/+12
* SERVER-36306 Add FSM workloads that run transactions workloads with all threa...jannaerin2018-08-282-3/+19
* SERVER-36906 Connection state now allowed to be kConnectionStateUnknownBen Caimano2018-08-281-4/+0
* SERVER-36899 Accept new 'startAfter' option in watch() helpersCharlie Swanson2018-08-283-48/+34
* SERVER-36130 Verify shardId rather than connection string during migrationjannaerin2018-08-282-3/+6
* SERVER-36736 Avoid doing work in Client lock when destroying OperationContext...Matthew Russotto2018-08-281-5/+10
* SERVER-36725 force periodic_runner_impl_test to call tearDownJason Carey2018-08-281-0/+13
* SERVER-36332 write to primary from secondary in LogicalSessionsCache for Repl...Misha Tyulenev2018-08-283-67/+39
* SERVER-36758 Remove second write to advance commit point on secondaries in Re...Tess Avitabile2018-08-281-6/+0
* SERVER-36299 Ensure that dbclient_cursor_test clears last sent message in bet...William Schultz2018-08-281-0/+4
* SERVER-13201 support $out to foreign databaseKyle Suarez2018-08-283-10/+31
* SERVER-35222 Make sure that SessionsCollectionConfigServer will shard config....Randolph Tan2018-08-281-1/+1
* SERVER-36266: Add fsync auth privilege requirement to $backupCursor.Daniel Gottlieb2018-08-271-2/+2
* SERVER-36718 Add forceValidationWithFeatureCompatibilityVersion to collection...Xiangyu Yao2018-08-271-0/+2
* SERVER-36781 Initialize _execContext in $mergeCursors stageCharlie Swanson2018-08-271-1/+1
* SERVER-36424 Enforce uniqueKey is unique enoughCharlie Swanson2018-08-277-0/+102
* SERVER-36883 lock oplog for non-doc-locking storage enginesEric Milkie2018-08-271-2/+18
* SERVER-36613 Add REST driven config file expansionSara Golemon2018-08-279-49/+492
* SERVER-36892 Call waitForMovePrimaryCriticalSectionSignal() in onDbVersionMis...Esha Maharishi2018-08-271-11/+9
* SERVER-36755 CollectionLock acquisition in shard_filtering_metadata_refresh.c...Esha Maharishi2018-08-273-33/+39
* SERVER-36755 CollectionLock acquisition in shard_filtering_metadata_refresh.c...Esha Maharishi2018-08-275-21/+29
* SERVER-36474 Cannot initiate a replica set if free monitoring is disabled at ...Mark Benvenuto2018-08-271-1/+5
* SERVER-35763 lastWriteDate field can get out of sync between repl set nodes d...Randolph Tan2018-08-271-9/+1
* SERVER-36015 Update sync_tail_test.cpp to use the createIndexes oplog entry r...Dianna Hohensee2018-08-274-67/+90
* SERVER-36757 Generate and extract mongoebench-compatible JSON config files to...Jonathan Abrahams2018-08-271-3/+3
* Import wiredtiger: 63b8cf2e0b786296f5b99c363e604a3348299c06 from branch mongo...Luke Chen2018-08-2742-517/+1194
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-2626-181/+215
* SERVER-36846 TransactionsMetrics unit test should sleep when trying to assert...William Schultz2018-08-241-0/+8
* SERVER-13455 Add new configuration option for mongod to allow separate journa...Dewal Gupta2018-08-2416-30/+225
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-2420-187/+316
* SERVER-35657 Do not delay journal flushes when operations are waiting for opl...Louis Williams2018-08-242-8/+22
* SERVER-35337 Implement/test existence and null comparison queries using "allP...samontea2018-08-2410-140/+367
* SERVER-35643 Allow atClusterTime when enableTestCommands is falseCheahuychou Mao2018-08-244-16/+0
* SERVER-36534 don't acquire locks on oplog when writing oplog entriesEric Milkie2018-08-246-15/+20
* SERVER-35616 Do not allow afterClusterTime reads before oplog existsTess Avitabile2018-08-243-2/+17
* SERVER-35954 Default uniqueKey to document key for sharded collectionCharlie Swanson2018-08-2410-32/+79
* SERVER-35905 Add logic to detect when $out is eligible for an exchangeCharlie Swanson2018-08-2426-106/+1725
* Revert "SERVER-36280 Create a feature tracker bit indicating the existence of...Eric Milkie2018-08-2315-153/+28
* SERVER-36768 Use namespace orphan for the recovered orphaned collectionsXiangyu Yao2018-08-235-11/+27
* SERVER-36094 Make query by UUID work for DBClient.Matthew Russotto2018-08-237-6/+144
* SERVER-36288: Adjust required $out authz privileges based on modeNick Zolnierz2018-08-231-2/+19
* SERVER-36568 Avoid unique index upgrade at secondary on an empty collMod with...nehakhatri52018-08-241-3/+8
* SERVER-36714 update DocumentSourceOutReplaceColl::initializeWriteNs to use cr...Dianna Hohensee2018-08-233-15/+41
* SERVER-34864 FTDC should ignore irrelevant schema changesMark Benvenuto2018-08-239-32/+257
* SERVER-35814 ensure that prepareTransaction waits for writeConcernPavi Vetriselvan2018-08-234-0/+41
* SERVER-36766 Addd import/export macros for embedded librariesAndrew Morrow2018-08-235-53/+201
* SERVER-35782 Repair should move aside unsalvagable data files and create empt...Louis Williams2018-08-2310-115/+328