summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40052 Remove unnecessary invariant in BatchWriteOp invariantr3.6.13-rc1r3.6.13Blake Oler2019-06-042-6/+1
* SERVER-36004 SessionUpdateTracker should ignore no-op entries for pre/post im...Randolph Tan2019-06-042-0/+138
* SERVER-37065 Report ismaster:false on learning of new termA. Jesse Jiryu Davis2019-05-313-3/+41
* SERVER-41247 ReplSetTests that specify setParameter as a string must still di...Tess Avitabile2019-05-241-0/+10
* SERVER-41213: Trigger a write conflict in unique, non-partial index build cod...Daniel Gottlieb2019-05-211-0/+1
* SERVER-38984 Validate unique User ID on UserCache hitSara Golemon2019-05-178-7/+81
* SERVER-40393 Disable SSL_MODE_RELEASE_BUFFERS in ASIOMark Benvenuto2019-05-141-3/+4
* Import tools: 6e5007277595f7b79ff08944d22dd1ec12320cb4 from branch v3.6David Golden2019-05-142-11/+23
* SERVER-41081 do_not_advance_commit_point_beyond_last_applied_term.js must wai...Tess Avitabile2019-05-131-0/+1
* SERVER-40788 Improve logging around replication catchupJudah Schvimer2019-05-131-4/+8
* SERVER-40866 Use JSON.stringify() to serialize string in tojson()Siyuan Zhou2019-05-121-41/+2
* SERVER-40242 Update banner inclusions for vendored toolsSpencer Jackson2019-05-031-0/+4
* SERVER-30356 Ensure validation reports the appropriate number of fields for m...Gregory Wlodarek2019-05-031-0/+278
* SERVER-30356 Improve error reporting for validationGregory Wlodarek2019-05-036-525/+357
* SERVER-40932 Increase ServiceExecutor shutdown timeoutJonathan Reams2019-05-021-1/+1
* SERVER-40165 set wtimeout deadlines with the precise clockJason Carey2019-04-191-1/+1
* SERVER-35636 renameCollectionForApplyOps checks for complete namespacePavi Vetriselvan2019-04-182-0/+22
* SERVER-40136 enable key generator on setting FCV to 3.6Misha Tyulenev2019-04-181-0/+4
* SERVER-39831 Never update commit point beyond last applied if learned from sy...Tess Avitabile2019-04-177-39/+109
* SERVER-39420 Remove in-memory boolean to indicate config.server.sessions coll...Blake Oler2019-04-152-9/+0
* SERVER-39820 Include client IP in log message for successful authenticationJonathan Reams2019-04-082-3/+9
* SERVER-16571 Use Actual Memory Constraint vs. Total System Memory When They D...Matt Lord2019-04-0510-2/+43
* Import wiredtiger: dc91a569c824b133fde67be22f0e5a20dbb9db74 from branch mongo...Luke Chen2019-04-022-1/+11
* SERVER-40131 Incorrect format string in Windows stacktrace generatorJohnFestaMongo2019-03-291-1/+1
* Import tools: b2a46c0f0db2b163c1b8068b78a08d69706bd8b9 from branch v3.6David Golden2019-03-26229-4768/+40152
* SERVER-36437 Use MODE_IS for dbstatsXiangyu Yao2019-03-252-12/+9
* Import wiredtiger: 3291c2cbf682f52c88f1b3394c9a94bd80d6a4d6 from branch mongo...Luke Chen2019-03-252-4/+12
* SERVER-37722 Check for quiet flag when logging connection end messageJonathan2019-03-221-3/+5
* SERVER-37255 Fix invariant when reconfig races with electionA. Jesse Jiryu Davis2019-03-215-70/+140
* SERVER-35219 Change the sleep on the destination side into a cond var wait on...Randolph Tan2019-03-216-22/+187
* SERVER-39932 do not checkout session if retriable writes are not usedMisha Tyulenev2019-03-201-3/+5
* SERVER-39056 Further refine readWriteAnyDatabaseShreyas Kalyan2019-03-152-1/+7
* SERVER-39487 Decimal128::squareRoot() returns result for Decimal128::exponent...James Wahlin2019-03-153-3/+123
* SERVER-17010 each Sorter instance spills to a single file rather than a new f...Dianna Hohensee2019-03-1110-181/+480
* SERVER-39490 opWriteConcernCounters can cause undefined behavior due to overflowTess Avitabile2019-03-112-8/+8
* SERVER-39847 Migrating session info can trigger fassert when destination shar...Randolph Tan2019-03-072-21/+68
* SERVER-38722 Make CollectionCloner tolerate QueryPlanKilled error on collecti...David Storch2019-03-062-41/+56
* SERVER-36231 Mongos write path doesn't look for retryable write concern errorsRandolph Tan2019-03-051-0/+4
* SERVER-39394 Traverse $lookup subpipeline for more involved collectionsCharlie Swanson2019-03-011-0/+5
* SERVER-SERVER-39058 Synchronize user set modification in AuthorizationSession...Shreyas Kalyan2019-03-0115-28/+49
* SERVER-35732 Fix dbStats.fsUsedSize behavior for database with hyphenated namesr3.6.11-rc2r3.6.11Xiangyu Yao2019-02-258-5/+34
* SERVER-39723 Revert "SERVER-25175 listIndexes command only includes ready ind...r3.6.11-rc1Eric Milkie2019-02-216-31/+1
* SERVER-31098 Wrong ns in system.profile for aggregation queryDevin Hilly2019-02-207-39/+99
* SERVER-38748 Background indexes created through applyOps should run on the co...r3.6.11-rc0Louis Williams2019-02-191-18/+35
* SERVER-39483 Tag large build artifacts as non-cacheableAndrew Morrow2019-02-182-4/+11
* Import wiredtiger: f441a501ba71c5c34ecbfc534e9c476155b151d1 from branch mongo...Luke Chen2019-02-153-6/+20
* SERVER-36606: Allow construction of large BSON objectsSpencer Jackson2019-02-147-13/+150
* SERVER-39166 $graphLookup should force a pipeline to split in sharded clusterMartin Neupauer2019-02-131-1/+10
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-02-1315-38/+105
* SERVER-39322 Backport fix for issue #37 in timelib (incorrect snprintf invoca...Ian Boros2019-02-121-2/+10