summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34770 Retry on JavaScript execution interruptions in stepdown suitesBen Caimano2018-11-202-24/+36
* 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-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-192-3/+31
* 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-192-2/+42
* 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-36968 Rebuild interrupted system indexes before checking AuthZN index ...Patrick Freed2018-11-164-30/+67
* SERVER-38055 Mongod servers started through the shell must respect TestData.e...Tess Avitabile2018-11-161-1/+1
* SERVER-37678 Extend cpplint's CheckForCopyright() to check for SSPL.Max Hirschhorn2018-11-143-3/+78
* 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-015-1/+21
* 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-315-3/+25
* SERVER-36250 Add support for optionally logging specific negotiated TLS versionsMark Benvenuto2018-10-3110-41/+429
* SERVER-18985 log setParameter commandsKevin Pulo2018-10-301-3/+29
* 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-291-2/+8
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-2631-792/+674
* 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-37132 Negation of $in with regex can incorrectly plan from the cache, ...Bernard Gorman2018-10-232-0/+41
* 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-2312-17/+102
* SERVER-37657 Report the offending oplog entries if a batch contains non-incre...Kaloian Manassiev2018-10-235-43/+50
* SERVER-37599 Log exit code of shell-spawned processesShreyas Kalyan2018-10-221-4/+6
* SERVER-31570 Stagger mongod/mongos ports +10 from mongobridge port.Max Hirschhorn2018-10-204-11/+106
* SERVER-37651 Fix lintMark Benvenuto2018-10-199-9/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-173671-47155/+55197
* SERVER-37651 Update license informationRamon Fernandez2018-10-162-4/+4
* SERVER-13946 Put skip stages before fetch stages.Justin Seyster2018-10-152-14/+59
* SERVER-34986 Fix unit testJonathan Reams2018-10-154-9/+10
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-10-1218-67/+581
* SERVER-35818 Add stdx::variantJonathan Reams2018-10-1236-0/+5043
* SERVER-37149 Remove deadlock in ScheduleBeforeStartupTestBen Caimano2018-10-121-2/+4
* SERVER-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz2018-10-112-1/+46
* SERVER-33606 fail to create logical session in shell connected to old serversKevin Pulo2018-10-115-9/+60
* SERVER-36961 createIndexes command should check if indexes already exist with...Louis Williams2018-10-102-39/+63
* SERVER-37130 Add TLS version counting to mongosMark Benvenuto2018-10-101-0/+1
* SERVER-35737 Switch to curl to be Python version independentMathew Robinson2018-10-091-31/+75
* SERVER-31892 moveChunk with should wait for majority write concernjannaerin2018-10-081-1/+22
* SERVER-37227 Check for the existence of `enableMajorityReadConcern` in the js...Kaloian Manassiev2018-10-061-1/+2