index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
db
/
json.cpp
Age
Commit message (
Expand
)
Author
2009-03-25
Use non-copying subobject builder in json parser
Aaron
2009-03-19
Replace emptyObj with BSONObj()
Aaron
2009-02-09
doneAndDecouple() -> obj()
Dwight
2009-02-03
Add rough parse error info
Aaron
2009-02-03
Put javajstest in 'test' binary, fix fallout of starting jni in test binary
Aaron
2009-02-02
empty string -> emptyObj
Eliot Horowitz
2009-01-30
Remove tabs
Aaron
2009-01-30
Allow single quoted field names and values
Aaron
2009-01-29
Allow unquoted field names, at Dwight's request
Aaron
2009-01-22
Parse both hex characters of each byte
Aaron
2009-01-15
Indent all lines within namespaces one level
Aaron
2009-01-14
Replace tab indentation with spaces
Aaron
2009-01-14
Put our code in 'mongo' namespace
Aaron
2009-01-13
Limit regex options, only use Dbref() in TenGen mode
Aaron
2009-01-12
Check syntactically reserved field names specifically
Aaron
2009-01-08
Don't allow field names starting with $, added some tests
Aaron
2009-01-07
Minor cleanup
Aaron
2009-01-07
recv full http request, implement simple rest post handling, refactor dbclien...
Aaron
2009-01-06
Free bson builders if unable to parse
Aaron
2009-01-06
Fix up regexp parsing
Aaron
2009-01-06
Fix comment
Aaron
2009-01-06
Clear string buffer, which may have characters left over from a failed patter...
Aaron
2009-01-06
Enhance json parser
Aaron
2008-12-28
Replace tab indentation with spaces
Aaron
2008-10-21
rename classes
Dwight
2008-07-28
collection options are retained when db is cloned;
Dwight
2008-07-20
added AGPL License Header to every file
Eliot Horowitz
2008-07-20
Revert "added AGPL License Header to every file"
Eliot Horowitz
2008-07-20
added AGPL License Header to every file
Eliot Horowitz
2008-06-27
first cut at "fast count"
r0.0.6_rc1
Dwight