summaryrefslogtreecommitdiff
path: root/src/mongo/db/json.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9666 Move json utils into bson libraryAndrew Morrow2015-05-061-1304/+0
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-2/+2
* SERVER-17880 Remove superfluous OpTime bson functionalityEric Milkie2015-04-061-2/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-29/+29
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* 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/+40
* SERVER-14357: Add support for top level JSON ArrayTyler Brock2014-06-251-7/+38
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-11814 Support new strict date format in JSON parserShaun Verch2014-01-171-13/+63
* SERVER-11867 Support numberLong object in strict JSONShaun Verch2013-12-021-2/+37
* SERVER-11920 Reference ticket with information about number parsing in JSON p...Shaun Verch2013-12-021-0/+24
* SERVER-11136: add explicit castScott Hernandez2013-10-111-2/+2
* SERVER-11136 - Support json parsing of NumberLong/IntScott Hernandez2013-10-111-0/+55
* Rename internal JSON parser token and field expectation functionsShaun Verch2013-10-091-78/+86
* SERVER-10779 Add support for DBRef $db field in JSON ParserShaun Verch2013-10-091-1/+28
* SERVER-8510 Added command line and config file parser to source tree with uni...Shaun Verch2013-08-091-1/+10
* SERVER-10425 Do not sign-extend characters passed to isspace()Tad Marshall2013-08-051-2/+11
* better error message for json parsingScott Hernandez2013-08-011-4/+6
* SERVER-9082 Accept any valid value in id field of dbrefShaun Verch2013-03-291-49/+20
* SERVER-8330 Make jsonString ouptut a signed Date_t and make sure JSON parser ...Shaun Verch2013-02-141-10/+22
* Can't add c-string and charMathias Stearn2013-01-191-1/+1
* fix windows compile with strtollEliot Horowitz2012-12-191-0/+1
* SERVER-5677 Replaced JSON -> BSON parserShaun Verch2012-12-181-548/+905
* Fixed typosPascal Borreli2012-10-141-1/+1
* fix licenses these should be apacheDwight2012-09-171-15/+14
* Some cleanup of headers and whitespaceTad Marshall2012-05-201-6/+8
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-4/+2
* SERVER-4593: Ensure mongoimport allows imports of up to 16MB in BSON size.Ben Becker2012-01-051-7/+9
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+651