summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bson_validate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-2/+1
* SERVER-50338 Avoid using negative subscript in BSONValidateGeert Bosch2020-09-251-1/+1
* SERVER-50771 The BSONValidate fast path should support a depth of 32Geert Bosch2020-09-081-2/+2
* SERVER-44401 Fix CodeWScope edge cases in new BSONValidateGeert Bosch2020-08-171-0/+1
* SERVER-44401 Optimize validateBSONGeert Bosch2020-08-141-340/+230
* Revert "SERVER-44401 Optimize validateBSON"Gregory Wlodarek2020-08-141-225/+342
* SERVER-44401 Optimize validateBSONGeert Bosch2020-08-131-342/+225
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-261-9/+4
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-151-1/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-12/+3
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-131-0/+7
* Revert "SERVER-26703 reject commands exceeding the BSON depth limit"Max Hirschhorn2017-03-061-7/+0
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-061-0/+7
* SERVER-26942 When validateBSON() returns InvalidBSON, it should include the f...Tess Avitabile2016-11-221-39/+63
* SERVER-26790: validateElementInfo should verify OIDs can be skippedSpencer Jackson2016-10-281-1/+3
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-3/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-181-1/+1
* SERVER-23873 Optimize validateBSONMathias Stearn2016-04-291-11/+16
* SERVER-23895 Coverity analysis defect 98855: Logically dead codeGeert Bosch2016-04-271-1/+1
* SERVER-1393 Allow specifying BSON version to validateGeert Bosch2016-04-221-8/+14
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-0/+12
* SERVER-18997 Enforce value of boolean byte in bson validationAndrew Morrow2015-07-211-2/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-301/+293
* SERVER-18167 handle BSON Validation in OP_COMMANDAdam Midvidy2015-06-171-8/+0
* SERVER-18167 add method for validating input/output to a DataRangeAdam Midvidy2015-05-181-0/+8
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-141-1/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+1
* SERVER-17278: Enforce BSON BinData lengthSpencer Jackson2015-02-131-0/+3
* SERVER-17264: improve bson validation for utf-8 stringsEliot Horowitz2015-02-111-0/+5
* SERVER-15174 Fixup a few overlooked alignment/endian issues in BSONAndrew Morrow2014-09-241-2/+2
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12260 Don't look for _id field name after EOOMathias Stearn2014-01-061-3/+7
* SERVER-11903 Remove BSONElement::validate()Mathias Stearn2014-01-031-23/+73
* SERVER-9680 Use a signed char to store BSONType enumerationsRobie Basak2013-06-041-2/+2
* SERVER-8183 Iterative implementation of validateBSON().Andy Schwerin2013-01-181-99/+177
* fix validateBSON CodeWScope checksEliot Horowitz2012-12-191-6/+11
* SERVER-7769 - fast bson validateEliot Horowitz2012-12-181-0/+229