- 23 Mar, 2015 1 commit
-
-
Kenton Varda authored
-
- 22 Mar, 2015 6 commits
-
-
Kenton Varda authored
Fix but where interface server's transitive superclass's methods weren't dispatched correctly -- ouch.
-
Kenton Varda authored
-
Kenton Varda authored
Not everyone has `nproc`. In particular it does not appear to be present on my OSX build. Better to leave a fixed number here. This is just a suggestion anyhow. This reverts commit 9c18f2ad.
-
Kenton Varda authored
Add asGeneric() methods to generic readers, builders, and interfaces which casts them to the same type but with different generic parameters.
-
Kenton Varda authored
-
Kenton Varda authored
Provide a way to get the ClientHook out of a Capability::Client, needed by third-party RPC/storage/etc systems.
-
- 20 Mar, 2015 3 commits
-
-
Kenton Varda authored
-
Ark M. Degtiarov authored
-
Ark M. Degtiarov authored
-
- 17 Mar, 2015 1 commit
-
-
Kenton Varda authored
Add CVE numbers to security advisories. Source: http://www.openwall.com/lists/oss-security/2015/03/17/3
-
- 16 Mar, 2015 2 commits
-
-
Kenton Varda authored
Hardcode /bin/cat output option for `capnp compile`.
-
David Renshaw authored
-
- 15 Mar, 2015 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Implement CapabilityServerSet which provides a way to unwrap loopback capabilities to get the underlying server object, and also implements weak references.
-
- 14 Mar, 2015 1 commit
-
-
David Renshaw authored
-
- 13 Mar, 2015 1 commit
-
-
Kenton Varda authored
-
- 07 Mar, 2015 2 commits
-
-
Kenton Varda authored
Update comparison blog post to note that proto3 removes unknown field retention, for some ridiculous reason.
-
Kenton Varda authored
-
- 06 Mar, 2015 2 commits
-
-
Kenton Varda authored
zero warnings: use KJ_UNUSED for unused constexpr & local vars
-
Kenton Varda authored
Ignore stuff that needs ignoring.
-
- 05 Mar, 2015 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Unfortunately, commit 10487060 missed a case of CPU amplification via struct lists with zero-sized elements. See advisory: https://github.com/sandstorm-io/capnproto/blob/master/security-advisories/2015-03-05-0-c++-addl-cpu-amplification.md
-
- 03 Mar, 2015 4 commits
-
-
Kirk Beitz authored
one function in arena.c++ and several snprintf_result local vars in string.c++ get optimized away because they're only used in KJ_DASSERT() invocations. this patch thus identifies those unused declarations with KJ_UNUSED
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Deep-clear target object when overwriting pointer. (Minor bug I noticed while working on other things.)
-
- 02 Mar, 2015 12 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
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-