summaryrefslogtreecommitdiff
path: root/db/json.cpp
AgeCommit message (Expand)Author
2011-06-09SERVER-2950 use strtod to parse real numbers from json stringsAaron
2011-05-13json support for undefinedKristina
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-08-18SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner
2010-07-13I didn't understand strnlen's return value SERVER-1416Mathias Stearn
2010-06-14Support getting size of JSON objectMathias Stearn
2010-06-14more JSON speedupMathias Stearn
2010-06-12fix json parser cleanupEliot Horowitz
2010-06-0430% boost in JSON parsing speed by moving extensions to the endMathias Stearn
2010-05-25move spirit includes to json.cppAaron
2010-04-27stdafx->pchDwight
2010-04-24towards 3Dwight Merriman
2010-03-03move hex::val to util/hex.h and rename to fromHexMathias Stearn
2010-01-20Support more escapes in JSON strings SERVER-552Mathias Stearn
2009-12-30JSON parser supports 'new Date(1234)' SERVER-461Mathias Stearn
2009-12-28uassert/massert take error code SERVER-112Eliot Horowitz
2009-12-09Start using Date_t. Can anyone think of a better name?Mathias Stearn
2009-11-30Use boost's list_p in the json parser. SUPPORT-11 SERVER-443Mathias Stearn
2009-11-30JSON parser now creates ints and longs SERVER-309Mathias Stearn
2009-11-10minor: oops - fix for broken testsMike Dirolf
2009-11-10use instead of for strict JSON DBRef encoding - more consistentMike Dirolf
2009-10-01finish getting rid of boost base64Eliot Horowitz
2009-09-15update parser for new strict ObjectId JSON format. allow $id in field names s...Mike Dirolf
2009-09-15minor: whitespaceMike Dirolf
2009-08-09some work on $snapshotdwight
2009-03-25Use non-copying subobject builder in json parserAaron
2009-03-19Replace emptyObj with BSONObj()Aaron
2009-02-09doneAndDecouple() -> obj()Dwight
2009-02-03Add rough parse error infoAaron
2009-02-03Put javajstest in 'test' binary, fix fallout of starting jni in test binaryAaron
2009-02-02empty string -> emptyObjEliot Horowitz
2009-01-30Remove tabsAaron
2009-01-30Allow single quoted field names and valuesAaron
2009-01-29Allow unquoted field names, at Dwight's requestAaron
2009-01-22Parse both hex characters of each byteAaron
2009-01-15Indent all lines within namespaces one levelAaron
2009-01-14Replace tab indentation with spacesAaron
2009-01-14Put our code in 'mongo' namespaceAaron
2009-01-13Limit regex options, only use Dbref() in TenGen modeAaron
2009-01-12Check syntactically reserved field names specificallyAaron
2009-01-08Don't allow field names starting with $, added some testsAaron
2009-01-07Minor cleanupAaron
2009-01-07recv full http request, implement simple rest post handling, refactor dbclien...Aaron
2009-01-06Free bson builders if unable to parseAaron
2009-01-06Fix up regexp parsingAaron
2009-01-06Fix commentAaron
2009-01-06Clear string buffer, which may have characters left over from a failed patter...Aaron
2009-01-06Enhance json parserAaron
2008-12-28Replace tab indentation with spacesAaron
2008-10-21rename classesDwight