summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-26596 Don't abort when javascript heap limit is set too low to initial...Jonathan Reams2016-10-132-4/+11
* SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin2016-10-1310-357/+221
* SERVER-26587 Use correct iterator types for BSON keyed associative typesAndrew Morrow2016-10-123-7/+3
* SERVER-25821 make max insert batch size on primary tunableSam Rossi2016-10-123-1/+7
* SERVER-22992 waiting on forked process also waits on consuming outputMatt Cotter2016-10-12137-148/+19525
* SERVER-25665 Remove cloneSplit and cloneMerge from CollectionMetadataKaloian Manassiev2016-10-1012-573/+254
* SERVER-26336 Dist lock overtake attempt fails with "Missing expected field \"...Randolph Tan2016-10-104-10/+188
* SERVER-26549 DataReplicator should check for OplogBuffer's existence before c...Judah Schvimer2016-10-101-1/+3
* SERVER-26340 ShardingState::setShardName should be called under initializeFro...Esha Maharishi2016-10-108-74/+37