summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bson_validate_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-27/+18
* 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-14/+17
* SERVER-12203 Remove tautological assert in bson_validate_test.cppBen Shteinfeld2017-06-071-4/+5
* SERVER-26942 When validateBSON() returns InvalidBSON, it should include the f...Tess Avitabile2016-11-221-5/+15
* SERVER-25679 Fix compile with clang-3.9Mathias Stearn2016-11-031-1/+1
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-26/+28
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-11/+19
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-281-0/+2
* SERVER-18997 Enforce value of boolean byte in bson validationAndrew Morrow2015-07-211-1/+22
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-221/+224
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-3/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+1
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-141-1/+1
* SERVER-17264: improve bson validation for utf-8 stringsEliot Horowitz2015-02-111-0/+16
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove scoped_array from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15174 Fixup a few overlooked alignment/endian issues in BSONAndrew Morrow2014-09-241-2/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-11903 Fix bug in bson_validate_test support codeMathias Stearn2014-01-061-1/+1
* SERVER-11903 Remove BSONElement::validate()Mathias Stearn2014-01-031-0/+60
* SERVER-8183 Iterative implementation of validateBSON().Andy Schwerin2013-01-181-10/+15
* SERVER-4948 Reinstate bson validation fuzz tests.aaron2012-12-281-0/+42
* SERVER-7769 - fast bson validateEliot Horowitz2012-12-181-15/+73
* use new simple Random classEliot Horowitz2012-10-101-5/+3
* bson validation test: fix one test, turn of random test for windows for nowEliot Horowitz2012-10-101-16/+5
* disable bson test until understand what's happeningEliot Horowitz2012-10-091-2/+3
* SERVER-2149 - handle more cases in BSON::valid that can crashEliot Horowitz2012-10-091-0/+123