- 13 Jan, 2016 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
As of that change, adopting an empty struct into a pointer that already had some other value fails to overwrite the upper 32 bits of the pointer, thus resulting in a struct pointer with totally bogus bounds. Normally this will either cause a bounds check exception to be thrown when that pointer is later accessed, or lead to a struct containing bogus data (but if teh struct was expected to be empty, probably that data is never accessed).
-
- 09 Jan, 2016 2 commits
-
-
Kenton Varda authored
json: Hide the input array from parser methods
-
Kenton Varda authored
Fix some outdated comments and error messages.
-
- 07 Jan, 2016 6 commits
-
-
David Renshaw authored
-
David Renshaw authored
-
David Renshaw authored
-
David Renshaw authored
-
Kenton Varda authored
Add missing case analysis in handleUnimplemented().
-
David Renshaw authored
-
- 04 Jan, 2016 1 commit
-
-
Kenton Varda authored
Support extracting the current exception count on MSVC2015.
-
- 26 Dec, 2015 1 commit
-
-
Drew Fisher authored
-
- 24 Dec, 2015 1 commit
-
-
Drew Fisher authored
The MSVC runtime was heavily refactored, so the internal function we call to get the current exception count changed for newer MSVC versions (as did the offset).
-
- 17 Dec, 2015 1 commit
-
-
Kenton Varda authored
Account for the possibility of adopting an empty struct.
-
- 16 Dec, 2015 2 commits
-
-
David Renshaw authored
-
Kamal Marhubi authored
This encapsulates the input array, hiding it from the parser's methods. Access is forced to go through `advance` and `consume*` methods on the new `Input` object. The aim is to make it harder to have errors like https://github.com/sandstorm-io/capnproto/pull/270
-
- 15 Dec, 2015 1 commit
-
-
Kenton Varda authored
adjust the set of white space characters to the set described by RFC7159
-
- 14 Dec, 2015 1 commit
-
-
Kenton Varda authored
Check num remaining bytes of escaped json character
-
- 13 Dec, 2015 5 commits
-
-
Erik Sjölund authored
-
Erik Sjölund authored
-
Erik Sjölund authored
-
Erik Sjölund authored
-
Erik Sjölund authored
-
- 11 Dec, 2015 1 commit
-
-
Kenton Varda authored
Prefer display:block over inserting new <p> elements.
-
- 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
-
- 24 Nov, 2015 1 commit
-
-
Erik Sjölund 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
-