summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49826 Enable OCSP stapling on OpenSSL 1.0.1Spencer Jackson2020-08-041-7/+22
* SERVER-50047 add debug logging to investigate moveChunk when source == destin...Misha Tyulenev2020-08-041-0/+29
* SERVER-48861 Add arithmetic expressions to grammarTed Tuckman2020-08-0410-1850/+3238
* SERVER-49789 Make tenant migration donor use a StreamableReplicaSetMonitor to...Luis Osta2020-08-0412-25/+234
* SERVER-50064 Make recursion depth thread-local in ServiceExecutor testsAmirsaman Memaripour2020-08-043-16/+14
* SERVER-49157 Make TransportLayer reference a specific WireSpecAmirsaman Memaripour2020-08-049-14/+27
* SERVER-49730: Replace usages of waitForDrainFinishXueruiFa2020-08-0411-98/+2
* SERVER-48543 Improve serialization format to avoid delta oplog exceeding max ...Arun Banala2020-08-0412-195/+352
* SERVER-49676: Coverity analysis defect 115809: Uninitialized scalar fieldXueruiFa2020-08-041-1/+1
* SERVER-50077 Set unsharded shard version on collection creation only on prima...Marcos José Grillo Ramírez2020-08-042-9/+27
* SERVER-49976 Cleanup database cache on shard removalTommaso Tocci2020-08-0411-40/+152
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-0430-70/+581
* SERVER-49378 List Commands includes API Version InfoPV992020-08-041-0/+2
* SERVER-48312 Update the Execution Architecture Guide to remove parts referenc...Gregory Wlodarek2020-08-041-7/+3
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-0452-367/+96
* SERVER-43774 ShardingTest should initiate all of its ReplSetTest shard instan...Haley Connelly2020-08-032-36/+148
* SERVER-48206 Check process exit codes when stopping nodes in replsettest.jsAli Mir2020-08-032-6/+13
* SERVER-50012 Use PeriodicRunner for the certificate expiration monitorGabriel Marks2020-08-037-46/+46
* SERVER-49130 Logging certificate information on startup for LinuxMina Mahmood2020-08-033-40/+218
* SERVER-49547 ephemeralForTest needs to keep track of the available history fo...Bynn Lee2020-08-035-18/+363
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-0323-50/+103
* SERVER-47608 Flow Control architecture guideEric Milkie2020-08-031-1/+82
* SERVER-50043 Remove Framework build vestiges from embeddedAndrew Morrow2020-08-034-32/+5
* SERVER-49181 Make writes call MigratingTenantAccessBlocker::checkIfCanWriteOr...Cheahuychou Mao2020-08-0312-28/+223
* SERVER-49176 Make op observer for "commit" and "abort" writes update Migratin...Cheahuychou Mao2020-08-035-25/+79
* SERVER-49214: Add $toHashedIndexKey expression.Kshitij Gupta2020-08-036-0/+140
* SERVER-48678 Create IDL definitions for resharding durable stateBlake Oler2020-08-036-0/+320
* Import wiredtiger: 91b5d984b963379e2a9bb0cf0b048d3720202a1c from branch mongo...Luke Chen2020-08-032-3/+23
* SERVER-48815 Create TenantAllDatabaseClonerVesselina Ratcheva2020-08-038-17/+816
* SERVER-49800 fix use-after-move violations in queryBenety Goh2020-08-0210-15/+16
* SERVER-49800 fix use-after-move violations in shardingBenety Goh2020-08-023-5/+7
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-0236-141/+128
* SERVER-49800 fix use-after-move violations in service archBenety Goh2020-08-013-5/+7
* SERVER-49800 fix use-after-move violations in testsBenety Goh2020-08-0110-29/+28
* SERVER-49800 remove unnecessary std::move() callsBenety Goh2020-08-017-25/+12
* SERVER-49301 remove startingAfterUncleanShutdown decoratorBenety Goh2020-08-015-96/+0
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-08-015-8/+16
* SERVER-49301 StorageEngine::loadCatalog() accepts previous shutdown state rat...Benety Goh2020-08-016-19/+30
* SERVER-48264 Don't invariant when task is cancelled by the executorRandolph Tan2020-08-011-16/+34
* SERVER-50049 assert.soonNoExcept() should not access TestData.traceExceptions...Suganthi Mani2020-07-311-12/+21
* Revert "SERVER-49547 ephemeralForTest needs to keep track of the available hi...Bynn Lee2020-07-315-365/+17
* SERVER-49239 Clean up lifetime of PrimaryOnlyService::Instance objects.Spencer T Brody2020-07-312-7/+19
* SERVER-49239 Start running PrimaryOnlyService instances when they are created.Spencer T Brody2020-07-314-40/+62
* SERVER-49239 Move ownership of TaskExecutor up to PrimaryOnlyService, out of ...Spencer T Brody2020-07-314-84/+82
* SERVER-49935 Add startup method to ReplicaSetAwareService interfaceSpencer T Brody2020-07-317-2/+41
* SERVER-49239 Simplify PrimaryOnlyService API by pushing responsibility for al...Spencer T Brody2020-07-313-134/+83
* SERVER-49270: Set minWireVersion based on FCV and refactor protocol testsGrace Luong2020-07-314-128/+154
* SERVER-47287 Execution Architecture Guide: Read OperationsLouis Williams2020-07-312-10/+67
* SERVER-49301 StorageEngineImpl::reconcileCatalogAndIdents() accepts policy fo...Benety Goh2020-07-318-19/+48
* SERVER-49023 Implement validation error generation for logical query operatorsMihai Andrei2020-07-316-59/+613