summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-07-013-5/+11
* SERVER-35272 Remove dependencies on ssl_manager and transport_layer from embe...Henrik Edin2018-06-071-1/+1
* SERVER-35115 Decouple DBDirectClient from networking clientsMathias Stearn2018-05-311-2/+2
* SERVER-34345 replace ...WITH_VALIDATOR macros to ->withValidator syntax.Billy Donahue2018-05-151-19/+17
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-2/+19
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-1/+1
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-0526-26/+2159
* SERVER-34141 Reset client metadata when missing in metadataMark Benvenuto2018-05-012-7/+25
* SERVER-32639 skip signing and validating clusterTime in arbitersMisha Tyulenev2018-04-121-1/+1
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-021-1/+2
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-152-2/+21
* SERVER-33437 Make Decorables not type-erased.ADAM David Alan Martin2018-03-021-2/+0
* SERVER-33260 Fix format of FCV-related IncompatibleServerVersion error messagesXiangyu Yao2018-02-271-6/+7
* SERVER-33260 Log more helpful messages for FCV-related IncompatibleServerVers...Xiangyu Yao2018-02-271-2/+11
* SERVER-32635 an old mongos server communicating with a fully upgraded cluster...Dianna Hohensee2018-02-162-10/+26
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-0/+1
* SERVER-32463 Remove FCV dependent causal consistency codeJack Mulrow2018-01-191-16/+10
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-1/+2
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-172-80/+36
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-32519 Add a new wire version for v3.8Dianna Hohensee2018-01-122-1/+11
* SERVER-32519 clean up WireVersion enum uses in the code to use LATEST_WIRE_VE...Dianna Hohensee2018-01-121-37/+129
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-045-1/+130
* SERVER-30244-pre1 move DataType::Handler<StringData> specialization to avoid ...Billy Donahue2017-11-101-1/+1
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-022-3/+3
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-31531 featureCompatibilityVersion writes must check for writeErrorsTess Avitabile2017-10-182-0/+56
* SERVER-26109 Propagate MongoS information in client_metadata documentsMark Benvenuto2017-10-124-3/+90
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-2/+1
* SERVER-30857 Support unknown Linux distributionsMark Benvenuto2017-09-201-6/+0
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-132-4/+4
* SERVER-30700 Better error message on $db in OP_QUERY requestMathias Stearn2017-09-111-0/+2
* SERVER-28964 Close connection after seeing invalid OP_MSG flagsMathias Stearn2017-08-172-1/+10
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-163-12/+12
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-011-2/+0
* SERVER-29700 add operationTime in all connections used by mongosMisha Tyulenev2017-07-195-12/+21
* SERVER-29731 upconvertRequest now uses document sequences where appropriateMathias Stearn2017-07-136-17/+127
* SERVER-29731 upconvertRequest shouldn't separate data and metadataMathias Stearn2017-07-135-82/+63
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-115-14/+14
* SERVER-30065 Do libdeps dependency types by section, not tupleAndrew Morrow2017-07-081-0/+2
* SERVER-27198 Remove ASIO based MessagingPort implementationAndrew Morrow2017-07-051-1/+1
* SERVER-28509 Downconvert document sequences when serializing requests to old ...Mathias Stearn2017-06-285-18/+129
* SERVER-18292 Re-enable tests tagged with SERVER-18292Mathias Stearn2017-06-281-1/+1
* SERVER-29734 Merge body and metadata in OP_QUERY reply handlingMathias Stearn2017-06-2810-264/+66
* SERVER-29654 Enable keys generation and logicalTime processing on shards and ...Jack Mulrow2017-06-221-10/+16
* SERVER-29319 Replace RequestBuilderInterface with OpMsgRequestMathias Stearn2017-06-1912-394/+206
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-197-18/+14
* SERVER-29626 Remove code to upconvert and downconvert AuditMetadataMathias Stearn2017-06-193-55/+4
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-185-8/+8
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-1/+1