summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/jsontests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71904: Have `fromjson` understand `UUID(...)` extended json.Daniel Gottlieb2022-12-071-0/+29
* SERVER-67880 : Check BSON column is decompressible in the validate command.Richard Hausman2022-08-191-1/+1
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-5/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+2
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-3/+6
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
* SERVER-58612 Add Column as BSON Binary Subtype 7Henrik Edin2021-08-031-0/+1
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-261-1/+1
* SERVER-47208 make tojson(BSONObj) match JavaScript JSON.stringify.Billy Donahue2020-05-081-0/+57
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46843 Format ISO-8601 date time zone offset according to RFC 3339 Sect...Henrik Edin2020-03-161-2/+2
* SERVER-46406 Perf improvements in the logger.Henrik Edin2020-03-131-0/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-8/+13
* SERVER-45504 Unicode test in logv2 tests JSON formatterHenrik Edin2020-01-141-4/+4
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-181-113/+206
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+2
* SERVER-41571 fix windows compileBenety Goh2019-06-121-1/+1
* SERVER-41571 massive refactor of jsontests.cppBilly Donahue2019-06-121-2895/+920
* SERVER-8544 Disable having duplicate regex options in JSON parsingNathan Brown2019-06-041-0/+33
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-4/+4
* SERVER-38932 add BinData sub-type for encryptionIsabella Siu2019-01-221-0/+16
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-14148 Remove JS mode from JSON output optionsJonathan Reams2017-01-061-12/+0
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+8
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-181-6/+2
* SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson2015-08-131-1/+29
* SERVER-19068: treat NumberLong()/$numberLong as long long, alwaysScott Hernandez2015-07-071-4/+14
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-2878/+2875
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-24/+13
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-7/+7
* SERVER-17880 Remove superfluous OpTime bson functionalityEric Milkie2015-04-061-5/+5
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+8
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-10/+12
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14315 Support MinKey and MaxKey extended JSON objects in JSON parserShaun Verch2014-06-251-0/+36
* SERVER-14357: Add support for top level JSON ArrayTyler Brock2014-06-251-4/+27
* SERVER-14116 logging cleanup - removed out()Benety Goh2014-06-041-6/+8
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-231-0/+8
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Shaun Verch2014-05-211-8/+0
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-211-0/+8
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Andy Schwerin2014-05-161-8/+0
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-161-0/+8
* SERVER-11814 Support new strict date format in JSON parserShaun Verch2014-01-171-11/+12