summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-35061: Javascript sleep should error on premature wakeSpencer Jackson2018-11-207-25/+91
* SERVER-31508: Make Javascript sleep interruptableSpencer Jackson2018-11-205-15/+32
* SERVER-37557 fix doc linkVesselina Ratcheva2018-11-201-1/+1
* SERVER-37862 Reduce update ops from 500 to 400 in initial_sync_wt_cache_full.jsLouis Williams2018-11-201-1/+1
* SERVER-38178 - Fix bug with data_type_terminated that caused seg-faults on da...Tyler Kaye2018-11-202-1/+15
* SERVER-35212: Refactor shell code to enable default authentication database a...Tyler Kaye2018-11-208-95/+178
* SERVER-29825 Do not allow rename from unreplicated to replicated DB or vice v...Vesselina Ratcheva2018-11-193-3/+75
* SERVER-37557 Add startup warning about enableMajorityReadConcern and usage of...Vesselina Ratcheva2018-11-193-0/+25
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-11-193-102/+106
* SERVER-35485 Add compressor capabilities for shell with URI inputTyler Kaye2018-11-197-45/+80
* SERVER-37916 Log hostnames with TLS versions in legacy transportSpencer Jackson2018-11-191-1/+1
* SERVER-37931 lock_stats_suboperation_logs.js should ignore noise lock statsXiangyu Yao2018-11-191-0/+4
* SERVER-37930 Add test coverage for createIndexes inside nested applyOpsXiangyu Yao2018-11-191-0/+62
* SERVER-36968 Require journaling and mmapv1 in rebuild_system_indexes testPatrick Freed2018-11-161-3/+6
* SERVER-36968 Rebuild interrupted system indexes before checking AuthZN index ...Patrick Freed2018-11-165-30/+120
* SERVER-38055 Mongod servers started through the shell must respect TestData.e...Tess Avitabile2018-11-162-1/+36
* SERVER-37385 make max_time_ms.js even more robustIan Boros2018-11-161-3/+18
* SERVER-37932 Remove erroneous part of coll_epoch_test1.js that attempts to te...Esha Maharishi2018-11-151-35/+0
* SERVER-37913 coll_epoch_test1.js does not wait for the config server to repli...Esha Maharishi2018-11-151-0/+4
* SERVER-37902 recovering_slaveok.js should assert all writes it makes succeedJack Mulrow2018-11-151-2/+2
* SERVER-37935 Remove read concern 'majority' overrides from all change streams...William Schultz2018-11-146-21/+27
* SERVER-37678 Extend cpplint's CheckForCopyright() to check for SSPL.Max Hirschhorn2018-11-144-4/+151
* SERVER-36873 ReplicationCoordinatorExternalStateImpl::shutdown() must not hol...Tess Avitabile2018-11-061-1/+6
* SERVER-37313 Secondary foreground index build should take Database X rather t...r3.6.9-rc0r3.6.9Xiangyu Yao2018-11-051-0/+6
* Import wiredtiger: d5414b45fb8c8bbaa5dfe80065f63e5bc275cb40 from branch mongo...Luke Chen2018-11-052-6/+9
* SERVER-37631: disable logical sessions if FCV is 3.4Misha Tyulenev2018-11-017-1/+42
* SERVER-36301 build WT with HAVE_NO_CRC32_HARDWARE on RHEL 6.7 s390xGabriel Russell2018-11-011-4/+2
* SERVER-37595 [3.6] Handle WT_TRY_SALVAGE error code gracefullyLouis Williams2018-11-011-0/+9
* Import wiredtiger: 45b751a54fb181d1995684f7c807bbbc142d3c90 from branch mongo...Luke Chen2018-11-01259-3523/+10699
* SERVER-37135: Track and report TLS 1.3Spencer Jackson2018-10-317-6/+81
* SERVER-36250 Add support for optionally logging specific negotiated TLS versionsMark Benvenuto2018-10-3111-41/+451
* SERVER-37067: Update static OpenSSL to 1.1.0iSpencer Jackson2018-10-311-2/+2
* SERVER-37816 Add --excludeAnyWithTags=requires_wiredtiger to ephemeralForTestLouis Williams2018-10-311-1/+1
* SERVER-18985 log setParameter commandsKevin Pulo2018-10-301-3/+29
* SERVER-37396 make rollback_auth.js more robustPavi Vetriselvan2018-10-301-0/+6
* SERVER-34755 ignore missing collections when shutting down backup_restore.jsEric Milkie2018-10-301-13/+4
* SERVER-37496 Register balancer shutdown task when MongoD is single-threadedJack Mulrow2018-10-292-9/+6
* SERVER-37749 replSetResizeOplog command does not validate argument correctlyLouis Williams2018-10-292-2/+55
* SERVER-37618 Capture all the logs in lock_stats_suboperation_logs.jsXiangyu Yao2018-10-261-3/+4
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-2631-792/+674
* SERVER-35570 Improve robustness of backup_restore.js around dropping test dat...Vesselina Ratcheva2018-10-251-1/+12
* SERVER-36783 Run secondary_reads_passthrough with more memory headroom.Max Hirschhorn2018-10-251-0/+10
* SERVER-37735 Ensure the full logical session id is included in commands sent ...Blake Oler2018-10-243-5/+191
* SERVER-37651 Fix incorrect copyright headers in python filesRamon Fernandez2018-10-243-81/+66
* SERVER-37651 Update license files in idl scriptsRamon Fernandez2018-10-2422-154/+447
* Revert "SERVER-37651 Update license files in idl scripts"Ramon Fernandez2018-10-2422-556/+184
* SERVER-37651 Update license files in idl scriptsRamon Fernandez2018-10-2422-184/+556
* SERVER-37132 Negation of $in with regex can incorrectly plan from the cache, ...Bernard Gorman2018-10-233-0/+96
* SERVER-37701 Make SessionUpdateTracker include the uid portion of LogicalSess...Randolph Tan2018-10-234-11/+8
* SERVER-36964 Prevent secondaries in SessionsCollectionRS from attempting to s...Blake Oler2018-10-2314-27/+112