summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23059: storage interface improvementsScott Hernandez2016-06-1722-108/+1237
* SERVER-23750: run DataReplicator::initialSync on ReplCoodExt initial sync threadScott Hernandez2016-06-176-2/+31
* SERVER-23750: change writeOpsToOplog to take the oplog collection nameScott Hernandez2016-06-172-0/+43
* SERVER-23750: remove init impl from header and add invariant checksScott Hernandez2016-06-172-4/+10
* SERVER-23750: enable slaveOk/Secondary read preference for fetch/oplogFetcherScott Hernandez2016-06-176-12/+29
* SERVER-23750: ensure runner cancels all tasksScott Hernandez2016-06-171-14/+19
* SERVER-23750: add InNetworkGuard::dismissScott Hernandez2016-06-172-1/+26
* SERVER-24049: use DataReplicator::InitialSync when 'useDataReplicatorInitialS...Scott Hernandez2016-06-171-1/+1
* SERVER-19200: Check the initialSyncFlag when starting replicationScott Hernandez2016-06-176-10/+37
* SERVER-24364 Implements MetadataManager to manage CollectionMetadata instancesLeon Zaruvinsky2016-06-174-14/+203
* SERVER-24544 Make ShardingTest inherit the methods from 'sh'Kaloian Manassiev2016-06-171-59/+66
* SERVER-19556 Add entry for start/stopBalancer to sh.help()Kaloian Manassiev2016-06-171-16/+16
* SERVER-22347 Use "legacy" read mode for replica set connections.Max Hirschhorn2016-06-163-2/+19
* SERVER-24250 Try to wait for server to idle when running under ASANAndrew Morrow2016-06-161-39/+75
* SERVER-23103 Repair ussert ID collisionAndrew Morrow2016-06-161-3/+3
* SERVER-23103 Don't use pooled scopes in benchrunAndrew Morrow2016-06-161-4/+4
* SERVER-23103 Remove the ntservice mockAndrew Morrow2016-06-1619-86/+9
* SERVER-23103 Remove clientAndShell as it is now emptyAndrew Morrow2016-06-162-51/+0
* SERVER-23103 Remove the unit test crutchAndrew Morrow2016-06-1613-79/+1
* SERVER-23103 Repair some bad includesAndrew Morrow2016-06-163-9/+13
* SERVER-23103 Refactor access to haveLocalShardingInfoAndrew Morrow2016-06-1611-22/+109
* SERVER-23103 Make service contexts responsible for creating DBDirectClientsAndrew Morrow2016-06-1613-39/+152
* SERVER-23103 Add missing inline keywordAndrew Morrow2016-06-161-1/+1
* SERVER-24414 log deprecation warning when aggregate command is used without '...David Storch2016-06-161-0/+18
* SERVER-23761 on MMAPv1, set data file version bit for collationDavid Storch2016-06-165-2/+51
* SERVER-24577 removed OperationContext argument from some OplogBuffer function...Benety Goh2016-06-167-22/+22
* SERVER-24489 de-dupe the creation of detached Shards for addShardEsha Maharishi2016-06-162-46/+37
* SERVER-24577 added OperationContext argument to OplogBuffer interfaceBenety Goh2016-06-1627-362/+384
* SERVER-24085: Grant existing lock requests on enabling compatibleFirstGeert Bosch2016-06-162-4/+47
* SERVER-23816 Add $sortByCount aggregation stageSally McNichols2016-06-166-21/+234
* SERVER-24595 enforce ismaster response has ok:1Matt Cotter2016-06-164-0/+58
* SERVER-24577 added support to ThreadPool for post-initialization function on ...Benety Goh2016-06-164-1/+30
* SERVER-24577 updated ReplicationExecutor to run callbacks on client threadsBenety Goh2016-06-162-5/+35
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-1581-363/+719
* SERVER-24576 Increase the default findHost timeoutKaloian Manassiev2016-06-151-1/+1
* SERVER-24508 move collation serialization into the CollationSpecDavid Storch2016-06-1516-527/+359
* SERVER-24594 raise default write concern timeout for security shell helpersEric Milkie2016-06-151-1/+1
* SERVER-24481 Fix KeyString version selection on WTGeert Bosch2016-06-156-21/+28
* SERVER-24570 Fix overeager dassert in WriteConcernResult::appendToGeert Bosch2016-06-151-1/+2
* SERVER-22672 Move the sharding balancer to the CSRS primaryKaloian Manassiev2016-06-1525-139/+1112
* SERVER-24590 Protect ScopedRegisterMigration against self-assignmentKaloian Manassiev2016-06-151-4/+7
* SERVER-24479 Remove misleading and unnecessary =default declarations from Not...Andy Schwerin2016-06-151-19/+1
* SERVER-23761 set NR feature bit for collationDavid Storch2016-06-155-10/+34
* SERVER-24560 replaced references to BlockingQueue in BackgroundSync with Oplo...Benety Goh2016-06-148-25/+146
* SERVER-24456 Tests should lower RocksDB cache sizeMike Grundy2016-06-141-2/+8
* SERVER-24393 Implement types for assignKeyRangeToZone and _configsvrAssignKey...Randolph Tan2016-06-144-0/+631
* SERVER-24493 updated DataReplicator to obtain new instance of oplog buffer fr...Benety Goh2016-06-142-6/+18
* SERVER-24492 replication coordinator external state creates oplog buffer for ...Benety Goh2016-06-1410-0/+34
* SERVER-24558 Fix hash_shard_num_chunks.jsKaloian Manassiev2016-06-142-26/+12
* SERVER-24201 jsTest.authenticateNodes doesn't handle temp network errorsJonathan Abrahams2016-06-143-32/+29