summaryrefslogtreecommitdiff
path: root/db/json.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "added AGPL License Header to every file"Eliot Horowitz2008-07-201-128/+0
* added AGPL License Header to every fileEliot Horowitz2008-07-201-0/+128
* first cut at "fast count"r0.0.6_rc1Dwight2008-06-271-0/+46