summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42702 $PYTHON should not be used in build signatureMathew Robinson2020-01-273-29/+2
* SERVER-45609 Allow early logging to stdout in shell when using logv2Henrik Edin2020-01-271-6/+19
* SERVER-41333 Make safer for initial Sync and Shutdown to write the minValid d...Suganthi Mani2020-01-2717-32/+113
* SERVER-45594 clang_format.py should probe Program Files for clang-format.exeMark Benvenuto2020-01-271-1/+13
* SERVER-44814 Support waitInIsMaster failpoint on mongosTess Avitabile2020-01-272-0/+43
* SERVER-45524 remove support for logging void * typesGabriel Russell2020-01-275-14/+6
* SERVER-45212 Add try_lock() to SpinLockAmirsaman Memaripour2020-01-273-31/+81
* SERVER-45112 Report error labels for cluster create indexes responsesMaria van Keulen2020-01-274-18/+10
* Revert "SERVER-43721 Rename DistCache to ReadThroughCache"Gabriel Russell2020-01-279-53/+53
* SERVER-45521 Define TopologyListener, ServerPingMonitor, and SingleServerPing...Haley Connelly2020-01-275-1/+310
* SERVER-44458 Model-checking files for RaftMongo.tlaA. Jesse Jiryu Davis2020-01-276-20/+97
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-279-53/+53
* SERVER-45006 LockerImpl::wasGlobalLockTaken() returns correct valueTess Avitabile2020-01-272-1/+15
* SERVER-45383 Add multiversion build variant to burn_in_tags_gen taskJason Chan2020-01-272-3/+44
* SERVER-45595 Build go tools for sys-perf from github not serverAndrew Morrow2020-01-271-6/+20
* SERVER-45280 Invalidate default read write concern cache on replication rollbackJack Mulrow2020-01-277-0/+104
* SERVER-45414 Remove CannotImplicitlyCreateCollection retry logic on mongosMihai Andrei2020-01-275-48/+4
* SERVER-44418 Optimise distinct queries to use DISTINCT_SCAN in the presence o...Arun Banala2020-01-275-76/+204
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-2738-1609/+1488
* SERVER-44325 Provide SSL_get0_verified_chain() polyfill for OpenSSL < 1.1.0Sara Golemon2020-01-271-11/+43
* SERVER-45098 test that RWC defaults are correctly applied to commandsKevin Pulo2020-01-2722-38/+943
* SERVER-44857 Allow SCRAM conversation to avoid empty exchangeSara Golemon2020-01-278-10/+115
* SERVER-44501 Modify the RoutingTableHistory to check if a particular shard ha...Blake Oler2020-01-2732-117/+240
* SERVER-44515 Test that TopologyCoordinator::awaitIsMasterResponse returns ear...Jason Chan2020-01-275-57/+286
* SERVER-44763 Remove gotools from build and packagingAndrew Morrow2020-01-2741-11088/+25
* SERVER-45024 Integrate refactored range deletion functionality and remove Col...Matthew Saltz2020-01-2723-1560/+240
* SERVER-45580 Update TODO listed in SERVER-44709Samyukta Lanka2020-01-271-1/+1
* SERVER-45502 The FCV 4.4 migration protocol does not work on shards with stor...Esha Maharishi2020-01-271-5/+0
* SERVER-45569 Call ::mongo::unittest::Suite::run with correct signature in mon...Mark Benvenuto2020-01-271-1/+1
* SERVER-45472 Ensure RoleGraph can serialize authentication restrictions to BSONSpencer Jackson2020-01-273-1/+52
* SERVER-39364: Get the last oplog entry from the storage engine for setLastOpT...Lingzhi Deng2020-01-2716-11/+113
* SERVER-45564 test SIGUSR2 multithread stacktraceBilly Donahue2020-01-273-0/+45
* SERVER-44936 logv2 is default log system.Henrik Edin2020-01-272-9/+4
* Import wiredtiger: c6962452f2c3469c039edfcafb7702450bf14c3b from branch mongo...Luke Chen2020-01-2725-146/+685
* SERVER-45476 Don't consider applying RWC defaults on standalonesKevin Pulo2020-01-272-0/+2
* SERVER-45118 Improve comments for BSONElement::numberInt() and BSONElement::n...David Storch2020-01-271-7/+17
* SERVER-45507 Add context around planning failuresCharlie Swanson2020-01-272-8/+71
* Revert "SERVER-45212 Add try_lock() to SpinLock"Amirsaman Memaripour2020-01-273-81/+31
* SERVER-45115 Eliminate circular resource dependency between ReplicationCoordi...Matthew Russotto2020-01-271-4/+5
* SERVER-34768 Sync source's optime cannot be behind the syncing node even if c...Siyuan Zhou2020-01-272-0/+30
* SERVER-45179 Add the FCV 4.4 behavior to the MigrationDestinationManagerAlex Taskov2020-01-2724-109/+235
* SERVER-44852 Handle transactions with commands during oplog applicationMaria van Keulen2020-01-2722-116/+149
* SERVER-45485 Test in resubmit_rangedeletions_on_stepup.js is interfered with ...Alex Taskov2020-01-271-63/+54
* SERVER-45079 Only allow addition or removal of a single voting node in non-fo...William Schultz2020-01-2710-19/+224
* SERVER-45279 GranularityRounder rounding infinity case no longer causes infin...Sophie Saskin2020-01-272-2/+16
* SERVER-45400 Reduce OplogFetcher getMore awaitData timeout for nodes in Rollb...Ryan Timmons2020-01-271-0/+18
* SERVER-45504 Unicode test in logv2 tests JSON formatterHenrik Edin2020-01-274-40/+66
* SERVER-42037 Add requires_persistence to freeStorageSize jstestDaniel Ernst2020-01-271-1/+3
* SERVER-43439 Remove TODO to add call to waitForDatabaseFlushJanna Golden2020-01-271-5/+0
* SERVER-45557: DBClientCursor should call metadataReader once per batchLingzhi Deng2020-01-272-6/+45