summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-27713 create an OpObserver for shard chunk metadata updatesDianna Hohensee2017-06-153-4/+5
* SERVER-29369 Get rid of one extra find in _configsvrCommitChunkMigrationKaloian Manassiev2017-06-141-97/+58
* SERVER-29319 Support OpMsgRequest in mongos command dispatchMathias Stearn2017-06-131-29/+27
* SERVER-29525 filter mongos command requests only where neededMathias Stearn2017-06-1317-120/+87
* SERVER-29525 sharding/explain_agg_read_pref.js shouldn't rely on internal $qu...Mathias Stearn2017-06-131-13/+1
* SERVER-29525 Replace getReadPref with using OpCtx decorationMathias Stearn2017-06-138-44/+40
* SERVER-29525 ShardRemote should just use the readPref it is givenMathias Stearn2017-06-138-36/+44
* SERVER-28964 Make mongos behavior on invalid OP_MSG match mongodMathias Stearn2017-06-131-7/+10
* SERVER-29461 Filter command output to avoid duplicating generic reply fieldsMathias Stearn2017-06-1310-18/+18
* SERVER-29489 Use 'maxTimeMs' when calling listDatabases against shardsKaloian Manassiev2017-06-132-1/+8
* SERVER-29472 Install PeriodicRunnerASIO on mongod and mongossamantharitter2017-06-132-1/+16
* SERVER-29412 make the movePrimary command use the IDLJessica Yu2017-06-123-6/+58
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-095-47/+65
* SERVER-29464 Fix memory leak in BatchedDeleteRequest and BatchedUpdateRequestKaloian Manassiev2017-06-094-0/+10
* SERVER-29464 Get rid of unused code in the write commands parsingKaloian Manassiev2017-06-099-66/+6
* SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-082-6/+2
* SERVER-28753 Add support for TxnNumber/StmtId in write commandsKaloian Manassiev2017-06-084-104/+219
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-0815-380/+78
* SERVER-29456 mongos fall back to cluster time if no operation time set on ope...Mathias Stearn2017-06-071-4/+9
* SERVER-29319 Don't try to handle StaleConfigException with empty nsMathias Stearn2017-06-071-7/+9
* SERVER-29319 Move mongos runCommand higher in file to eliminate forward decla...Mathias Stearn2017-06-071-56/+48
* Revert "SERVER-29464 Get rid of BSONSerializable"Max Hirschhorn2017-06-0711-62/+244
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-0711-244/+62