summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-40553 Filter unauthorized views in listCollectionsSara Golemon2019-04-122-0/+64
* SERVER-40226 Upgrade static OpenSSL to 1.1.1bSpencer Jackson2019-04-101-2/+2
* SERVER-39025 Fix feature subset installation from MSI. Missing yaml file is n...Henrik Edin2019-04-102-10/+28
* SERVER-32709 Improve performance with the mobile storage engine.Henrik Edin2019-04-1018-203/+345
* SERVER-40318 Make condition variable wait in NamespaceSerializer exception safejannaerin2019-04-091-1/+3
* SERVER-36457: mongos_rs_shard_failure_tolerance.js shold assert that movePrim...Kim Tao2019-04-092-4/+5
* SERVER-40246 Add cursor manager sys perf testIan Boros2019-04-091-0/+11
* SERVER-40242 Add banner to MSISpencer Jackson2019-04-091-0/+6
* SERVER-40242 Update banner inclusions for vendored toolsSpencer Jackson2019-04-0916-2/+21
* SERVER-39820 Include client IP in log message for successful authenticationJonathan Reams2019-04-084-4/+48
* SERVER-39869: System-Performance: Enable authentication in all tasksRyan Timmons2019-04-081-0/+1
* SERVER-40393 Disable SSL_MODE_RELEASE_BUFFERS in ASIOMark Benvenuto2019-04-081-3/+0
* SERVER-40112 db.disableFreeMonitoring() returns 'not master' on secondary aft...Mark Benvenuto2019-04-083-6/+51
* SERVER-39672: default to local if no read concern specified for a multi-statm...Lingzhi Deng2019-04-053-39/+51
* SERVER-39869: System-Performance: Enable authentication in all tasksr4.0.9-rc0r4.0.9Ryan Timmons2019-04-041-0/+5
* SERVER-39764 Fix plan caching for negation of equality to arrayIan Boros2019-04-035-14/+210
* SERVER-38949 Ban index usage for {$ne: <array>} queriesIan Boros2019-04-036-1/+169
* SERVER-16571 Use Actual Memory Constraint vs. Total System Memory When They D...Matt Lord2019-04-0310-2/+43
* SERVER-38239 Added getOperationStatistics() API to fetch storage stats from W...Sulabh Mahajan2019-04-0312-7/+412
* SERVER-36622 Allow newer versions of RHEL and Ubuntu to succeed for install_c...Mathew Robinson2019-04-021-4/+3
* SERVER-40039 Increase assert.soon timeout in initial_sync_invalid_index_spec.jsWilliam Schultz2019-04-011-8/+11
* SERVER-40390 Blacklist skip_repairing_fcv.js from running on mmapv1Gregory Wlodarek2019-04-011-0/+2
* SERVER-38945: Cache OpenSSL error states to elide error clearingSpencer Jackson2019-04-012-1/+21
* SERVER-40333 Only clone collection options once for each shard in shardsvrSha...Blake Oler2019-04-011-8/+15
* SERVER-40391 Remove low value explain2.js testMartin Neupauer2019-04-013-42/+0
* Import wiredtiger: 4f2ed4c4cb122342711ce82d553482124501fcd4 from branch mongo...Luke Chen2019-04-014-16/+60
* SERVER-38984 Validate unique User ID on UserCache hitSara Golemon2019-03-3012-7/+166
* SERVER-39278 Wait for rollback to finish before ending session in transient_t...Jason Chan2019-03-291-1/+1
* SERVER-40298 Track transaction sizeTess Avitabile2019-03-295-18/+152
* SERVER-40131 Incorrect format string in Windows stacktrace generatorJohnFestaMongo2019-03-291-1/+1
* SERVER-40341 Make ConnectionPool support transport::ConnectSSLModeMathias Stearn2019-03-299-347/+395
* SERVER-38649 Add generic AlarmScheduler and AlarmRunnerJonathan Reams2019-03-297-1/+754
* SERVER-34260 Move bookkeeping functions into ConnectionInterfaceJonathan Reams2019-03-298-114/+97
* SERVER-40259 Include third party notices for ASIO and variantSpencer Jackson2019-03-291-0/+54
* SERVER-39178 fix lintShreyas Kalyan2019-03-291-1/+1
* SERVER-39178 Negotiate SCRAM mechanism in MongoURI::connect()Shreyas Kalyan2019-03-298-10/+125
* SERVER-40355 Handle RS config with _id larger than set sizer4.0.8-rc0r4.0.8A. Jesse Jiryu Davis2019-03-272-1/+38
* SERVER-40024 Only allow collection/index minimum visible snapshots to be move...Dianna Hohensee2019-03-274-6/+22
* Import tools: 5db0b4a18cc1366ebd368eed8e7c4d426d851f13 from branch v4.0David Golden2019-03-26237-4805/+40231
* SERVER-40305 Add logging in max_time_ms.jsCharlie Swanson2019-03-261-0/+4
* SERVER-39903 notablescan parameter should be ignored for internally usedMartin Neupauer2019-03-262-3/+39
* SERVER-40233 Increase transactionLifetimeLimitSeconds from 3 to 24 hoursGregory Wlodarek2019-03-261-6/+6
* SERVER-38994 step down on SIGTERMJason Carey2019-03-2514-22/+194
* SERVER-34286 Ensure that operations never unexpectedly exceed the truncation ...Bernard Gorman2019-03-243-411/+447
* SERVER-40094 Do not run change stream tests on ephemeralForTest variantBernard Gorman2019-03-241-1/+1
* SERVER-37255 Fix invariant when reconfig races with electionA. Jesse Jiryu Davis2019-03-226-70/+189
* Revert "SERVER-33248 Allow choosing a sync source that we are up to date with...Tess Avitabile2019-03-2217-319/+150
* SERVER-39580 Skip checking collection UUIDs and repairing the FCV document if...Gregory Wlodarek2019-03-223-21/+53
* SERVER-40154 change_streams_resume_at_same_clustertime.js should not assume c...James Wahlin2019-03-221-5/+5
* SERVER-39217 SecureTransport with Intermediate CASara Golemon2019-03-224-84/+328