summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30325 Temporarily exclude dbhash check on "config" database.r3.5.12Max Hirschhorn2017-08-212-1/+4
* SERVER-19541 supporting connecting to an external cluster in resmoke.pyRobert Guo2017-08-2112-24/+125
* SERVER-30480 Update aggregation explain format to provide details of merge lo...Bernard Gorman2017-08-212-12/+27
* Import wiredtiger: b055251678e6b4fcc74a1f651432aadbfeecc0e4 from branch mongo...Alex Gorrod2017-08-2164-901/+2567
* SERVER-30743 Remove shell functions used for obsolet db.upgradeCheck()Dan Pasette2017-08-201-26/+0
* SERVER-30404 movePrimary should take the same (dist)lock as shardCollection t...Hugh Han2017-08-183-4/+30
* SERVER-30467 $_internalSchema{Min|Max}Length counts UTF-8 code points.Justin Seyster2017-08-186-25/+142
* SERVER-30401 Simplify UpdateLeafNode::apply interfaceJustin Seyster2017-08-1831-683/+829
* SERVER-22829 Strip group and other permissions on startup unless overriddenAndrew Morrow2017-08-181-0/+21
* SERVER-30721 Remove CIDRException, use DBException directlySara Golemon2017-08-183-19/+9
* Revert "SERVER-23645 Unix socket certificate name mismatch is now a warning"ADAM David Alan Martin2017-08-181-13/+1
* SERVER-23645 Unix socket certificate name mismatch is now a warningADAM David Alan Martin2017-08-181-1/+13
* SERVER-30658 Add DBLevelLocking to check storage engine APIhaleyConnelly2017-08-185-2/+29
* SERVER-29203 Implement SessionsCollectionShardedsamantharitter2017-08-1812-35/+282
* SERVER-29203 Remove batch size limit for config server writessamantharitter2017-08-183-16/+0
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-08-185-103/+558
* SERVER-30720 Integer overflow in SharedBuffer::grow_reallocateMartin Neupauer2017-08-181-5/+6
* SERVER-30588 Bind all addresses returned by getaddroinfo()Sara Golemon2017-08-184-72/+154
* SERVER-30212 add renameOpTime argument to renameCollectionForApplyOps()Benety Goh2017-08-184-8/+18
* SERVER-29894 Start oplog application during recovery at checkpoint timestampJudah Schvimer2017-08-184-198/+149
* SERVER-30712 ClusterAggregate::aggPassthrough() should pass RetryPolicy::kIde...Esha Maharishi2017-08-181-2/+2
* SERVER-30651 Parallelize test history queries in update_test_lifecycleYves Duhem2017-08-182-10/+68
* SERVER-30654 Retry mechanism for test history queriesYves Duhem2017-08-181-6/+70
* SERVER-29202 Remove unused fetch methods from logical session cachesamantharitter2017-08-1811-167/+34
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-1813-69/+494
* SERVER-28510 Close incoming mongod connection on NotMaster error when handlin...Mathias Stearn2017-08-178-19/+153
* SERVER-28510 Add DBClient::runFireAndForgetCommand() and use it to implement ...Mathias Stearn2017-08-175-10/+52
* SERVER-28964 Close connection after seeing invalid OP_MSG flagsMathias Stearn2017-08-1718-200/+415
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-08-179-79/+13
* SERVER-30593 Add 'available' as a valid read concern levelDianna Hohensee2017-08-172-4/+21
* SERVER-30661 Ignore non-truthy libdeps entriesAndrew Morrow2017-08-171-6/+6
* SERVER-30407 Add retry logic in findAndModifyRandolph Tan2017-08-178-0/+620
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-1717-62/+406
* SERVER-30534 Create a _configsvrDropCollection commandJoanna Huang2017-08-173-0/+147
* SERVER-29898 Change StorageEngine args to ServiceContext argsWilliam Schultz2017-08-1712-39/+35
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-1724-613/+1257
* SERVER-30076 Use the UUID of the transactions collection for rollback via ref...Jack Mulrow2017-08-176-60/+327
* SERVER-30665 Only accept nonexistent UUIDs for UUID upgrade collModsMaria van Keulen2017-08-172-14/+67
* SERVER-30269 Upgrade ASIOAndrew Morrow2017-08-17481-1032/+1251
* SERVER-30362 MozJS - implement resolve instead of getProperty for native typesMark Benvenuto2017-08-177-45/+79
* SERVER-30670 Add clusterType TestData to generational fuzzer yml testsKimberly Hou2017-08-172-1/+46
* SERVER-28338 KillSessions SupportJason Carey2017-08-1756-33/+3040
* Revert "SERVER-30588 Bind all addresses returned by getaddroinfo()"Yves Duhem2017-08-174-165/+71
* SERVER-30703 make _configsvrShardCollection return the newly sharded collecti...Esha Maharishi2017-08-175-11/+26
* SERVER-30688 Make PlanExecutor wait for awaitData only when it has an awaitDa...Matthew Russotto2017-08-172-1/+23
* SERVER-30588 Bind all addresses returned by getaddroinfo()Sara Golemon2017-08-174-71/+165
* SERVER-30473 Invalid return from message packet length checkSara Golemon2017-08-163-3/+93
* SERVER-29898 Call recoverToStableTimestamp under the global lock in rollbackWilliam Schultz2017-08-168-5/+161
* SERVER-30580 Always use errorString() when streaming an ErrorCode::ErrorMathias Stearn2017-08-164-13/+13
* SERVER-30580 StringData-ify error handling functionsMathias Stearn2017-08-167-41/+40