summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39764 Fix plan caching for negation of equality to arrayIan Boros2019-04-034-14/+163
* SERVER-38949 Ban index usage for {$ne: <array>} queriesIan Boros2019-04-035-1/+104
* 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-0311-7/+323
* 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
* Import wiredtiger: 4f2ed4c4cb122342711ce82d553482124501fcd4 from branch mongo...Luke Chen2019-04-014-16/+60
* SERVER-38984 Validate unique User ID on UserCache hitSara Golemon2019-03-3011-7/+92
* SERVER-40298 Track transaction sizeTess Avitabile2019-03-294-18/+66
* 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-39178 fix lintShreyas Kalyan2019-03-291-1/+1
* SERVER-39178 Negotiate SCRAM mechanism in MongoURI::connect()Shreyas Kalyan2019-03-297-10/+53
* SERVER-40355 Handle RS config with _id larger than set sizer4.0.8-rc0r4.0.8A. Jesse Jiryu Davis2019-03-271-1/+1
* 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-26236-4803/+40228
* SERVER-39903 notablescan parameter should be ignored for internally usedMartin Neupauer2019-03-261-3/+3
* SERVER-38994 step down on SIGTERMJason Carey2019-03-2512-16/+152
* SERVER-34286 Ensure that operations never unexpectedly exceed the truncation ...Bernard Gorman2019-03-242-6/+22
* SERVER-37255 Fix invariant when reconfig races with electionA. Jesse Jiryu Davis2019-03-225-70/+140
* Revert "SERVER-33248 Allow choosing a sync source that we are up to date with...Tess Avitabile2019-03-229-312/+95
* SERVER-39580 Skip checking collection UUIDs and repairing the FCV document if...Gregory Wlodarek2019-03-222-21/+26
* SERVER-39217 SecureTransport with Intermediate CASara Golemon2019-03-221-84/+189
* SERVER-37722 Check for quiet flag when logging connection end messageJonathan2019-03-221-3/+5
* SERVER-37389 Give different messages for different connection failure reasonsJonathan Ma2019-03-221-3/+6
* SERVER-35219 Change the sleep on the destination side into a cond var wait on...Randolph Tan2019-03-206-22/+187
* SERVER-40094 Do not prematurely reject resume attempt in DSShardCheckResumabi...r4.0.7-rc1r4.0.7Bernard Gorman2019-03-201-7/+18
* SERVER-40195 Pin all Gradle dependenciesMathew Robinson2019-03-181-2/+2
* SERVER-39259 Mobile SE: Adjust SQLite Pragmas for Improved PerformanceMatt Lord2019-03-1610-17/+284
* Import wiredtiger: db5942dc1dc27f35f334ff3fb4d103b0cceb7968 from branch mongo...r4.0.7-rc0Luke Chen2019-03-1432-312/+1297
* SERVER-35138 service_state_machine will log backtrace for uncaught exceptionsJonathan Ma2019-03-131-4/+2
* SERVER-39830 Fix race between run() and stop() in periodic runnerAndrew Morrow2019-03-131-5/+3
* SERVER-38538 Fix thread safety issues in periodic runnersHenrik Edin2019-03-134-14/+15
* SERVER-39303 Fix several useless Client* checksJason Carey2019-03-121-2/+2
* SERVER-34422-ThreadMetrics: ServerStatus now returns the number of active cli...Tyler Kaye2019-03-123-0/+22
* SERVER-40010 Make only FCV 4.0 secondaries ask the primary to flush the datab...Kaloian Manassiev2019-03-121-0/+11
* SERVER-39481 don't expose a MongoStatus constructor in JSGabriel Russell2019-03-122-12/+5
* SERVER-39490 opWriteConcernCounters can cause undefined behavior due to overflowTess Avitabile2019-03-112-8/+8
* SERVER-38745 convert MigrationDestinationManager::cloneCollectionIndexesAndOp...Benety Goh2019-03-091-28/+37
* SERVER-39771 TextMatchExpression crashes instead of serializing in some casesJames Wahlin2019-03-082-1/+26
* SERVER-38319 fix windows compiler error C2885Benety Goh2019-03-071-3/+3
* SERVER-38319 Propagate URI options from DBClientRS through all codepathsMathias Stearn2019-03-079-149/+213
* SERVER-38038 mongo shell should support all ErrorExtraInfo codesMathias Stearn2019-03-075-5/+16
* SERVER-39650 Ensure internal options cannot be specified in a raw aggregate c...Anton Korshunov2019-03-073-6/+56
* SERVER-37179 Wait for specified write concern whenever commitTransaction retu...Siyuan Zhou2019-03-051-10/+34
* SERVER-39823 Free Monitoring may ignore re-register requests on secondariesMark Benvenuto2019-03-053-8/+21
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2019-03-0420-163/+204
* SERVER-39571 mongod cannot verify certificates from the CNG providerMark Benvenuto2019-03-011-3/+12