summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26420 add internalClient information to isMaster handshake requestDavid Storch2016-10-2010-9/+173
* SERVER-26659 only use stricter key pattern validation for v:2 or new index bu...David Storch2016-10-2011-71/+207
* SERVER-26712 temporarily disable id index version checkRobert Guo2016-10-201-0/+6
* SERVER-25934 rename MongodTestFixture to ShardingMongodTestFixtureEsha Maharishi2016-10-207-49/+50
* SERVER-25549 re-enable read_only_sharded suiteEsha Maharishi2016-10-191-0/+47
* SERVER-26572 Reset stopTimestamp in DataReplicator when initial sync apply ph...Judah Schvimer2016-10-1915-63/+195
* SERVER-26220 Using stopOplogFetcher failpoint causes CPU loopingSiyuan Zhou2016-10-191-1/+3
* SERVER-26684 Do not rountrip between ChunkType and BSON during chunk reloadKaloian Manassiev2016-10-191-3/+2
* SERVER-26664 Remove sharding.chunkSize command line option from --helpKaloian Manassiev2016-10-191-3/+0
* SERVER-26513 listCollections output should include _id index spec as idIndexr3.4.0-rc1Tess Avitabile2016-10-181-0/+6
* SERVER-25665 Persist chunk version as part of the active migration documentKaloian Manassiev2016-10-1812-123/+163
* SERVER-26307 Differentiate between config and shard command errors in Migrati...Dianna Hohensee2016-10-182-90/+103
* SERVER-26586: SCRAM client should preemptively validate server nonceSpencer Jackson2016-10-182-44/+248
* SERVER-26638: Add `--objcheck` and `--noobjcheck` options to mongo shell.ADAM David Alan Martin2016-10-181-0/+28
* SERVER-26435 Test fix for background index wait on invalid viewJames Wahlin2016-10-181-9/+10
* SERVER-25991 Use StringData literal in WithNullCharacter* test casesMarko Vojvodic2016-10-181-2/+4
* SERVER-26560 Properly handle or avoid making throwing calls into ASIO within ...samantharitter2016-10-184-9/+57
* SERVER-26468 Create internalValidateFeaturesAsMaster startup parameterTess Avitabile2016-10-1813-77/+224
* SERVER-26599 Master-slave initial sync should use the exact _id index spec fr...Tess Avitabile2016-10-181-4/+30
* SERVER-26606: Add check of global flag for object verification.ADAM David Alan Martin2016-10-171-5/+7
* SERVER-26645 Get rid of _shardNames variable in ShardingTestKaloian Manassiev2016-10-171-7/+2
* SERVER-26631 Implement multiple document support for StorageInterface::findDo...Benety Goh2016-10-173-51/+207
* SERVER-26631 replaced StorageInterface::findOne/deleteOne with findDocuments/...Benety Goh2016-10-176-335/+446
* SERVER-26610 Fix maxTimeMS exception in setFeatureCompatibilityVersionRandolph Tan2016-10-171-1/+1
* SERVER-25758 unit test DistLockCatalogImpl::unlock by nameDianna Hohensee2016-10-171-0/+64
* SERVER-26610 add maxTimeMS to setFeatureCompatibilityVersion call in set_feat...Randolph Tan2016-10-171-0/+2
* SERVER-26435 Fix replsettest check for background index buildJames Wahlin2016-10-171-11/+31
* SERVER-26435 Refactor replsettest.js to reduce sizeJames Wahlin2016-10-171-103/+0
* SERVER-26596 Make sure test doesn't break other tests and fix memory leakJonathan Reams2016-10-172-24/+25
* SERVER-26573 Poor compression of diagnostic data during chunk migrationsMark Benvenuto2016-10-171-1/+8
* SERVER-26597 DBConfig::load callers should be prepared to catch exceptionsRandolph Tan2016-10-171-1/+5
* Revert "SERVER-26307 Differentiate between config and shard command errors in...Dianna Hohensee2016-10-172-110/+90
* SERVER-26307 Differentiate between config and shard command errors in Migrati...Dianna Hohensee2016-10-172-90/+110
* SERVER-24512 remove dead Interval codeDavid Storch2016-10-142-55/+0
* SERVER-26571 ignore 'create' field during collection options parsingDavid Storch2016-10-142-5/+26
* SERVER-26593 decrement usage counter in ScopedCollectionMetadata's move const...Esha Maharishi2016-10-144-28/+39
* SERVER-26572 add stopTimestamp to DataReplicator statsJudah Schvimer2016-10-143-6/+22
* SERVER-26640 remove flag for linearizable read supportBenety Goh2016-10-1412-50/+0
* SERVER-26461 Don't exclude fields when entire document is needed.Charlie Swanson2016-10-142-1/+28
* SERVER-26579 Do not move chunks to shards with above optimal chunk countKaloian Manassiev2016-10-144-28/+56
* SERVER-26506 add tracking for commandsMisha Tyulenev2016-10-1420-91/+605
* SERVER-26090 Propagate aggregate options through view resolution.Charlie Swanson2016-10-141-1/+10
* SERVER-26461 Request text score even if no fields are needed.Charlie Swanson2016-10-141-4/+18
* SERVER-25662: add diagnostics string to thread pool executorScott Hernandez2016-10-147-12/+39
* SERVER-25593: check shutdown/failure status during initial sync when acquirin...Scott Hernandez2016-10-144-3/+37
* SERVER-26544: Keep DatabaseCloner active until after the completion callbackScott Hernandez2016-10-142-31/+38
* SERVER-26614 Clean up memory management in MessagePort::recvAndrew Morrow2016-10-131-10/+9
* SERVER-26603 getLocalOplogCollection overwrite of CurOp namespaceJames Wahlin2016-10-131-9/+4
* SERVER-26112 Always forward singleBatch=false to shardsMaria van Keulen2016-10-131-0/+6
* SERVER-22992 only declare _createProcessMtx on windowsMatt Cotter2016-10-131-0/+2