summaryrefslogtreecommitdiff
path: root/src/mongo/s/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-293-3/+3
* SERVER-32860 Change dependency to repl_coordinator_interface instead of repl_...Henrik Edin2018-01-252-3/+3
* SERVER-32846 NamespaceString: add and remove relational operatorsBilly Donahue2018-01-241-1/+1
* SERVER-32674 Make SocketException not be a special typeMathias Stearn2018-01-192-11/+11
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-172-12/+6
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-171-3/+1
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-173-26/+22
* SERVER-30815 Refactor libraries to reduce cyclesAndrew Morrow2018-01-101-9/+2
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-2/+1
* SERVER-30768 Mark hosts as down on NetworkInterfaceExceededTimeLimit instead ...Jack Mulrow2017-12-112-6/+4
* SERVER-31498 Make build more clang5 friendlySara Golemon2017-11-221-32/+31
* SERVER-31873 Make mongos retry findAndModify with txnNumberKaloian Manassiev2017-11-112-5/+3
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-4/+3
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-022-4/+3
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-112-0/+8
* SERVER-31184 Cleanup usages of global service context objectsKaloian Manassiev2017-10-101-2/+2
* SERVER-29027 Allow collections in the config db to be shardedsamantharitter2017-09-284-3/+12
* SERVER-30838 Remove _inlock names in sharding subsystemNathan Myers2017-09-252-22/+22
* SERVER-31187 refactor ShardLocal and move some functionality to RSLocalClientMisha Tyulenev2017-09-205-124/+274
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-133-17/+17
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-09-131-1/+2
* SERVER-29203 Remove batch size limit for config server writessamantharitter2017-08-181-5/+0
* SERVER-28510 Close incoming mongod connection on NotMaster error when handlin...Mathias Stearn2017-08-171-3/+1
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-162-3/+3
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-1/+1
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-4/+4
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-1/+1
* SERVER-30580 Remove DBException::_shard memberMathias Stearn2017-08-161-2/+0
* Revert "SERVER-30546 Use Command::filterCommandReplyForPassthrough() for filt...Hugh Han2017-08-101-4/+4
* SERVER-30546 Use Command::filterCommandReplyForPassthrough() for filtering re...Hugh Han2017-08-101-4/+4
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-8/+5
* SERVER-29700 add operationTime in all connections used by mongosMisha Tyulenev2017-07-191-3/+4
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-3/+3
* SERVER-30091 improve default error message for failing to run a remote comman...Esha Maharishi2017-07-111-1/+2
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-1/+2
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-281-2/+2
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-271-0/+2
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-261-2/+0
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-261-0/+2
* SERVER-29107 move shardCollection logic into new _configsvrShardCollection co...Esha Maharishi2017-06-211-1/+1
* SERVER-29525 ShardRemote should just use the readPref it is givenMathias Stearn2017-06-131-12/+5
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-29252 Rotate the coreshard & sharding client cycle.ADAM David Alan Martin2017-05-171-5/+2
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28814 Add and use ReadPreferenceSetting::secondaryPreferredMetadata()Mathias Stearn2017-05-121-5/+2
* SERVER-29034 change Shard::runBatchWriteCommandOnConfig to run write commands...Esha Maharishi2017-05-012-15/+20
* SERVER-29016: make ShardRegistry::reload interruptibleMisha Tyulenev2017-04-281-2/+5