summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: 6d142e23f7f8ada7d84487bbcb20bf5f54c737f9 from branch mongo...r3.6.10-rc1r3.6.10Luke Chen2019-01-1114-341/+678
* SERVER-33469 Fix lint errorsMathew Robinson2019-01-081-3/+2
* SERVER-38070 fix infinite loop in agg expressionr3.6.10-rc0Ian Boros2019-01-072-104/+244
* SERVER-33469 Make syslog consistent with mongod log filesMathew Robinson2019-01-071-2/+2
* SERVER-38843 Mapreduce should not create collections with duplicate IDsMatthew Russotto2019-01-071-0/+5
* SERVER-32424 Use hybrid cursor caching by default.Luke Chen2019-01-044-29/+61
* SERVER-38050 Validate the sameness of collection metadata after the range del...Blake Oler2018-12-313-27/+67
* SERVER-37562 Reduce all IX locks to IS locks in SessionsCollectionRSBlake Oler2018-12-311-13/+4
* SERVER-38196 Coverity analysis defect 105128: Unchecked return valueMisha Tyulenev2018-12-271-1/+3
* SERVER-37241 Add testing to verify proper expiration of sessions in the sessi...Blake Oler2018-12-262-8/+18
* SERVER-38434 add missing comma to _openWiredTiger configGregory Wlodarek2018-12-211-1/+1
* SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess.David Storch2018-12-187-352/+334
* SERVER-38390 set requiresAuth to false for some commandsMisha Tyulenev2018-12-181-0/+4
* SERVER-35936 Allow PowerShell to connect using TLS 1.2Caleb Webber2018-12-181-0/+5
* SERVER-36060 Remove unused variable declarationsSara Golemon2018-12-074-17/+0
* SERVER-38371 Do not skip subsequent session records if one session's migratio...Kaloian Manassiev2018-12-074-130/+212
* Import tools: c1d0d6967c84c62b5b578f7b18a82226b5c76526 from branch v3.6David Golden2018-12-071511-505/+2782
* SERVER-37200 Avoid incorrect $listSessions + $match optimizationCharlie Swanson2018-12-072-1/+9
* SERVER-38164 $or pushdown optimization does not correctly handle $not within ...Bernard Gorman2018-12-062-57/+209
* SERVER-37616 tuneable range deleter batch sizeKevin Pulo2018-12-053-4/+25
* SERVER-36977 fix lintBenety Goh2018-12-041-3/+4
* SERVER-36977 Set process umask before creating log fileJonathan Reams2018-11-302-6/+46
* SERVER-37408 Add afterClusterTime to initial sync collection scansMatthew Russotto2018-11-282-0/+34
* SERVER-37080 tunable migration clone insertion batchesKevin Pulo2018-11-221-37/+73
* SERVER-37051 Check for term change after fetching the queued metadata in Shar...Kaloian Manassiev2018-11-212-4/+18
* SERVER-37750 Optimized $sample stage does not yieldBernard Gorman2018-11-202-17/+17
* 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