summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-2623-248/+311
* SERVER-25474 make jsTest.authenticate more flexibleRobert Guo2016-08-261-5/+5
* SERVER-25079 Bypass Windows CRT when exitingMark Benvenuto2016-08-261-3/+5
* SERVER-25677 Clear cached clusterId if config.version document is rolled back.Spencer T Brody2016-08-2615-32/+170
* SERVER-24771 Support killCursors & mongos getMore on view namespaceJames Wahlin2016-08-2614-90/+213
* SERVER-24771 Cluster pipeline command refactorJames Wahlin2016-08-264-453/+546
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-2616-68/+178
* SERVER-25618: do not report progress during m/s initial syncScott Hernandez2016-08-263-23/+68
* SERVER-23476: Cleanup help note.Scott Hernandez2016-08-261-1/+1
* SERVER-25802 DurableViewCatalog::iterate must check pipelineKyle Suarez2016-08-261-0/+6
* SERVER-25405 Remove redundant Windows system metricsMark Benvenuto2016-08-264-64/+80
* Revert "SERVER-25788 Accept command line arguments in unit tests"Eric Milkie2016-08-262-58/+4
* SERVER-25790 Add support for WiredTiger's s390x accelerated CRC32 supportDavid Hows2016-08-261-1/+4
|\
| * SERVER-25790 Add support for WiredTiger's s390x accelerated CRC32 supportDavid Hows2016-08-251-1/+4
* | SERVER-24991 log redaction for storage layer and mmapv1Ramon Fernandez2016-08-2513-35/+38
* | SERVER-25542 network_interface_asio_test.exe: net().getNumTimedOutOps() == ti...Waley Chen2016-08-253-19/+25
* | SERVER-25788 Accept command line arguments in unit testsSiyuan Zhou2016-08-252-4/+58
* | Import tools: 5b883d86fdb4df55036d5dba2ca6f9dfa0750b44 from branch v3.3Ramon Fernandez2016-08-251793-0/+257410
* | SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-2512-24/+26
* | SERVER-19507 allow DISTINCT_SCAN over trailing field of an indexAnton Guryanov2016-08-252-6/+77
* | SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-2538-235/+325
* | SERVER-25160 Unit test for stepping down in catch-up mode.Siyuan Zhou2016-08-251-0/+33
* | SERVER-24248 Run multiversion tests with different storage enginesJonathan Abrahams2016-08-251-37/+45
* | SERVER-25738 authz for views for sharded create/collModKyle Suarez2016-08-259-204/+196
* | SERVER-25768 skip hooks in fuzzer suites when invalid views presentKyle Suarez2016-08-242-2/+14
* | SERVER-25183 scoped_db_conn_test.exe - DontReturnConnGoneBadToPool FailedWaley Chen2016-08-241-2/+14
* | SERVER-25680 Don't check for view if collection existsKyle Suarez2016-08-249-47/+50
* | SERVER-25739 set_feature_compatibility_version.js should not use 3.4 mongos t...Tess Avitabile2016-08-242-3/+39
* | SERVER-24764 Support for cluster admin commands on viewsJames Wahlin2016-08-241-37/+59
* | SERVER-25722 Ensure that shards are not added while _configSvrSetFeatureCompa...Tess Avitabile2016-08-246-19/+54
* | SERVER-25723 do not terminate in presence of invalid viewsGeert Bosch2016-08-244-7/+34
* | SERVER-24807 Remove hiding of 'ns' variable in DBClientWithCommands::getIndex...Spencer T Brody2016-08-241-1/+1
* | SERVER-25503 Remove misleading print statement from sh.getShouldAutoSplit she...Spencer T Brody2016-08-241-2/+0
* | SERVER-25155 featureCompatibilityVersion document should be created at replic...Tess Avitabile2016-08-244-27/+28
* | SERVER-22671 adding migration status to serverStatus' sharding sectionDianna Hohensee2016-08-2417-46/+337
* | SERVER-21757 ServerStatus advisoryHostFQDNs should be optionalJonathan Reams2016-08-249-206/+52
|/
* SERVER-25714 Don't wait for db work in executor when upgrading protocol verisonSiyuan Zhou2016-08-233-17/+37
* SERVER-25628 make FileAllocator::get() thread-safejianghua.yjh2016-08-232-7/+2
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-2361-358/+547
* SERVER-25703 enable dist lock unlock by sessionId AND _idDianna Hohensee2016-08-2310-15/+117
* SERVER-25001 Wire in new _configsvrSplitChunk command so mongod no longer run...Jess Fan2016-08-2325-296/+474
* SERVER-25755 Remove extra logging from TL changeJason Carey2016-08-232-3/+4
* SERVER-25475 SERVER-25155 Don't perform write for FeatureCompabilityVersion u...Spencer T Brody2016-08-231-8/+7
* SERVER-25642 Enhance UnorderedFastKeyTableJason Carey2016-08-233-58/+299
* SERVER-25572 Fix ASAN clean shutdown logicJason Carey2016-08-2315-54/+106
* SERVER-25475 Re-order mongod initialization to avoid segfault.Spencer T Brody2016-08-232-74/+71
* SERVER-25684 Support SNI server names in mongo shellJonathan Reams2016-08-236-2/+28
* SERVER-25715 in shutdown, delete WiredTigerSessions w/o closing the underlyin...Mathias Stearn2016-08-231-4/+7
* SERVER-7200 Limit secondary apply batches to 10% of the oplog sizeMathias Stearn2016-08-237-41/+78
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-2326-386/+475