- 05 May, 2015 1 commit
-
-
Kenton Varda authored
- Reduce noise. - Trace through async callbacks.
-
- 04 May, 2015 1 commit
-
-
Jason Paryani authored
-
- 03 May, 2015 2 commits
-
-
Kenton Varda authored
-
Tom Lee authored
-
- 29 Apr, 2015 1 commit
-
-
Ivan Lezhankin authored
-
- 25 Apr, 2015 1 commit
-
-
David Renshaw authored
-
- 17 Apr, 2015 1 commit
-
-
Kenton Varda authored
-
- 15 Apr, 2015 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Add simple convenience classes for using TwoPartyVatNetwork as client or server, since I find myself rewriting this code over and over.
-
- 12 Apr, 2015 1 commit
-
-
Kenton Varda authored
AnyList::operator== is not inline but was declared as such. Also made formatting of operator declarations consistent.
-
- 11 Apr, 2015 1 commit
-
-
joshuawarner32@gmail.com authored
-
- 04 Apr, 2015 8 commits
-
-
Kenton Varda authored
Add thisCap() method to capability servers which returns a capability to itself. Remove CapabilityServerSet's weak pointers since this supersedes them.
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
- 03 Apr, 2015 4 commits
-
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
- 01 Apr, 2015 1 commit
-
-
joshuawarner32@gmail.com authored
-
- 30 Mar, 2015 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 23 Mar, 2015 1 commit
-
-
- 22 Mar, 2015 4 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
Add asGeneric() methods to generic readers, builders, and interfaces which casts them to the same type but with different generic parameters.
-
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 1 commit
-
-
Ark M. Degtiarov authored
-
- 16 Mar, 2015 1 commit
-
-
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
-
- 05 Mar, 2015 1 commit
-
-
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 1 commit
-
-
Kenton Varda authored
Deep-clear target object when overwriting pointer. (Minor bug I noticed while working on other things.)
-
- 02 Mar, 2015 1 commit
-
-
Kenton Varda authored
-