summaryrefslogtreecommitdiff
path: root/db/json.cpp
Commit message (Expand)AuthorAgeFilesLines
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-651/+0
* Inf/NaN support in strtod isn't portable; replacingBrandon Diamond2011-12-061-5/+25
* SERVER-4415: Added support for parsing/exporting +/- infBrandon Diamond2011-12-061-1/+1
* SERVER-2157: can now import/export NaN fieldsBrandon Diamond2011-12-021-1/+1
* better $timestamp formatKristina2011-09-281-1/+3
* fix 32-bit overflow in JSON parsingKristina2011-09-261-1/+1
* removed unused timestamp formattingdannenberg2011-07-261-3/+1
* $timestamp works for mongodumpdannenberg2011-07-081-3/+35
* SERVER-2950 use strtod to parse real numbers from json stringsAaron2011-06-091-4/+8
* json support for undefinedKristina2011-05-131-0/+9
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-31/+33
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-3/+2
* I didn't understand strnlen's return value SERVER-1416Mathias Stearn2010-07-131-0/+1
* Support getting size of JSON objectMathias Stearn2010-06-141-9/+10
* more JSON speedupMathias Stearn2010-06-141-7/+7
* fix json parser cleanupEliot Horowitz2010-06-121-2/+15
* 30% boost in JSON parsing speed by moving extensions to the endMathias Stearn2010-06-041-8/+8
* move spirit includes to json.cppAaron2010-05-251-0/+16
* stdafx->pchDwight2010-04-271-1/+1
* towards 3Dwight Merriman2010-04-241-1/+1
* move hex::val to util/hex.h and rename to fromHexMathias Stearn2010-03-031-20/+5
* Support more escapes in JSON strings SERVER-552Mathias Stearn2010-01-201-8/+15
* JSON parser supports 'new Date(1234)' SERVER-461Mathias Stearn2009-12-301-1/+1
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-3/+3
* Start using Date_t. Can anyone think of a better name?Mathias Stearn2009-12-091-4/+5
* Use boost's list_p in the json parser. SUPPORT-11 SERVER-443Mathias Stearn2009-11-301-2/+2
* JSON parser now creates ints and longs SERVER-309Mathias Stearn2009-11-301-2/+17
* minor: oops - fix for broken testsMike Dirolf2009-11-101-1/+0
* use instead of for strict JSON DBRef encoding - more consistentMike Dirolf2009-11-101-3/+3
* finish getting rid of boost base64Eliot Horowitz2009-10-011-20/+4
* update parser for new strict ObjectId JSON format. allow $id in field names s...Mike Dirolf2009-09-151-10/+7
* minor: whitespaceMike Dirolf2009-09-151-1/+1
* some work on $snapshotdwight2009-08-091-1/+1
* Use non-copying subobject builder in json parserAaron2009-03-251-8/+28
* Replace emptyObj with BSONObj()Aaron2009-03-191-1/+1
* doneAndDecouple() -> obj()Dwight2009-02-091-1/+1
* Add rough parse error infoAaron2009-02-031-1/+9
* Put javajstest in 'test' binary, fix fallout of starting jni in test binaryAaron2009-02-031-7/+5
* empty string -> emptyObjEliot Horowitz2009-02-021-0/+2
* Remove tabsAaron2009-01-301-1/+1
* Allow single quoted field names and valuesAaron2009-01-301-1/+22
* Allow unquoted field names, at Dwight's requestAaron2009-01-291-2/+16
* Parse both hex characters of each byteAaron2009-01-221-1/+1
* Indent all lines within namespaces one levelAaron2009-01-151-431/+431
* Replace tab indentation with spacesAaron2009-01-141-98/+104
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* Limit regex options, only use Dbref() in TenGen modeAaron2009-01-131-3/+3
* Check syntactically reserved field names specificallyAaron2009-01-121-7/+10
* Don't allow field names starting with $, added some testsAaron2009-01-081-0/+6
* Minor cleanupAaron2009-01-071-22/+23