summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-093-24/+4
* SERVER-29264 Kill off rpc::RequestInterfaceMathias Stearn2017-06-0713-309/+107
* SERVER-29364 rpc::OpMsgReply should have owned BSON in the bodyMathias Stearn2017-05-301-1/+1
* SERVER-29264 Replace RequestInterface with OpMsgRequest in mongod command dis...Mathias Stearn2017-05-303-10/+5
* SERVER-28127 Fix Shared Library link failureRandolph Tan2017-05-221-1/+0
* SERVER-28127 Integrate KeyManager to LogicalClockRandolph Tan2017-05-221-35/+7
* SERVER-29071 gossip clusterTime in mongo shellMisha Tyulenev2017-05-173-11/+56
* SERVER-28814 Add missing libdepMathias Stearn2017-05-121-0/+1
* SERVER-28816 OP_MSG for mongos ingress layerMathias Stearn2017-05-121-1/+0
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-128-701/+222
* SERVER-28814 Stop returning Status from metadata functionsMathias Stearn2017-05-125-128/+45
* SERVER-29022 Check type of $db in OpMsgRequestMathias Stearn2017-05-051-1/+1
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside collec...Randolph Tan2017-05-043-8/+14
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-033-14/+8
* SERVER-28562 Move LogicalTime HMAC computation outside collection lockRandolph Tan2017-05-033-8/+14
* SERVER-28508 Reserve space in OpMsgReplyBuilder::getInPlaceReplyBuilderMathias Stearn2017-04-281-1/+6
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-275-43/+217
* SERVER-28565 invariant for _clusterTime proof in LogicalTimeMetadata::writeTo...Jack Mulrow2017-04-191-0/+3
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-182-5/+10
* SERVER-28508 Move DB validation from request parser to command processorMathias Stearn2017-04-125-87/+0
* SERVER-28663 rename config server metadata from configsvr to $configsvrMathias Stearn2017-04-126-7/+52
* SERVER-28508 Delete unused DocumentRange rpc cruftMathias Stearn2017-04-1227-486/+4
* SERVER-28508 Clean up rpc interfaces to not overly constrain implementationsMathias Stearn2017-04-1210-56/+13
* SERVER-28438 Add keyId field to logicalTime objectJack Mulrow2017-03-283-11/+85
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-131-1/+25
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-105-38/+29