Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-50849 Update FCV constants to recognize 4.9 as latest | A. Jesse Jiryu Davis | 2020-10-08 | 1 | -1/+4 |
| | |||||
* | SERVER-49802 Update FCV constants to recognize 4.8 as latest | Jason Chan | 2020-09-30 | 1 | -1/+4 |
| | |||||
* | SERVER-49783: Update latest FCV to 4.7 | Lingzhi Deng | 2020-08-02 | 1 | -3/+3 |
| | |||||
* | SERVER-49270: Set minWireVersion based on FCV and refactor protocol tests | Grace Luong | 2020-07-31 | 1 | -0/+7 |
| | |||||
* | SERVER-49157 Initialize WireSpec during MONGO_INITIALIZER | Amirsaman Memaripour | 2020-07-29 | 1 | -42/+81 |
| | |||||
* | SERVER-49063: Update FCV 4.6 constants to 4.5.1 | Lingzhi Deng | 2020-07-09 | 1 | -3/+3 |
| | |||||
* | SERVER-47696 Update v4.6 Placeholder Wire Version name | Jason Chan | 2020-06-02 | 1 | -3/+3 |
| | |||||
* | SERVER-46323 Update FCV constants throughout server code following 4.4 branch | Ali Mir | 2020-04-22 | 1 | -1/+4 |
| | | | | | | | | | | | | | | SERVER-46589 Update Execution-related generic upgrade/downgrade references SERVER-46587 Update Replication-related generic upgrade/downgrade references SERVER-46839 Update Sharding-related generic upgrade/downgrade references SERVER-46590 Update Query-related generic upgrade/downgrade references SERVER-46318 Bump wire protocol version for 4.6 SERVER-46313 Bump Powercycle FCV | ||||
* | SERVER-42985 Replace 4.4 placeholder value in WireVersion enum | Amirsaman Memaripour | 2020-02-06 | 1 | -3/+3 |
| | |||||
* | SERVER-41230 Update FCV constants throughout server code following 4.2 branch | Bernard Gorman | 2019-08-23 | 1 | -1/+4 |
| | | | | | | | SERVER-42162 Update Execution-related generic upgrade/downgrade references SERVER-42642 Update Replication-related generic upgrade/downgrade references SERVER-42592 Update Sharding-related generic upgrade/downgrade references SERVER-42794 Update Query-related generic upgrade/downgrade references SERVER-41545 Bump wire protocol version for 4.4 | ||||
* | SERVER-40357 expand all calls to MONGO_DISALLOW_COPYING | Billy Donahue | 2019-03-28 | 1 | -2/+2 |
| | | | | | | | | | | | produced by: hits="$(git grep -n MONGO_DISALLOW_COPYING | cut -d: -f1 )" for f in "$hits"; do sed -i.orig ' s/^\( *\)MONGO_DISALLOW_COPYING(\(.*\));/\1\2(const \2\&) = delete;\n\1\2\& operator=(const \2\&) = delete;/; ' $f done | ||||
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -1/+0 |
| | | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | ||||
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -26/+28 |
| | |||||
* | SERVER-35655 Update FCV constants throughout server code. | Blake Oler | 2018-07-02 | 1 | -5/+5 |
| | | | | | | | | | SERVER-35169 Bump wire protocol version for 4.2. SERVER-35752 Ensure tests that rely on FCV pass after updating FCV constants. SERVER-35163 Unblacklist tests that expect FCV version to differ between "last-stable" and "latest." SERVER-34984 Update major_version_upgrade.js to call setFCV to the latest FCV. SERVER-35656 Ensure a 4.0 mongos crashes upon attempting to connect to an FCV 4.2 cluster. SERVER-35404 Re-enable the sharding_last_stable_mongos_and_mixed_shards suite. | ||||
* | SERVER-32635 an old mongos server communicating with a fully upgraded ↵ | Dianna Hohensee | 2018-02-16 | 1 | -0/+3 |
| | | | | cluster should crash | ||||
* | SERVER-32519 Add a new wire version for v3.8 | Dianna Hohensee | 2018-01-12 | 1 | -1/+4 |
| | |||||
* | SERVER-31631 Bump minimum outgoing wire version for mongod when ↵ | Tess Avitabile | 2017-11-09 | 1 | -8/+26 |
| | | | | featureCompatibilityVersion is 3.6 | ||||
* | SERVER-28508 OP_MSG in egress and mongod | Mathias Stearn | 2017-04-27 | 1 | -1/+4 |
| | |||||
* | SERVER-26715 Set default values for WireSpec min/max values | Jonathan Reams | 2016-11-08 | 1 | -2/+6 |
| | |||||
* | SERVER-26420 fix shell to not send internalClient info in isMaster | David Storch | 2016-10-24 | 1 | -0/+4 |
| | |||||
* | SERVER-26420 add internalClient information to isMaster handshake request | David Storch | 2016-10-20 | 1 | -4/+21 |
| | |||||
* | SERVER-25393 Disallow mongos making connections to older versions | Mark Benvenuto | 2016-08-19 | 1 | -12/+26 |
| | |||||
* | SERVER-24191 Bump wire version number to show command support for write concern | Leon Zaruvinsky | 2016-06-07 | 1 | -0/+3 |
| | |||||
* | SERVER-20651 do not allow mongos connect to mongod if mongod does not ↵ | Misha Tyulenev | 2015-11-19 | 1 | -6/+24 |
| | | | | support COMMAND protocol | ||||
* | SERVER-20640 Get wire versions from native DBClient instead of running isMaster | Jonathan Reams | 2015-11-05 | 1 | -2/+2 |
| | |||||
* | SERVER-18849 only send wire version for find/getMore commands if config ↵ | David Storch | 2015-08-24 | 1 | -3/+3 |
| | | | | | | | | | server mode is CSRS A mongod will return a maxWireVersion of 4 to indicate support for the find and getMore commands. In constrast, mongos will only return maxWireVersion of 4 if configured with CSRS, as full find/getMore command support is predicated on config server as a replica set. | ||||
* | SERVER-19035 bump wire version for OP_COMMAND and find/getMore | Adam Midvidy | 2015-06-22 | 1 | -2/+5 |
| | |||||
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 1 | -32/+32 |
| | |||||
* | SERVER-15330: Bump maxWireProtocolVersion for 2.8 features | Dan Pasette | 2014-09-23 | 1 | -3/+6 |
| | |||||
* | SERVER-9038 Increment max wire version indicating write commands are now ↵ | Alberto Lerner | 2013-10-11 | 1 | -1/+4 |
| | | | | supported. | ||||
* | SERVER-8886 Add OpenSSL exception to files in src/mongo/db | Ian Whalen | 2013-09-06 | 1 | -0/+12 |
| | |||||
* | SERVER-10529 Allow isMaster to report the wire version (range) it expects. | Alberto Lerner | 2013-08-20 | 1 | -0/+50 |