summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "SERVER-36299 Add integration test for exhaust with OP_MSG"William Schultz2018-09-061-121/+0
* SERVER-36299 Add integration test for exhaust with OP_MSGWilliam Schultz2018-09-061-0/+121
* SERVER-36105 Implement server support for exhaust cursors in OP_MSGWilliam Schultz2018-08-211-0/+1
* SERVER-36463 bypass validation of dummy signatures for isMaster on the unauth...Misha Tyulenev2018-08-132-2/+16
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-308-58/+17
* SERVER-33135 collapse rpc libsMathias Stearn2018-07-301-44/+6
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-3021-1279/+43
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-0/+4
* Fix error codesGeert Bosch2018-07-121-1/+1
* SERVER-35460 Replaced CommandReplyBuilder with direct usage of ReplyBuilderIn...Anthony Roy2018-07-059-25/+149
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-022-12/+11
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-296-6/+8
* SERVER-32198 Add support for an optional `vWanted` to StaleConfigInfoKaloian Manassiev2018-06-271-4/+14
* SERVER-35691 Cleanup StaleConfigInfo serializationKaloian Manassiev2018-06-272-8/+6
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-06-222-1/+9
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-0/+1
* 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