summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bson_validate_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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