summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/object_check.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-34345 replace ...WITH_VALIDATOR macros to ->withValidator syntax.Billy Donahue2018-05-151-19/+17
| | | | | | metaprogramming compactness mark unused auto pointer change is_same value use from {} to ::value
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-131-1/+25
| | | | | Any command sent to the server that exceeds the depth limit will fail. This also prevents users from inserting documents that exceed the depth limit.
* Revert "SERVER-26703 reject commands exceeding the BSON depth limit"Max Hirschhorn2017-03-061-25/+1
| | | | This reverts commit c2b3178e0cae20a24bc9cc39a750bb864def17e3.
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-061-1/+25
| | | | | Any command sent to the server that exceeds the depth limit will fail. This also prevents users from inserting documents that exceed the depth limit.
* SERVER-25159 Default BSON validation version should depend on ↵Tess Avitabile2016-09-021-9/+0
| | | | admin.system.version
* SERVER-1393: Include decimal support under control of server parameterGeert Bosch2016-04-221-2/+7
|
* SERVER-20609 make BSON validation inlineableAdam Midvidy2015-11-101-5/+0
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-6/+6
|
* SERVER-18167 handle BSON Validation in OP_COMMANDAdam Midvidy2015-06-171-0/+49