summaryrefslogtreecommitdiff
path: root/src/mongo/db/wire_version.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-1/+16
* SERVER-59012: Calculate FCV constants in resmokeXueruiFa2021-09-201-2/+2
* SERVER-57819 Select sync source in FileCopyBasedInitialSyncerHuayu Ouyang2021-09-021-0/+3
* SERVER-59012: Revert calculating FCV constants in resmokeXueruiFa2021-09-021-2/+2
* SERVER-59012: Calculate FCV constants in resmokeXueruiFa2021-09-011-2/+2
* SERVER-58346: Calculate generic WireVersion enum constantsXueruiFa2021-08-091-9/+6
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-2/+5
* SERVER-54434 Update FCV constants to recognize 5.0 as latestJon Streets2021-04-071-1/+4
* SERVER-50849 Update FCV constants to recognize 4.9 as latestA. Jesse Jiryu Davis2020-10-081-1/+4
* SERVER-49802 Update FCV constants to recognize 4.8 as latestJason Chan2020-09-301-1/+4
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-3/+3
* SERVER-49270: Set minWireVersion based on FCV and refactor protocol testsGrace Luong2020-07-311-0/+7
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-291-42/+81
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-3/+3
* SERVER-47696 Update v4.6 Placeholder Wire Version nameJason Chan2020-06-021-3/+3
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-1/+4
* SERVER-42985 Replace 4.4 placeholder value in WireVersion enumAmirsaman Memaripour2020-02-061-3/+3
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-1/+4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* 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-26/+28
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-5/+5
* SERVER-32635 an old mongos server communicating with a fully upgraded cluster...Dianna Hohensee2018-02-161-0/+3
* SERVER-32519 Add a new wire version for v3.8Dianna Hohensee2018-01-121-1/+4
* SERVER-31631 Bump minimum outgoing wire version for mongod when featureCompat...Tess Avitabile2017-11-091-8/+26
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-271-1/+4
* SERVER-26715 Set default values for WireSpec min/max valuesJonathan Reams2016-11-081-2/+6
* SERVER-26420 fix shell to not send internalClient info in isMasterDavid Storch2016-10-241-0/+4
* SERVER-26420 add internalClient information to isMaster handshake requestDavid Storch2016-10-201-4/+21
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-12/+26
* SERVER-24191 Bump wire version number to show command support for write concernLeon Zaruvinsky2016-06-071-0/+3
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-191-6/+24
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-2/+2
* SERVER-18849 only send wire version for find/getMore commands if config serve...David Storch2015-08-241-3/+3
* SERVER-19035 bump wire version for OP_COMMAND and find/getMoreAdam Midvidy2015-06-221-2/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-32/+32
* SERVER-15330: Bump maxWireProtocolVersion for 2.8 featuresDan Pasette2014-09-231-3/+6
* SERVER-9038 Increment max wire version indicating write commands are now supp...Alberto Lerner2013-10-111-1/+4
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10529 Allow isMaster to report the wire version (range) it expects.Alberto Lerner2013-08-201-0/+50