summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20290 Introduce migration session id, with testDianna Hohensee2016-02-0212-64/+465
* SERVER-22167: Move fixDocuments up earlier in the insert path to ensure it runsMartin Bligh2016-02-021-7/+7
* SERVER-18115 Avoid unnecessary in-memory sort stage for .min()/.max() queriesTess Avitabile2016-02-024-0/+311
* SERVER-22270 applyOps takes a write concernJudah Schvimer2016-02-021-1/+20
* SERVER-22011: Obtain tickets at outermost global lock in WTGeert Bosch2016-02-0211-117/+138
* SERVER-22199 Don't wait for WT locks during drop.Michael Cahill2016-02-021-2/+4
* SERVER-21427: Replaced BSONObjBuilder.done() with BSONObjBuilder.obj() in ben...dalyd2016-02-011-1/+1
* SERVER-20409: Get ticket before getting WT sessionGeert Bosch2016-02-011-2/+1
* 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-21896 reload ChunkManager cache when shard does not existsMisha Tyulenev2016-02-011-5/+11
* SERVER-21427 fix lintJonathan Reams2016-01-291-35/+35
* SERVER-21427: benchRun should complain when passed invalid optionsdalyd2016-01-292-430/+700
* SERVER-21912 Iterate command response cursorsCharlie Swanson2016-01-291-2/+30
* SERVER-22016 fix unit test for 3.2 backportDan Pasette2016-01-291-3/+0
* Import wiredtiger-wiredtiger-2.7.0-559-g07966a4.tar.gz from wiredtiger branch...Ramon Fernandez2016-01-29988-2235/+591906
* SERVER-20030 Shut down ShardRegistrySpencer T Brody2016-01-296-95/+174
* SERVER-22335: only prepare getmore when needed in bgsync fetcherScott Hernandez2016-01-291-8/+9
* SERVER-21960 Include symbol name in stacktrace json when available.Andy Schwerin2016-01-291-1/+5
* SERVER-21959 Enlarge buffer used for logging in signal handlers, to support l...Andy Schwerin2016-01-291-1/+1
* SERVER-21959 Do not truncate stack traces in log messages.Andy Schwerin2016-01-297-13/+33
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2016-01-2932-102/+301
* SERVER-22016 Support rolling back certain applyOps oplog entries in replication.Andy Schwerin2016-01-292-8/+169
* SERVER-22007 Disable last-error tracking for help commands.Andy Schwerin2016-01-292-1/+4
* SERVER-18671 SecondaryPreferred can end up using unversioned connectionsRandolph Tan2016-01-295-47/+72
* SERVER-21388 validate captrunc argumentRobert Guo2016-01-271-0/+5
* SERVER-22279 SubplanStage must register its MultiPlanStage in _childrenMathias Stearn2016-01-271-8/+18
* SERVER-22261 Ensure LSNFile only contains sequence numbers flushed to data filesMathias Stearn2016-01-2710-73/+141
* SERVER-21905 Python scripts should read text with universal newline supportMark Benvenuto2016-01-273-3/+3
* SERVER-21678 setting fromMigrate flag for deletes in oplogDianna Hohensee2016-01-279-11/+44
* SERVER-20418 Fix compilation of distlock_test.cppSpencer T Brody2016-01-223-3/+24
* SERVER-21382 fixing sharding migration to transfer only document deletions re...Dianna Hohensee2016-01-229-20/+71
* SERVER-20418 Make sure that we always start the distlock pinger when running ...Spencer T Brody2016-01-226-65/+32
* SERVER-20036 Add back line that was accidentally removedSpencer T Brody2016-01-211-0/+1
* SERVER-22247 Fix clang compile errorKaloian Manassiev2016-01-211-1/+1
* SERVER-20036 Interrupt mapReduce and movePrimary commands on catalog manager ...Spencer T Brody2016-01-219-29/+152
* SERVER-21958 Fix lint errorAndy Schwerin2016-01-212-7/+5
* SERVER-21958 Remove mayYield and mayBeInterrupted flags from cloner, as it is...Andy Schwerin2016-01-218-131/+49
* SERVER-22002 Do not retry findAndModify on MMAPv1Charlie Swanson2016-01-214-124/+0
* SERVER-22247 Do not fail when parsing pre-2.2 sharding collection metadataKaloian Manassiev2016-01-216-13/+71
* SERVER-21776 Diagnostic logic for reads/writes should use correct log componentJason Rassi2016-01-202-3/+3
* SERVER-22232 Wait for secondaries to catch up before starting new migration i...Spencer T Brody2016-01-201-0/+1
* SERVER-21906 always use ReplicaSetMonitor when updating ShardRegistry lookup ...Misha Tyulenev2016-01-192-16/+28
* SERVER-22169 Avoid deadlock with LegacyCatalogManager's lock pinger thread wh...Spencer T Brody2016-01-191-2/+5
* SERVER-11983: do not create _id field on capped collection updatesScott Hernandez2016-01-191-22/+43
* SERVER-21988: wait for applier before starting rollbackScott Hernandez2016-01-195-89/+66
* SERVER-22114 Avoid doing unnecessary repeated calls to DBConfig::_loadRandolph Tan2016-01-152-10/+40
* SERVER-22114 Remove unnecessary refresh in ChunkManagerTargeter::refreshNowRandolph Tan2016-01-158-112/+60
* SERVER-22100 do not preallocate find/getMore response buffers on Windows DEBUGAdam Midvidy2016-01-151-1/+11
* SERVER-22190 set electionTime in heartbeart response under protocol version 1Benety Goh2016-01-152-0/+7