summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/protocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-209/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-9/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-31/+6
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-1/+1
* 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-161-10/+8
* SERVER-32519 Add a new wire version for v3.8Dianna Hohensee2018-01-121-1/+1
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-6/+0
* SERVER-29264 Kill off rpc::RequestInterfaceMathias Stearn2017-06-071-0/+15
* SERVER-28816 OP_MSG for mongos ingress layerMathias Stearn2017-05-121-1/+0
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-271-39/+44
* SERVER-24792 verify new mongos -> old mongod failsNathan Myers2016-09-201-3/+3
* Revert "SERVER-24792 verify new mongos -> old mongod fails"Judah Schvimer2016-09-201-3/+3
* SERVER-24792 verify new mongos -> old mongod failsNathan Myers2016-09-201-3/+3
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-12/+61
* SERVER-21561 Remove privilege redaction added for backwards compatilityAndreas Nilsson2016-06-271-12/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+3
* SERVER-20357 Add some missing libdeps edgesAndrew Morrow2015-12-171-1/+0
* SERVER-21486 Redact bypassDocumentValidation from user privilege set when bei...Spencer T Brody2015-11-191-0/+13
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-191-0/+13
* SERVER-18849 only send wire version for find/getMore commands if config serve...David Storch2015-08-241-2/+3
* SERVER-19307 downconvert find/getMore based on wire protocol versionBenety Goh2015-07-161-5/+7
* SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy2015-06-241-0/+43
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-47/+39
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+117