summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44814 Support waitInIsMaster failpoint on mongosTess Avitabile2020-01-161-0/+6
* SERVER-45524 remove support for logging void * typesGabriel Russell2020-01-165-14/+6
* SERVER-45212 Add try_lock() to SpinLockAmirsaman Memaripour2020-01-163-31/+81
* SERVER-45112 Report error labels for cluster create indexes responsesMaria van Keulen2020-01-161-0/+10
* Revert "SERVER-43721 Rename DistCache to ReadThroughCache"Gabriel Russell2020-01-169-53/+53
* SERVER-45521 Define TopologyListener, ServerPingMonitor, and SingleServerPing...Haley Connelly2020-01-165-1/+310
* SERVER-44458 Model-checking files for RaftMongo.tlaA. Jesse Jiryu Davis2020-01-166-20/+97
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-169-53/+53
* SERVER-45006 LockerImpl::wasGlobalLockTaken() returns correct valueTess Avitabile2020-01-162-1/+15
* SERVER-45280 Invalidate default read write concern cache on replication rollbackJack Mulrow2020-01-167-0/+104
* SERVER-45414 Remove CannotImplicitlyCreateCollection retry logic on mongosMihai Andrei2020-01-165-48/+4
* SERVER-44418 Optimise distinct queries to use DISTINCT_SCAN in the presence o...Arun Banala2020-01-161-8/+24
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-1632-1392/+1268
* SERVER-44325 Provide SSL_get0_verified_chain() polyfill for OpenSSL < 1.1.0Sara Golemon2020-01-161-11/+43
* SERVER-45098 test that RWC defaults are correctly applied to commandsKevin Pulo2020-01-1620-38/+87
* SERVER-44857 Allow SCRAM conversation to avoid empty exchangeSara Golemon2020-01-168-10/+115
* SERVER-44501 Modify the RoutingTableHistory to check if a particular shard ha...Blake Oler2020-01-1511-94/+85
* SERVER-44515 Test that TopologyCoordinator::awaitIsMasterResponse returns ear...Jason Chan2020-01-153-20/+169
* SERVER-44763 Remove gotools from build and packagingAndrew Morrow2020-01-156-206/+5
* SERVER-45024 Integrate refactored range deletion functionality and remove Col...Matthew Saltz2020-01-1523-1560/+240
* SERVER-45580 Update TODO listed in SERVER-44709Samyukta Lanka2020-01-151-1/+1
* SERVER-45569 Call ::mongo::unittest::Suite::run with correct signature in mon...Mark Benvenuto2020-01-151-1/+1
* SERVER-45472 Ensure RoleGraph can serialize authentication restrictions to BSONSpencer Jackson2020-01-152-1/+44
* SERVER-39364: Get the last oplog entry from the storage engine for setLastOpT...Lingzhi Deng2020-01-1516-11/+113
* SERVER-44936 logv2 is default log system.Henrik Edin2020-01-152-9/+4
* SERVER-45476 Don't consider applying RWC defaults on standalonesKevin Pulo2020-01-152-0/+2
* SERVER-45118 Improve comments for BSONElement::numberInt() and BSONElement::n...David Storch2020-01-151-7/+17
* SERVER-45507 Add context around planning failuresCharlie Swanson2020-01-142-8/+71
* Revert "SERVER-45212 Add try_lock() to SpinLock"Amirsaman Memaripour2020-01-143-81/+31
* SERVER-45115 Eliminate circular resource dependency between ReplicationCoordi...Matthew Russotto2020-01-141-4/+5
* SERVER-34768 Sync source's optime cannot be behind the syncing node even if c...Siyuan Zhou2020-01-142-0/+30
* SERVER-45179 Add the FCV 4.4 behavior to the MigrationDestinationManagerAlex Taskov2020-01-1412-85/+195
* SERVER-44852 Handle transactions with commands during oplog applicationMaria van Keulen2020-01-147-38/+143
* SERVER-45079 Only allow addition or removal of a single voting node in non-fo...William Schultz2020-01-145-11/+211
* SERVER-45279 GranularityRounder rounding infinity case no longer causes infin...Sophie Saskin2020-01-142-2/+16
* SERVER-45504 Unicode test in logv2 tests JSON formatterHenrik Edin2020-01-144-40/+66
* SERVER-43439 Remove TODO to add call to waitForDatabaseFlushJanna Golden2020-01-141-5/+0
* SERVER-45557: DBClientCursor should call metadataReader once per batchLingzhi Deng2020-01-142-6/+45
* SERVER-45261 create more state in NiTL ctorJason Carey2020-01-144-18/+39
* SERVER-45443 Logv2 log statements are required to have a unique idHenrik Edin2020-01-1412-225/+149
* SERVER-45494 Remove unused formatter_base.hHenrik Edin2020-01-142-70/+0
* SERVER-45553 Single phase hybrid index build should not do clean up with RSTL...Suganthi Mani2020-01-141-0/+2
* SERVER-45411 Complete TODO listed in SERVER-43279Matthew Russotto2020-01-141-2/+0
* SERVER-44458 Add RaftMongo.tla specA. Jesse Jiryu Davis2020-01-145-6/+354
* SERVER-45517 Allow logv2 to bind non-member toString and toBSONHenrik Edin2020-01-142-2/+66
* SERVER-43917 Support pre-splitting compound hashed shard keys with 'presplitH...Arun Banala2020-01-148-602/+2046
* SERVER-45547 Baton::run() should destroy Tasks outside of lockBen Caimano2020-01-141-1/+4
* SERVER-44242 Fix maxIncomingConnectionsOverride descriptionAmirsaman Memaripour2020-01-141-1/+1
* SERVER-45201 add createIndexes fast path for index builds on empty collectionsBenety Goh2020-01-141-0/+65
* SERVER-45344 RSCN functions should be noexceptAmirsaman Memaripour2020-01-136-30/+38