summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27761 track collation in ViewGraphr3.4.4-rc0Kyle Suarez2017-04-145-107/+428
* SERVER-27644 $unwind arrays when performing distinct on a viewKyle Suarez2017-04-142-1/+35
* SERVER-28807 parseShardKeyPattern can leak for bad inputsRandolph Tan2017-04-141-3/+3
* SERVER-27866 Add threadId dump in hex base from globalLockManager for PENDING...Eddie Louie2017-04-131-1/+2
* SERVER-27866 Add threadId dump in hex base from globalLockManagerEddie Louie2017-04-131-1/+2
* SERVER-27191 hang analyzer should dump lock manager stateMark Benvenuto2017-04-135-1/+31
* SERVER-28530 Prevent SSLThreadInfo destruction construction cycleSpencer Jackson2017-04-131-50/+34
* SERVER-20854 Refresh collection metadata on a separate threadKaloian Manassiev2017-04-136-139/+476
* SERVER-28699 ReplSetTest should always awaitSecondaryNodes() at the end of in...Benety Goh2017-04-121-1/+2
* SERVER-22611 Get rid of ChunkDiff and add more CatalogCache testsKaloian Manassiev2017-04-1213-890/+355
* SERVER-22611 Make the catalog cache unit-tests go through the CatalogCacheKaloian Manassiev2017-04-126-276/+382
* SERVER-22611 Make CatalogCache::onStaleConfigError clear the passed cache entryKaloian Manassiev2017-04-121-6/+10
* Import wiredtiger: cb16839cfbdf338af95bed43ca40979ae6e32f54 from branch mongo...Alex Gorrod2017-04-13217-3466/+5489
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-04-1222-1953/+637
* SERVER-22954 Do not call into the MMAPV1 storage engine on the recipient shardKaloian Manassiev2017-04-111-27/+23
* SERVER-28645 Add unit test and integration test tweaksGeert Bosch2017-04-111-0/+12
* SERVER-28645 Fail operations requiring too many locks, don't crashGeert Bosch2017-04-112-0/+5
* SERVER-28646 Don't report ops as passed if logOps causes txn to failGeert Bosch2017-04-111-1/+3
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-04-1153-3002/+2697
* SERVER-20854 Pull the diff tracker's query generation logic outside of the te...Kaloian Manassiev2017-04-114-28/+18
* SERVER-28652 Log when we remove connections from asio poolsamantharitter2017-04-111-1/+15
* SERVER-22520 Improve ASAN MozJS integrationJason Carey2017-04-0916-71/+154
* SERVER-16821 don't rotate logs more often then once per secondGabriel Russell2017-04-091-0/+11
* SERVER-28489 MockStream hook methods may still be used if the stream gets can...samantharitter2017-04-091-2/+2
* SERVER-28489 Add documentation to mock stream frameworksamantharitter2017-04-091-0/+59
* SERVER-28652 Log the size of connection pools when we make new egress connect...samantharitter2017-04-073-3/+27
* SERVER-27687 Fix cpuAddrSize detection on Linux for hostInfo commandJonathan Reams2017-04-071-1/+1
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-04-0726-342/+598
* SERVER-28377 If first batch of OplogFetcher has a document ahead of the remot...Matthew Russotto2017-04-062-6/+35
* SERVER-27995 rename DataReplicator to InitialSyncerJudah Schvimer2017-04-0612-682/+680
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-04-0616-160/+421
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-04-0679-1023/+1007
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-04-0633-292/+714
* SERVER-27543 send OplogQueryMetadata with OplogFetcher queriesJudah Schvimer2017-04-0612-34/+187
* SERVER-27543 Create new metadata for oplog queriesJudah Schvimer2017-04-064-0/+331
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-0512-118/+31
* SERVER-28259 Log time elapsed during connect for NetworkInterfaceASIO connect...samantharitter2017-04-051-1/+3
* SERVER-28546 confirm WiredTiger unindex operations remove the correct documentEric Milkie2017-04-053-13/+41
* SERVER-28380 Clear ramlog before looking for stopReplProducer failpoint log m...Spencer T Brody2017-04-043-2/+72
* SERVER-28181 Fix the deadlock in OplogFetcher's constructor.Siyuan Zhou2017-04-041-7/+7
* SERVER-28181 Deadlock involving the mutexes of oplog fetcher and replication ...Siyuan Zhou2017-04-042-21/+28
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-04-0419-315/+400
* SERVER-28548 skip unused keys in restorePosition, even when prev location is ...Eric Milkie2017-04-041-4/+0
* SERVER-27098 Review and fix log levels in initial sync codeWilliam Schultz2017-04-041-2/+2
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-04-0414-169/+912
* SERVER-26830 Randomize priority takeover delayWilliam Schultz2017-04-034-98/+287
* SERVER-28376 ReplSetTest.stepUp() calls awaitReplication() before sending rep...Benety Goh2017-04-011-1/+20
* SERVER-27834 disable implicit collection creation in IndexBuilderBenety Goh2017-03-311-16/+3
* SERVER-27834 FeatureCompatibilityVersion creates the admin.system.version col...Benety Goh2017-03-311-0/+12
* SERVER-27834 applyOperation_inlock() fails index creation if collection is mi...Benety Goh2017-03-312-76/+132