summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger-wiredtiger-2.7.0-505-g7fea169.tar.gz from wiredtiger branch...Ramon Fernandez2016-01-27967-1548/+589651
* SERVER-21388 validate captrunc argumentRobert Guo2016-01-271-0/+5
* SERVER-22156 dbhash should cache hashes at the collection levelRobert Guo2016-01-272-13/+27
* SERVER-11064 Stricter validation of index key patterns.Max Hirschhorn2016-01-272-7/+71
* SERVER-21409 Read-only profile command takes only shared lock.Benjamin Murphy2016-01-271-10/+16
* SERVER-20409: Get ticket before getting WT sessionGeert Bosch2016-01-261-2/+1
* SERVER-22279 SubplanStage must register its MultiPlanStage in _childrenMathias Stearn2016-01-261-8/+18
* SERVER-22621 Ensure LSNFile only contains sequence numbers flushed to data filesMathias Stearn2016-01-2610-73/+141
* SERVER-20274 Replace reinterpret_cast with DataView in OplogDocWriter::writeD...Tess Avitabile2016-01-251-1/+1
* SERVER-21344 Make size field in a CachedBSONObj instance endian-safeTess Avitabile2016-01-251-4/+2
* SERVER-21467 Include config.hTess Avitabile2016-01-251-0/+1
* SERVER-20418 Make sure that we always start the distlock pinger when running ...Spencer T Brody2016-01-226-65/+32
* SERVER-21467 Do not reverse byte order of GeoHash data on big-endian systemsTess Avitabile2016-01-222-37/+14
* SERVER-20266 Use ConstDataCursor to read buffer in Checksum::genTess Avitabile2016-01-221-8/+7
* 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-21797 unify cursor response commands to respond with up to 16MB of dataDavid Storch2016-01-219-80/+90
* SERVER-20808 reject negative ntoreturn on OP_GET_MORE messagesDavid Storch2016-01-215-2/+25
* SERVER-22247 Do not fail when parsing pre-2.2 sharding collection metadataKaloian Manassiev2016-01-216-13/+71
* SERVER-18893 re-enable ASan coverage supportRobert Guo2016-01-211-0/+16
* SERVER-22002 Do not retry findAndModify on MMAPv1Charlie Swanson2016-01-214-124/+0
* SERVER-22245 implement storage engine API changes for readOnly modeAdam Midvidy2016-01-208-4/+38
* SERVER-22230 add command-line setting for readOnly modeAdam Midvidy2016-01-204-1/+18
* 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-22135 Take python from environment rather system default pathRamon Fernandez2016-01-204-8/+8
* SERVER-18671 SecondaryPreferred can end up using unversioned connectionsRandolph Tan2016-01-205-47/+72
* SERVER-21945 adding testing coverage for inserts/updates during chunk migrationDianna Hohensee2016-01-202-6/+14
* SERVER-22174 Cleanup unused sharding codeKaloian Manassiev2016-01-206-37/+13
* SERVER-22197 Don't use tcmalloc by default on non x86 linuxAndrew Morrow2016-01-194-4/+4
* SERVER-22169 Avoid deadlock with LegacyCatalogManager's lock pinger thread wh...Spencer T Brody2016-01-191-2/+5
* SERVER-20838 stopMongod should throw if mongod exits abnormallyJonathan Reams2016-01-192-19/+77
* SERVER-11983: do not create _id field on capped collection updatesScott Hernandez2016-01-191-22/+43
* SERVER-14372: update update tests for bit/mulScott Hernandez2016-01-192-5/+18
* SERVER-22130: Reset applier lastAppliedOptime after rollbackScott Hernandez2016-01-193-12/+29
* SERVER-22135 Take python from environment rather system default pathValentin Kuznetsov2016-01-156-6/+6
* SERVER-22057 refactor OpObserver::onUpdate and MigrationSourceManager::logUpd...Dianna Hohensee2016-01-1518-69/+94
* SERVER-21863 Prevent map-reduce from inserting >16MB documents.Max Hirschhorn2016-01-151-0/+20
* SERVER-22114 Fix commentRandolph Tan2016-01-151-2/+2
* SERVER-22190 set electionTime in heartbeart response under protocol version 1Benety Goh2016-01-152-0/+7
* 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-22159 SubplanStage: don't update exec time in planSubqueries()Jason Rassi2016-01-141-4/+0
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-1474-463/+105
* SERVER-22110 ppc64le builds should detect target arch as ppc64le, not ppc64Mark Benvenuto2016-01-1414-0/+0
* SERVER-22160 Make statics for background.cpp immortalMathias Stearn2016-01-141-3/+5
* SERVER-21197 test fixes for lockFile changesAdam Midvidy2016-01-142-2/+2
* SERVER-22109 applyOps should validate database name in index spec when creati...Benety Goh2016-01-141-0/+4
* SERVER-21925 Update mutliversion tests to use 3.2Jonathan Abrahams2016-01-131-3/+3