- 30 Mar, 2017 1 commit
-
-
Russell Yanofsky authored
This change takes a comment about lazy execution from https://github.com/sandstorm-io/capnproto/issues/263#issuecomment-158564701 and adds it to the C++ RPC documentation. Although lazy execution is described in `Promise::then()` method documentation, it's unfortunately buried in the *Advanced implementation tips* section, and described as an optimization rather than as a more general feature of the asynchronous execution model. Since I recently got tripped up by this behavior, I thought it would be worth trying to document better.
-
- 19 Mar, 2017 1 commit
-
-
Kenton Varda authored
-
- 18 Mar, 2017 2 commits
-
-
Kenton Varda authored
omit needless memset
-
Kenton Varda authored
remove unneeded kj-async dependency in Makefile.am and capnp-json.pc.in
-
- 17 Mar, 2017 1 commit
-
-
David Renshaw authored
-
- 12 Mar, 2017 1 commit
-
-
Kenton Varda authored
fix various bugs in canonicalization
-
- 11 Mar, 2017 4 commits
-
-
David Renshaw authored
-
Kenton Varda authored
fix typo in canonicalization docs
-
Kenton Varda authored
fix bug where PointerBuilder::getPointerType() can corrupt PointerBuilder::segment
-
Kenton Varda authored
update mention of non-existent 'stepBits' field
-
- 10 Mar, 2017 1 commit
-
-
David Renshaw authored
-
- 09 Mar, 2017 2 commits
-
-
David Renshaw authored
-
David Renshaw authored
-
- 08 Mar, 2017 2 commits
-
-
David Renshaw authored
-
David Renshaw authored
-
- 07 Mar, 2017 4 commits
-
-
David Renshaw authored
-
David Renshaw authored
-
David Renshaw authored
-
David Renshaw authored
-
- 27 Feb, 2017 4 commits
-
-
Kenton Varda authored
Make sure to clear tag word when upgrading a struct list.
-
David Renshaw authored
-
Kenton Varda authored
Edit error message for the case where copyPointer() hits a FAR pointer.
-
David Renshaw authored
-
- 26 Feb, 2017 1 commit
-
-
David Renshaw authored
The existing error message suggests this case can only arise if there is a a bug in the library. However, malformed input can trigger the error too. In particular, the error gets thrown when a non-double far pointer resolves to another far pointer.
-
- 25 Feb, 2017 1 commit
-
-
David Renshaw authored
-
- 20 Feb, 2017 1 commit
-
-
Kenton Varda authored
fix bug in parsing of non-ascii constants
-
- 18 Feb, 2017 1 commit
-
-
David Renshaw authored
-
- 11 Feb, 2017 1 commit
-
-
Kenton Varda authored
-
- 03 Feb, 2017 1 commit
-
-
Kenton Varda authored
Fix MSVC build errors
-
- 02 Feb, 2017 2 commits
-
-
Harris Hancock authored
-
Harris Hancock authored
Closes #408. Perhaps the same bug as in commit cff9ba05?
-
- 27 Jan, 2017 8 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Add HTTP client and server implementation.
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
The old semantics were intended to allow more implementation freedom, but I find in my actual code it's very convenient to rely on the actual implementation details. Other implementations will just have to deal with it.
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 26 Jan, 2017 1 commit
-
-
Kenton Varda authored
-