summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/protocol_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49813 Update parseProtocolSet unit tests to include last-continuous an...Jason Chan2020-08-271-12/+33
* SERVER-49270: Set minWireVersion based on FCV and refactor protocol testsGrace Luong2020-07-311-108/+121
* SERVER-49064 Update references of "last-stable" to use "last-continuous" and ...Jason Chan2020-07-231-12/+12
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+4
* 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-7/+6
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-11/+10
* SERVER-32635 an old mongos server communicating with a fully upgraded cluster...Dianna Hohensee2018-02-161-0/+18
* SERVER-32519 Add a new wire version for v3.8Dianna Hohensee2018-01-121-0/+10
* SERVER-32519 clean up WireVersion enum uses in the code to use LATEST_WIRE_VE...Dianna Hohensee2018-01-121-37/+129
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-271-2/+13
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-4/+70
* SERVER-24191 Bump wire version number to show command support for write concernLeon Zaruvinsky2016-06-071-2/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+4
* SERVER-18849 only send wire version for find/getMore commands if config serve...David Storch2015-08-241-7/+7
* SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy2015-06-241-0/+36
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-24/+24
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+66