summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/metadata/sharding_metadata.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-58743 Remove ShardingMetadataYoonsoo Kim2022-07-141-76/+0
|
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-46/+0
|
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
| | | | | | Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare.
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-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 licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-29734 Merge body and metadata in OP_QUERY reply handlingMathias Stearn2017-06-281-43/+0
|
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+2
| | | | | | | | | | | | | | | | | There are numerous places in the codebase where `mongo::Status` or `mongo::StatusWith< T >` objects are returned and never checked. Many of these are innocuous, but many of them are potentially severe bugs. This change introduces facilities to permit compile-time warning of unchecked `Status` and `StatusWith` usage on clang compilers. It introduces an `ignore` function which is useful to state that a specific "ignored status" case was intentional. It not presently an error, in clang builds, to forget to check a `Status` -- this will come in a later commit. This also introduces a `transitional_ignore` function, which allows for easy continual auditing of the codebase for current "whitelisted" unchecked-status instances. All present "ignored status" cases have been marked `transitional_ignore`.
* SERVER-21631: Remove gleStats format detection based on operation Protocol ↵Sam Dunietz2016-06-091-6/+4
| | | | (OP_COMMAND vs OP_QUERY)
* SERVER-23103 Break circularity between optime and bson_extractAndrew Morrow2016-03-211-0/+1
|
* SERVER-21603 Revert to old format for gleStats if being talked to by an old ↵r3.2.0-rc4Spencer T Brody2015-11-241-4/+6
| | | | mongos
* SERVER-20434 Allow mongos to store full OpTimes for GLE supportSiyuan Zhou2015-09-231-11/+28
|
* SERVER-19855 Change ShardingRequestMetadata to ConfigServerRequestMetadata ↵Spencer T Brody2015-09-181-15/+0
| | | | to parallel ConfigServerResponseMetadata
* SERVER-19905 SERVER-19855 Put config server optime into its own subobject ↵Spencer T Brody2015-09-171-0/+16
| | | | when sending with commands
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-93/+83
|
* SERVER-18236 send GLEStats over OP_COMMAND metadata objectAdam Midvidy2015-06-161-0/+155