summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22296 [Snappy-1.1.2 Patch]: fix Windows build for ssize_tMark Benvenuto2016-02-031-0/+13
* SERVER-22296 [Snappy-1.1.2 Patch]: prefer memcpy to undefined reinterpret_cas...Mark Benvenuto2016-02-031-3/+6
* SERVER-22296 [Snappy-1.1.2 Patch]: Eliminate memory allocation from snappy_co...Mark Benvenuto2016-02-032-10/+10
* SERVER-22296 Snappy 1.1.3Mark Benvenuto2016-02-0322-0/+9186
* SERVER-22296 Snappy 1.1.3 Import ScriptMark Benvenuto2016-02-031-0/+62
* SERVER-22295 yaml-cpp 0.5.1 removalMark Benvenuto2016-02-0390-10169/+0
* SERVER-22295 yaml-cpp 0.5.3 build integrationMark Benvenuto2016-02-033-4/+48
* SERVER-22295 yaml-cpp 0.5.3 importMark Benvenuto2016-02-0395-0/+10680
* SERVER-22295 yaml-cpp 0.5.3 import scriptMark Benvenuto2016-02-031-0/+38
* SERVER-2235 add the number of IXSCAN seeks to explain executionStats outputDavid Storch2016-02-033-1/+10
* SERVER-22447 IP Address in mongo --help command is not consistentGabe Fernando2016-02-031-2/+2
* SERVER-8564 An index hint inconsistent with requested natural order sort shou...Tess Avitabile2016-02-033-32/+40
* SERVER-8564 Clean up CanonicalQuery::isValid()Tess Avitabile2016-02-031-15/+9
* SERVER-12959 fix lintJonathan Reams2016-02-031-3/+3
* SERVER-12959 Fix $position error message on invalid valueJames Wahlin2016-02-032-3/+10
* Fixing format issue in SERVER-20290Dianna Hohensee2016-02-021-2/+2
* SERVER-20290 Introduce migration session idDianna Hohensee2016-02-0215-65/+661
* SERVER-22270 applyOps takes a write concernJudah Schvimer2016-02-022-1/+176
* SERVER-22429 Prevent IndexScanNode::computeProperties() from producing an emp...Tess Avitabile2016-02-022-4/+6
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-02-0217-17/+62
* SERVER-18115 Avoid unnecessary in-memory sort stage for .min()/.max() queriesTess Avitabile2016-02-024-0/+311
* SERVER-22167: Move fixDocuments up earlier in the insert path to ensure it runsMartin Bligh2016-02-022-17/+39
* SERVER-22282 Update multiVersion/upgrade_cluster to reflect new upgrade proce...Randolph Tan2016-02-023-232/+153
* SERVER-18957 Separate isAssociativeAndCommutative into two functions.Santiago Alessandri2016-02-025-360/+712
* SERVER-22426 priority_takeover_one_node_higher_priority.js should wait for se...Benety Goh2016-02-021-0/+3
* SERVER-22336 reported lastCommittedOpTime in ReplSetGetStatusJudah Schvimer2016-02-026-25/+46
* SERVER-22199 Don't wait for WT locks during drop.Michael Cahill2016-02-021-2/+4
* SERVER-22419 increase jstestfuzz task timeout to 4hRobert Guo2016-02-011-1/+1
* SERVER-22420 extend step down duration to allow remaining high priority node ...Benety Goh2016-02-011-1/+1
* SERVER-22271 msync() with MS_ASYNC is a no-opKyle Suarez2016-02-011-3/+3
* SERVER-22011: Obtain tickets at outermost global lock in WTGeert Bosch2016-02-0112-117/+185
* SERVER-21427: Replaced BSONObjBuilder.done() with BSONObjBuilder.obj() in ben...dalyd2016-02-011-1/+1
* Adjust timeout in ttl_repl_maintenance.jsGeert Bosch2016-02-011-1/+1
* SERVER-21419: ephemeralForTest storage engine should support the fsync commandGeert Bosch2016-02-011-0/+6
* SERVER-21789 fix formatRandolph Tan2016-02-011-1/+1
* SERVER-21789 mongos replica set monitor should choose primary based on (rs co...Randolph Tan2016-02-013-18/+131
* SERVER-22362 better bookkeeping of primary and secondary nodes at the beginni...Benety Goh2016-02-011-15/+10
* SERVER-21896 reload ChunkManager cache when shard does not existsMisha Tyulenev2016-02-012-5/+59
* SERVER-22059 Add the authSchemaUpgrade command to the readConcern passthroughJonathan Abrahams2016-02-011-0/+1
* SERVER-22098 Split FSM sharded tests for SCCC into a separate suiteJonathan Abrahams2016-02-013-0/+88
* SERVER-21498 Fix stats reporting of losing plans.Charlie Swanson2016-02-011-19/+19
* SERVER-18144 Remove references to TestData.testFile and TestData.testPathJonathan Abrahams2016-02-012-18/+0
* SERVER-21427 fix code formattingMark Benvenuto2016-01-291-35/+35
* SERVER-21823 Update and findAndModify with {upsert: true} should report nMatc...Tess Avitabile2016-01-298-28/+44
* SERVER-20907 run jstestfuzz on OS XRobert Guo2016-01-291-2/+21
* SERVER-22367 make shard_insert_getlasterror_w2.js more robustRandolph Tan2016-01-291-3/+4
* SERVER-22278 create readOnly suiteAdam Midvidy2016-01-296-0/+131
* SERVER-22256 disallow readOnly incompatible paramsAdam Midvidy2016-01-292-0/+22
* SERVER-22256 readOnly changes to mongod startupAdam Midvidy2016-01-293-36/+67
* SERVER-21427: benchRun should complain when passed invalid optionsdalyd2016-01-294-432/+700