- 09 Dec, 2015 2 commits
-
-
David Renshaw authored
-
Asheesh Laroia authored
Drop onlick() handlers in documentation, in favor of simple links.
-
- 05 Dec, 2015 1 commit
-
-
David Renshaw authored
-
- 20 Nov, 2015 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Implement most of JsonCodec::decodeRaw
-
Kamal Marhubi authored
-
Kenton Varda authored
JSON: encode NaNs and infinite floats as `null`
-
- 18 Nov, 2015 4 commits
-
-
Kenton Varda authored
Minor cleanup
-
Jo Liss authored
-
Jo Liss authored
-
- 16 Nov, 2015 4 commits
-
-
Kamal Marhubi authored
-
Kamal Marhubi authored
This reduces dependencies on stdc++. For rationale, see https://github.com/kamalmarhubi/capnproto/commit/62a562f6d2c7bd147958106a1cf4169533d43f83#commitcomment-14375773
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
- 13 Nov, 2015 2 commits
-
-
Kamal Marhubi authored
-
Kenton Varda authored
Requested by jo_liss on Twitter: https://twitter.com/jo_liss/status/664884038252027905 (Also implement defaultValue<>() helper which was defined but apparently never implemented.)
-
- 12 Nov, 2015 5 commits
-
-
Kamal Marhubi authored
Such values are not allowed by the JSON spec. We match the behavior of JSON.stringify in Firefox and Chrome. fixes https://github.com/sandstorm-io/capnproto/issues/261
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
Kamal Marhubi authored
Per spec.
-
Kamal Marhubi authored
-
- 11 Nov, 2015 2 commits
-
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
- 09 Nov, 2015 14 commits
-
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
Kamal Marhubi authored
This includes: - ensuring we don't go off the end of input if it's not null-terminated - checking for overflow and underflow - being more careful to check that numbers match JSON lexical syntax
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
- 07 Nov, 2015 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-