summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49072 Created SE decorations, rewrote SEPI start/shutdown of SEsserver-49072Reo Kimura2020-08-0718-83/+105
* SERVER-47845 Clean up structure and readability of stable optime calculation ...William Schultz2020-07-172-68/+62
* SERVER-48816 Make a TenantDatabaseCloner skeleton classVesselina Ratcheva2020-07-179-14/+638
* SERVER-48877 Create an APIParameters classPV992020-07-174-10/+87
* SERVER-48721 Correct ticket number in TODO commentJustin Seyster2020-07-171-1/+1
* SERVER-48717 Implement the persist/recover functionalities of the VectorClock...Pierlauro Sciarelli2020-07-164-16/+19
* SERVER-49131 SSL Info logging for WindowsGabriel Marks2020-07-161-6/+77
* SERVER-49055 Report additional usage metrics from Biggie in the 'serverStatus...Yuhong Zhang2020-07-162-20/+110
* SERVER-48717 Implement the persist/recover functionalities of the VectorClockPierlauro Sciarelli2020-07-167-41/+445
* SERVER-47922 remove unused embedded options helpersGabriel Russell2020-07-163-130/+0
* SERVER-49548 Convert ServiceExecutor to use unique_functionBen Caimano2020-07-166-15/+18
* SERVER-39562 Repair should handle duplicate unique index keysFaustoleyva542020-07-164-1/+121
* SERVER-48733 Update expectedPrimaryNodeId parameter in awaitNodesAgreeOnPrimaryAli Mir2020-07-161-7/+12
* SERVER-47845 Remove usage of ReplicationCoordinator::DataConsistency typeWilliam Schultz2020-07-1618-138/+74
* SERVER-48641 SERVER-48689 Yield session in migration destination driver when ...Jack Mulrow2020-07-165-26/+102
* SERVER-48789 Use mid rule actions to sort tokens in lexerTed Tuckman2020-07-169-218/+636
* Import wiredtiger: 006776a806ee152b6f1fbe3035c90459c2ea95f2 from branch mongo...Chenhao Qu2020-07-1611-79/+127
* SERVER-48721 Support for $returnKey in SBEJustin Seyster2020-07-169-63/+318
* SERVER-49432 Avoid read-after-delete in ServiceExecutorSync shutdownAmirsaman Memaripour2020-07-162-15/+21
* SERVER-48525 Forbid dropping config.transactions when there are prepared tran...Vesselina Ratcheva2020-07-161-0/+16
* SERVER-49471 Retry on WT_ROLLBACK (WriteConflictException) when applying prep...Suganthi Mani2020-07-151-23/+51
* SERVER-49069: Add startup warning when arbiter is running a quarterly versionGrace Luong2020-07-152-0/+18
* SERVER-49351 Implement readKeyStringValueIntoAccessors()Justin Seyster2020-07-159-15/+595
* SERVER-49022 Implement validation error generation for comparison query opera...Mihai Andrei2020-07-1510-74/+754
* Revert "SERVER-48525 Forbid dropping config.transactions when there are prepa...Vesselina Ratcheva2020-07-151-16/+0
* SERVER-49124 translate $not to SBE expressionHirday Gupta2020-07-151-4/+11
* SERVER-48755 made formatting editsReo Kimura2020-07-151-4/+4
* SERVER-48755 linked ingress and egress networking to one anotherReo Kimura2020-07-151-1/+7
* SERVER-49269: Add 'previousVersion' field to FCV document when in downgrading...Lingzhi Deng2020-07-1511-225/+357
* SERVER-48776 remove config term/version check in quorum checkerPavi Vetriselvan2020-07-153-144/+13
* SERVER-49404 Enforce additional checks in $arrayToObjectDrew Paroski2020-07-151-2/+14
* SERVER-49092 fail with MovePrimaryInProgress in createIndexes commandMisha Tyulenev2020-07-151-3/+27
* SERVER-49060: added comments for generic FCV constants and conditional checksGrace Luong2020-07-1513-0/+17
* SERVER-49511 Enable support for no nextUpdate fieldShreyas Kalyan2020-07-151-7/+11
* SERVER-49044 Make AsyncRequestSender not retry remote command requests with s...Luis Osta2020-07-151-3/+2
* SERVER-48556 Return full error string including code name from migration thre...Alex Taskov2020-07-151-1/+1
* Revert "SERVER-49351 Implement readKeyStringValueIntoAccessors()"Jason Chan2020-07-159-595/+15
* Import wiredtiger: e2ca2adcee82b274d89543f8b64cb84334ca07ea from branch mongo...Chenhao Qu2020-07-153-8/+24
* SERVER-49061 Command base class changes for Versioned APIPV992020-07-152-0/+14
* SERVER-48736 Fix dependencies between query_exec and index_access_methodsDrew Paroski2020-07-1513-366/+425
* SERVER-49489 IDL doesn't properly deal with an optional string field when par...Mark Benvenuto2020-07-151-0/+15
* SERVER-48866 Parse Versioned API parametersPV992020-07-156-0/+160
* SERVER-49078 Disable libunwind for TSANAndrew Morrow2020-07-152-15/+11
* SERVER-49351 Implement readKeyStringValueIntoAccessors()Justin Seyster2020-07-149-15/+595
* SERVER-49216 rlimit warning does not say which setting it refers toAdam Cooper2020-07-141-15/+17
* SERVER-48774 setting cipher list does not work for TLSv1.3 only (if TLS1_0, T...Adam Cooper2020-07-143-5/+33
* SERVER-49043 Fix code after returnJacob Evans2020-07-141-2/+2
* SERVER-49014 Add additional timestamping tests to the KVEngine test harnessBynn Lee2020-07-141-0/+762
* SERVER-49074 make pcrecpp LIBDEPS_PRIVATE to unittestBilly Donahue2020-07-144-5/+13
* SERVER-49114 Replace getSSLManager() with SSLManagerCoordinatorGabriel Marks2020-07-1415-41/+117