summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-36978 TaskRunner must ensure Client is initialized for thread before r...Tess Avitabile2018-10-051-10/+7
* SERVER-37393 Fix dtor race in `ReplicaSetMonitorManager`ADAM David Alan Martin2018-10-051-1/+3
* SERVER-36850 Change the LogicalSessionCache refresh parameter granularity fro...Blake Oler2018-10-053-11/+10
* SERVER-37430 Shut down PeriodicRunner before Sharding and Replication shutdownBlake Oler2018-10-051-5/+5
* Import tools: 7e7a3acf2b411c2861782d34c68be940f85a6582 from branch v3.6David Golden2018-10-042-1/+4
* SERVER-36831 Report active operations correctly on the ServiceLiaison for mongosBlake Oler2018-10-041-4/+23
* SERVER-29160 bump timeout for migration operations to 60secMisha Tyulenev2018-10-031-1/+1
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-10-0213-14/+113
* SERVER-37353 Handle $slice value of LLONG_MIN gracefullyJames Wahlin2018-10-012-4/+12
* SERVER-25175 listIndexes command only includes ready indexesXiangyu Yao2018-10-016-1/+31
* SERVER-29160 follow up change wtimeout in unit tests to matchMisha Tyulenev2018-09-283-3/+3
* SERVER-37118: Fix invokation argument orderSpencer Jackson2018-09-281-1/+1
* SERVER-20845: Add replSetReconfig audit hookSpencer Jackson2018-09-281-0/+5
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-2818-15/+37
* SERVER-37126 Always _runSafely in implscopeJason Carey2018-09-281-94/+85