summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-21883 Remove _testDistLockWithSkew and _skewClockCommand"Spencer T Brody2016-01-142-0/+453
* SERVER-22112 Remove circular dependency between CatalogManager and CatalogCacheKaloian Manassiev2016-01-149-155/+63
* SERVER-22113 Remove unused sharding-specific getLocsInRange codeKaloian Manassiev2016-01-143-240/+0
* SERVER-22077 Speed up sharding tests which stop replica set membersKaloian Manassiev2016-01-142-18/+34
* SERVER-22066 Add more assertions to range_deleter_testKaloian Manassiev2016-01-141-18/+13
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-1414-277/+134
* SERVER-22058 Fix warnings in non-MMAP V1 implementation of writingPtrKaloian Manassiev2016-01-143-8/+9
* SERVER-22109 applyOps should validate database name in index spec when creati...Benety Goh2016-01-141-0/+4
* SERVER-20037 After CatalogManager swap release distributed locks held by old ...Spencer T Brody2016-01-1316-4/+195
* SERVER-20422 SERVER-21995 Allow overriding the cached config server string in...Spencer T Brody2016-01-131-0/+12
* SERVER-20694 Catch IncompatibleCatalogManager errors in cluster find codeSpencer T Brody2016-01-132-1/+11
* SERVER-20037 Clean up calculation of legacy distributed lock process IDSpencer T Brody2016-01-139-73/+50
* SERVER-21883 Remove _testDistLockWithSkew and _skewClockCommandRandolph Tan2016-01-132-452/+0
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2016-01-1314-88/+73
* SERVER-21050 Continuous config server primary step downKaloian Manassiev2016-01-131-3/+9