- 23 Dec, 2013 1 commit
-
-
Kenton Varda authored
-
- 22 Dec, 2013 5 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 17 Dec, 2013 3 commits
-
-
Kenton Varda authored
calculator.capnp style adjusting
-
Stanislav Ivochkin authored
p.s. thanks @cstrahan for vim syntax highlighting
-
Kenton Varda authored
Delete snappy code. It relied on an unsubmitted patch to Snappy's interface and it turns out LZ4 is better anyway so we'll probably integrate with that instead, eventually.
-
- 15 Dec, 2013 2 commits
-
-
Kenton Varda authored
Upgrade gtest to 1.7.0
-
Stanislav Ivochkin authored
-
- 14 Dec, 2013 7 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
doc: Fix documentation pseudocode to match description.
-
Bill Neubauer authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 13 Dec, 2013 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 12 Dec, 2013 8 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 11 Dec, 2013 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Update test script for XCode 5, make sure -stdlib gets in pkg-config configs, use pkg-config in test script, and build RPC tests in test script.
-
Kenton Varda authored
-
Kenton Varda authored
Eliminate the concept of imbuing messages in favor of the simpler concept of setting a cap table directly on MessageReader / getting one from MessageBuilder. This eliminates capability-context entirely. This was made possible by the earlier change which moved capabilities to a separate table rather than storing CapDescriptors inline, but I didn't realize it at the time.
-
- 10 Dec, 2013 6 commits
-
-
Kenton Varda authored
Define additional type aliases AnswerId and ImportId. In the RPC protocol, always use the type corresponding to the sender's point of view. In the implementation, always use the type corresponding to the local point of view.
-
Kenton Varda authored
-
Kenton Varda authored
Lift requirement that releaseParams() be called before tailCall() or allowCancellation() -- this is no longer necessary given the protocol simplification that allowed cap descriptors to be interpreted immediately upon receipt.
-
Kenton Varda authored
Hack to make it safe to read capabilities from default values (returning broken caps) without introducing a dependency from libcapnp on libcapnp-rpc.
-
Kenton Varda authored
-
Kenton Varda authored
-