summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34477 Do not mix iterators from different mapsr3.4.15-rc0r3.4.15Sara Golemon2018-05-041-10/+11
* SERVER-33329: Make server and shell emit TLS protocol_version alertsSpencer Jackson2018-05-043-8/+168
* SERVER-34237: Expose means for shell to disable TLS 1.0Spencer Jackson2018-05-031-24/+78
* SERVER-30857 Support unknown Linux distributionsMark Benvenuto2018-05-032-9/+6
* Import tools: 4c5314b404c2d7aac7ceb50133faa3ac4fc3d2ea from branch v3.4David Golden2018-05-0276-408/+2089
* SERVER-23935 Disable oplog sampling in queryable backup modenehakhatri52018-05-021-2/+2
* SERVER-34541 Removes the unimportant but flaky scoped_db_conn_testAndrew Morrow2018-05-012-609/+0
* SERVER-29949 Fix race condition in InitialSyncerResetsOptimes unit testWilliam Schultz2018-04-242-4/+6
* SERVER-33026 SyncSourceFeedback request should have a timeoutWilliam Schultz2018-04-234-33/+104
* SERVER-20056 Warn when wiredTigerCacheSizeGB is > 80% of RAMMaria van Keulen2018-04-231-0/+14
* SERVER-34571 Ensure _deleteNotifyExec in MigrationChunkClonerSourceLegacy alw...Matthew Saltz2018-04-231-2/+7
* SERVER-33734 Improve jsTestLog filterabilityJudah Schvimer2018-04-181-1/+3
* SERVER-34508 Prevent race condition in Migration Destination Manager from swa...Blake Oler2018-04-171-0/+2
* SERVER-27643 Use correct types when setting javascript stack limitJonathan Reams2018-04-161-3/+3
* SERVER-27941 change the shardVersion check to an epoch check when entering th...Dianna Hohensee2018-04-131-4/+6
* SERVER-34149 Upgrade zlib to latest.ADAM David Alan Martin2018-04-1132-719/+3819
* SERVER-12644 noprealloc warning should be logged properlyGabriel Russell2018-04-041-2/+1
* SERVER-27529 scons msi target is failing do to missing dependenciesMark Benvenuto2018-03-291-0/+5
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-03-2914-75/+437
* Import wiredtiger: e99ab771b2aa837199b72c2028569e7f5d3a7815 from branch mongo...Ramon Fernandez2018-03-265-9/+73
* SERVER-16802 SERVER-28981 Balancer consider shards and collections in random ...Kevin Pulo2018-03-267-11/+73
* SERVER-28989 Avoid dropping dummy database in checkReplicaSet().Max Hirschhorn2018-03-251-35/+16
* SERVER-33935 add clusterAuthMode option to TestDataRobert Guo2018-03-242-8/+27
* SERVER-32885 Overlap chunk clone application on the donor with fetching docum...Blake Oler2018-03-224-46/+244
* SERVER-32453 Handle cursor->next return code in WTKVEngine::getAllIdentsXiangyu Yao2018-03-211-1/+4
* SERVER-33854 Avoid accessing invalid memory in applyOpsXiangyu Yao2018-03-141-2/+2
* SERVER-28495 Fix lintMark Benvenuto2018-03-141-4/+4
* SERVER-28495 Fix lintr3.4.14-rc0r3.4.14Mark Benvenuto2018-03-122-6/+7
* SERVER-30158 FTDC starts too early in mongosMark Benvenuto2018-03-121-2/+2
* SERVER-28495 FTDC for MongoSMark Benvenuto2018-03-1217-11/+353
* SERVER-29938 FTDC RefactorMark Benvenuto2018-03-129-349/+492
* SERVER-32876 Don't stall ftdc due to WT cache fullKelsey Schubert2018-03-127-7/+32
* SERVER-33751 Allow connecting to an existing cluster in ReplSetTestRobert Guo2018-03-121-1/+5
* SERVER-23420 Remove use of GNU extensions in parse_number_test.cppMark Benvenuto2018-03-121-3/+3
* SERVER-32886 Remove unnecessary sleeps during chunk migrationjannaerin2018-03-125-13/+76
* Import wiredtiger: 0b36171f4aa0bea6ab6118b0d3bcf6329a24939e from branch mongo...Luke Chen2018-03-0927-85/+150
* SERVER-33572 Add ProducerConsumerQueue to utilJason Carey2018-03-084-0/+1103
* SERVER-33760 Backport WithLock to v3.4Jason Carey2018-03-081-0/+111
* SERVER-31399 Include time spent applying batches in repl.apply.batches.totalM...Vesselina Ratcheva2018-03-011-1/+3
* SERVER-33228 Remove the half-implemented and unused `CollectionRangeDeleter` ...Kaloian Manassiev2018-03-019-723/+4
* SERVER-33233 Don't stall ftdc due to running out of ticketsBruce Lucas2018-03-014-4/+38
* SERVER-29812 RangeDeleter no longer unnecessarily waits for 'majority' write ...Kevin Pulo2018-02-2810-17/+39
* SERVER-32241 applyOps reports success even when a nested applyOps fails.Matthew Russotto2018-02-272-7/+4
* SERVER-28151 Sync admin database first during initial syncJason Chan2018-02-263-7/+184
* SERVER-33122 Add option to disable WiredTiger cursor cachingLouis Williams2018-02-262-18/+30
* SERVER-32533 In oplog truncate with WT, don't use a start key.Michael Cahill2018-02-261-7/+14
* SERVER-33227 don't modify global `db` in shell `connect()`Kevin Pulo2018-02-261-1/+1
* SERVER-31671 Cancel running elections if the term changes after writing my la...Siyuan Zhou2018-02-232-19/+31
* SERVER-30114 Add simple slow spinlock monitoringMark Benvenuto2018-02-164-0/+90
* SERVER-30850 Handle replica set connection strings in startParallelShell()Sara Golemon2018-02-143-8/+22