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
2011-06-09
SERVER-2950 use strtod to parse real numbers from json strings
Aaron
2011-05-13
json support for undefined
Kristina
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2010-08-18
SERVER-1452 StringData-ing up, c_str()-ing down
Alberto Lerner
2010-07-13
I didn't understand strnlen's return value SERVER-1416
Mathias Stearn
2010-06-14
Support getting size of JSON object
Mathias Stearn
2010-06-14
more JSON speedup
Mathias Stearn
2010-06-12
fix json parser cleanup
Eliot Horowitz
2010-06-04
30% boost in JSON parsing speed by moving extensions to the end
Mathias Stearn
2010-05-25
move spirit includes to json.cpp
Aaron
2010-04-27
stdafx->pch
Dwight
2010-04-24
towards 3
Dwight Merriman
2010-03-03
move hex::val to util/hex.h and rename to fromHex
Mathias Stearn
2010-01-20
Support more escapes in JSON strings SERVER-552
Mathias Stearn
2009-12-30
JSON parser supports 'new Date(1234)' SERVER-461
Mathias Stearn
2009-12-28
uassert/massert take error code SERVER-112
Eliot Horowitz
2009-12-09
Start using Date_t. Can anyone think of a better name?
Mathias Stearn
2009-11-30
Use boost's list_p in the json parser. SUPPORT-11 SERVER-443
Mathias Stearn
2009-11-30
JSON parser now creates ints and longs SERVER-309
Mathias Stearn
2009-11-10
minor: oops - fix for broken tests
Mike Dirolf
2009-11-10
use instead of for strict JSON DBRef encoding - more consistent
Mike Dirolf
2009-10-01
finish getting rid of boost base64
Eliot Horowitz
2009-09-15
update parser for new strict ObjectId JSON format. allow $id in field names s...
Mike Dirolf
2009-09-15
minor: whitespace
Mike Dirolf
2009-08-09
some work on $snapshot
dwight
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
[next]