summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger-wiredtiger-2.8.0-589-ga9e9696.tar.gz from wiredtiger branch...Alex Gorrod2016-08-04254-2911/+4447
* SERVER-25202 Expose lock/unlock control on DistLockManagerKaloian Manassiev2016-08-038-112/+74
* SERVER-24067 fixed missing library dependency in downconvert_find_and_getmore...Benety Goh2016-08-031-0/+1
* SERVER-24067 remove pessimizing moveKyle Suarez2016-08-031-2/+2
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-034-10/+10
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-219/+0
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-0353-439/+708
* Revert "SERVER-24768 Add view cycle and depth checking"Siyuan Zhou2016-08-035-451/+24
* SERVER-24768 Add view cycle and depth checkingKevin Albertson2016-08-035-24/+451
* SERVER-25386 added destructor guards to RSDataSync and DatabasesClonerJudah Schvimer2016-08-034-0/+14
* SERVER-25075 Limit BSONObj buffer size used by 2dsphere index.Siyuan Zhou2016-08-021-4/+13
* Fix compile for SERVER-25010Sam Dunietz2016-08-021-2/+4
* SERVER-25010 Add a Notification object with each object in MetadataManager::_...Sam Dunietz2016-08-023-22/+153
* SERVER-25413 gperftools fails to compile from source on SLES 11 on zSeries s390Mark Benvenuto2016-08-021-1/+1
* SERVER-24239 Refactor QuerySettings to use values instead of unowned pointer.David Hatch2016-08-026-116/+52
* SERVER-24573 Implement CollectionRangeDeleter range deletion logicLeon Zaruvinsky2016-08-027-13/+244
* SERVER-24568 Record stats and fix $collStats for viewsKevin Albertson2016-08-024-3/+27
* SERVER-25398 fixed race between join() and _runThread() in RSDataSyncBenety Goh2016-08-022-11/+7
* SERVER-10727 Clean TTL log lines and commentsKevin Albertson2016-08-021-29/+18
* SERVER-23663 Add option to wait for durable optime to awaitReplication()Siyuan Zhou2016-08-021-2/+31
* SERVER-25369 Remove unused nss variableGeert Bosch2016-08-021-1/+0
* SERVER-25084 removed unused StorageInterfaceImpl::_bulkLoaderThreadsBenety Goh2016-08-022-18/+4
* SERVER-25394 Add keystring support for NumberDecimal inside subdocGeert Bosch2016-08-022-5/+5
* SERVER-25034 reset initial sync state after resetting reporter and applierJudah Schvimer2016-08-021-1/+2
* SERVER-25380 StorageInterfaceImpl should use provided OperationContext in isA...Benety Goh2016-08-025-23/+122
* SERVER-25350 Move thread initialization from subclasses into ServiceContextMo...Sam Dunietz2016-08-027-37/+11
* SERVER-24239 Add support to collMod command for index names.David Hatch2016-08-022-25/+67
* SERVER-25366 Fix killOp arguments sent by the mongo shell on exit.Max Hirschhorn2016-08-021-1/+1
* SERVER-24823 Add support for remaining admin commandsGeert Bosch2016-08-015-13/+47
* SERVER-25171: add scons cache support and enable on relevant non-push variantsSam Kleinman2016-08-011-1/+4
* SERVER-24654 Add privilege checking for $facet stage.Charlie Swanson2016-08-011-29/+57
* SERVER-22734 unify --version output, thus adding enterprise designationsMatt Cotter2016-08-0110-31/+53
* SERVER-25388 Use consistent options parsing to force journaling to be enabled...Sam Dunietz2016-08-011-6/+5
* Revert "SERVER-25171: add scons cache support and enable on relevant non-push...Spencer T Brody2016-08-011-4/+1
* SERVER-25171: add scons cache support and enable on relevant non-push variantsSam Kleinman2016-08-011-1/+4
* SERVER-24767 Replicate viewsGeert Bosch2016-08-0124-84/+312
* SERVER-25340 Fixed lint errorAndreas Nilsson2016-08-011-5/+1
* SERVER-25340 Remove MONGODB-CR cluster authentication fallbackAndreas Nilsson2016-08-016-46/+7
* SERVER-25374 CollectionCloner should disable replicated writes on operation c...Benety Goh2016-08-012-4/+48
* SERVER-25244 unit tests for removeShard compatibility pathEsha Maharishi2016-08-017-40/+237
* SERVER-25154 unit tests for addShard compatibility pathEsha Maharishi2016-08-015-31/+276
* SERVER-25379 remove single document instead of dropping all dbs in config_ser...Esha Maharishi2016-08-011-2/+6
* Revert "SERVER-25320 Temporarily reset default initial sync to use old initia...Judah Schvimer2016-08-011-2/+2
* SERVER-24242 Make replica set apply batch size tunableMathias Stearn2016-08-013-4/+25
* SERVER-24242 Lock::ParallelBatchWriterMode sets isBatchWriter while in scopeMathias Stearn2016-08-013-2/+12
* SERVER-24242 MultiApplier should pass a clean txn to _multiApplyMathias Stearn2016-08-011-7/+0
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-0116-170/+212
* SERVER-25034 remove OplogOutOfOrder block from DataReplicator::_onOplogFetchF...Judah Schvimer2016-08-012-42/+182
* SERVER-23168 fix shell crashes on ctrl+cNathan Typanski2016-07-311-2/+35
* SERVER-24856 Make manual moveChunk requests go through the balancer on CSRS p...Kaloian Manassiev2016-07-3020-120/+130