summaryrefslogtreecommitdiff
path: root/db/json.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* recv full http request, implement simple rest post handling, refactor dbclien...Aaron2009-01-071-1/+1
* Free bson builders if unable to parseAaron2009-01-061-6/+6
* Fix up regexp parsingAaron2009-01-061-13/+19
* Fix commentAaron2009-01-061-1/+1
* Clear string buffer, which may have characters left over from a failed patter...Aaron2009-01-061-12/+21
* Enhance json parserAaron2009-01-061-42/+434
* Replace tab indentation with spacesAaron2008-12-281-41/+48
* rename classesDwight2008-10-211-4/+4
* collection options are retained when db is cloned;Dwight2008-07-281-0/+7
* added AGPL License Header to every fileEliot Horowitz2008-07-201-0/+16