summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-1349-136/+136
* SERVER-29731 Unify logic around directly invoking a commandMathias Stearn2017-07-132-8/+6
* SERVER-29745 after a successful migration, ensure the metadata update is pers...Dianna Hohensee2017-07-135-0/+40
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-1331-111/+93
* SERVER-29817 Move construction of CollectionMetadata data structures out of S...Andy Schwerin2017-07-121-2/+13
* SERVER-29817 Move all ChunkManager construction logic into chunk_manager.cpp;...Andy Schwerin2017-07-123-93/+142
* SERVER-29988 operationTime returned to mongo shell can not be uninitializedMisha Tyulenev2017-07-121-1/+3
* SERVER-28495 FTDC for MongoSMark Benvenuto2017-07-123-2/+33
* SERVER-30091 improve default error message for failing to run a remote comman...Esha Maharishi2017-07-111-1/+2
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-111-1/+1
* Revert "SERVER-29745 after a successful migration, ensure the metadata update...Dianna Hohensee2017-07-115-40/+0
* SERVER-29745 after a successful migration, ensure the metadata update is pers...Dianna Hohensee2017-07-105-0/+40
* Revert "SERVER-29745 after a successful migration, ensure the metadata update...Dianna Hohensee2017-07-075-40/+0
* SERVER-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-072-121/+37
* SERVER-29745 after a successful migration, ensure the metadata update is pers...Dianna Hohensee2017-07-075-0/+40
* SERVER-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-0623-787/+272
* SERVER-28752 Remove duplicated common fields from the insert/update/delete pa...Kaloian Manassiev2017-07-0613-176/+35
* SERVER-29817 Do not use chunk map data structure in ChunkManager interface.Andy Schwerin2017-07-052-6/+49
* SERVER-29817 Always intialize bytesWritten to 0 for chunks.Andy Schwerin2017-07-053-26/+3
* SERVER-27198 Remove ASIO based MessagingPort implementationAndrew Morrow2017-07-054-5/+1
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-3/+2
* SERVER-29414 move the logic of the movePrimary into the new _configsvrMovePri...Jessica Yu2017-07-032-221/+37
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-282-4/+6
* SERVER-29776 Add codeName to more command failure pathsMathias Stearn2017-06-285-32/+10
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-282-4/+3
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-272-0/+4
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-0/+2
* SERVER-29759 on _configsvrSetFeatureCompatibilityVersion=3.6, generate and pe...Esha Maharishi2017-06-262-0/+36
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-262-4/+0
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-262-0/+4
* SERVER-29773 Create a new VersionNotifications classDianna Hohensee2017-06-265-0/+32
* SERVER-29325 add constructors for CollectionAndChangedChunks structDianna Hohensee2017-06-263-1/+58
* SERVER-29804 Remove 'undefined behaviour' in the sharding catalog unit-testsKaloian Manassiev2017-06-267-63/+45
* SERVER-29248 Add parameter to adjust frequency of key rotationMisha Tyulenev2017-06-231-2/+4
* SERVER-27723 Undeprecate ChunkType::DEPRECATED_epoch and ChunkType::DEPRECATE...Joanna Huang2017-06-2310-45/+42
* SERVER-29652 mongos should not gossip logical time until admin.system.keys is...Jack Mulrow2017-06-221-13/+15
* SERVER-28150 Add support for readConcern::afterClusterTime for level == localMisha Tyulenev2017-06-211-1/+1
* SERVER-29107 move shardCollection logic into new _configsvrShardCollection co...Esha Maharishi2017-06-2120-1376/+738
* SERVER-29437 update shard config.collections schema to use lastRefreshedChunk...Dianna Hohensee2017-06-206-35/+49
* SERVER-28418 make the split command on mongod return a stale version error if...r3.5.9Esha Maharishi2017-06-201-1/+5
* SERVER-29319 mongos write commands support document sequencesMathias Stearn2017-06-1922-249/+267
* SERVER-29319 Check $db in explainMathias Stearn2017-06-191-0/+8
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-196-27/+20
* SERVER-28754 Make BatchWriteExec on mongos send txnNumber/stmtId in the expli...Kaloian Manassiev2017-06-191-0/+15
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-1824-184/+266
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-172-11/+10
* SERVER-19318 Allow $currentOp aggregations to be run on mongoSBernard Gorman2017-06-169-130/+172
* SERVER-29475 Install the logical session cachesamantharitter2017-06-162-0/+6
* SERVER-29566 link cluster_commands_common.cpp into both mongos and mongodJessica Yu2017-06-1522-124/+47
* SERVER-28943 increase stale version retries from 3 to 10Esha Maharishi2017-06-151-1/+1