summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/jsontests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-11868 Add tests for numbers that cannot be represented in JSONShaun Verch2013-12-301-0/+30
* SERVER-11015 Properly quote and escape javascript code in JSON outputShaun Verch2013-12-201-2/+19
* SERVER-11813 Output date as string in jsonString strict modeShaun Verch2013-12-191-6/+63
* Revert "SERVER-11813 Output date as string in jsonString strict mode"Shaun Verch2013-12-171-41/+6
* SERVER-11813 Output date as string in jsonString strict modeShaun Verch2013-12-161-6/+41
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11867 Support numberLong object in strict JSONShaun Verch2013-12-021-0/+34
* SERVER-11136 SERVER-11135 support NumberLong() in BSONElement::jsonString() r...Benety Goh2013-11-121-4/+0
* SERVER-11136 - Support json parsing of NumberLong/IntScott Hernandez2013-10-111-7/+155
* SERVER-10779 Add support for DBRef $db field in JSON ParserShaun Verch2013-10-091-0/+68
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-5/+6
* Changed jsontests.cpp to fix warnings on windowsAndrewCEmil2013-04-221-2/+16
* Merged tests into jsontests.cpp as defined in SERVER-8546AndrewCEmil2013-04-151-0/+788
* SERVER-9082 Accept any valid value in id field of dbrefShaun Verch2013-03-291-11/+34
* SERVER-8330 Make jsonString ouptut a signed Date_t and make sure JSON parser ...Shaun Verch2013-02-141-1/+79
* SERVER-5677 Replaced JSON -> BSON parserShaun Verch2012-12-181-14/+409
* SERVER-7437 Fixed handling of timestamp object in jsonStringShaun Verch2012-12-181-1/+5
* Revert "SERVER-7437 Fixed handling of timestamp object in jsonString"Shaun Verch2012-11-211-5/+1
* SERVER-7437 Fixed handling of timestamp object in jsonStringShaun Verch2012-11-211-1/+5
* SERVER-7104 Fixed handling of Undefined type in jsonString and added test casesShaun Verch2012-09-241-0/+12
* JsonTests::AllTypes is not of size "5"; it is less than thatEric Milkie2012-03-021-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+1185