summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22611 Skip invalidated collections in CatalogCache::onStaleConfigErrorKaloian Manassiev2017-03-201-0/+3
* SERVER-28380 Clear ramlog before looking for stopReplProducer failpoint log m...Spencer T Brody2017-03-203-2/+72
* SERVER-28204 migrate OplogFetcher to use AbstractAsyncComponentBenety Goh2017-03-204-137/+17
* SERVER-28204 added AbstractAsyncComponentBenety Goh2017-03-204-0/+894
* SERVER-28204 moved TaskExecutorMock out of initial_syncer_test.cpp into its o...Benety Goh2017-03-204-39/+151
* SERVER-27098 Review and fix log levels in initial sync codeWilliam Schultz2017-03-201-2/+2
* SERVER-27681 Fix broken OSX compile due to unused variableKaloian Manassiev2017-03-201-2/+0
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-03-1920-1911/+554
* SERVER-28357 Do not enforce quota on starting MMAPv1 compactGeert Bosch2017-03-181-1/+2
* SERVER-28295 Add new error code NoSuchSessionsamantharitter2017-03-171-0/+1
* SERVER-27721 Implement rate limiter check for advancing logical clocksJack Mulrow2017-03-175-2/+94
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-1726-24/+151
* Import wiredtiger: cc2f15f595b16479affd73791c207da334453bcc from branch mongo...Michael Cahill2017-03-1710-62/+179
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-1624-1328/+121
* SERVER-28281 Rotate deps, moving catalog to top.ADAM David Alan Martin2017-03-1613-27/+110
* SERVER-27873 Dump a JavaScript backtrace of any code running in SpiderMonkey ...Jonathan Abrahams2017-03-162-1/+18
* SERVER-28314 Remove unused PlanCache::_writeOperations memberGeert Bosch2017-03-162-5/+0
* SERVER-25062 Fix MetadataManagerTest.NotificationBlocksUntilDeletion.Andy Schwerin2017-03-151-3/+3
* SERVER-25062 Remove racy, redundant SleepForExpires test from operation_conte...Andy Schwerin2017-03-151-15/+0
* SERVER-25062 Fix return types of predicated waits and notification waitFor.Andy Schwerin2017-03-155-61/+56
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-1542-723/+782
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-15128-919/+834
* SERVER-28128 Add support for a "comment" parameter to the aggregate...Bernard Gorman2017-03-157-9/+58
* Revert "SERVER-26323 Roll back to per-arch atomics in gperftools"Andrew Morrow2017-03-142-2/+2
* SERVER-28181 Deadlock involving the mutexes of oplog fetcher and replication ...Siyuan Zhou2017-03-142-21/+28
* SERVER-28230 make Geo2dFindNearCmd use ARS instead of Future::spawnCommandEsha Maharishi2017-03-141-27/+49
* SERVER-27750 Handle and include LogicalTime in mongos request/responseRandolph Tan2017-03-142-2/+51
* SERVER-28200 Extend dropIndexes oplog entry to include dropped index specJudah Schvimer2017-03-149-33/+211
* SERVER-27995 rename DataReplicator to InitialSyncerJudah Schvimer2017-03-1412-599/+596
* SERVER-27614 fix linker error on OS XDavid Storch2017-03-141-0/+3
* SERVER-27614 add $$REMOVE agg system variableDavid Storch2017-03-136-28/+202
* SERVER-27771 add readConcern::afterClusterTimeMisha Tyulenev2017-03-139-54/+245
* SERVER-28187 delete dead classes MultiCommandDispatch, DBClientMultiCommand, ...Esha Maharishi2017-03-136-566/+0
* SERVER-28176 read chunks collections on shardsDianna Hohensee2017-03-136-90/+310
* SERVER-28164 make ClusterWrite::run path use ARS instead of DBClientMultiCommandEsha Maharishi2017-03-1313-706/+734
* SERVER-28275 fixed election log message in ReplicationCoordinatorImpl::_start...Benety Goh2017-03-133-21/+44
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-139-138/+168
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-13119-1145/+1735
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-1318-79/+67
* SERVER-28121 DurableViewCatalog shouldn't throw on null byte in view nsJames Wahlin2017-03-131-2/+12
* SERVER-27670 Improve error messages reported on EBUSY return from WiredTigerDavid Hows2017-03-133-3/+14
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-1252-2505/+2811
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-1252-2811/+2505
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-1252-2505/+2811
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-1052-263/+421
* SERVER-27632 replace 'shardVersion' field in splitChunk with an 'epoch' fieldDianna Hohensee2017-03-102-17/+29
* SERVER-28107 Implement OperationTimeTrackerJack Mulrow2017-03-104-0/+203
* SERVER-27750 Always attach the configsvr metadata in ShardingEgress*HooksRandolph Tan2017-03-1010-35/+11
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-1031-130/+116
* SERVER-27842 Replace BSONElement.fieldName() calls with BSONElement.fieldName...nzolnierzmdb2017-03-101-7/+10