- 29 Apr, 2015 1 commit
-
-
Ivan Lezhankin authored
-
- 22 Apr, 2014 2 commits
-
-
Kenton Varda authored
capnpc-capnp: keep list of extended interfaces.
-
Andreas Stenius authored
-
- 12 Apr, 2014 1 commit
-
-
Kenton Varda authored
-
- 07 Apr, 2014 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 05 Apr, 2014 1 commit
-
-
Kenton Varda authored
Fix two typos in bit operations.
-
- 04 Apr, 2014 1 commit
-
-
Remy Blank authored
-
- 01 Apr, 2014 5 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
- Define separate times for durations vs. absolute times. - Make more consistent with existing precedents in KJ style.
-
- 31 Mar, 2014 2 commits
-
-
Kenton Varda authored
fix some error messages
-
David Renshaw authored
-
- 30 Mar, 2014 1 commit
-
-
Remy Blank authored
-
- 29 Mar, 2014 1 commit
-
-
Kenton Varda authored
-
- 27 Mar, 2014 1 commit
-
-
Kenton Varda authored
-
- 26 Mar, 2014 1 commit
-
-
Kenton Varda authored
-
- 17 Mar, 2014 1 commit
-
-
Kenton Varda authored
-
- 14 Mar, 2014 1 commit
-
-
Kenton Varda authored
Apparently writev() imposes a limit on the vector size. Work around that. Not sure why libc doesn't already do this.
-
- 13 Mar, 2014 1 commit
-
-
Kenton Varda authored
-
- 12 Mar, 2014 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Make it possible for a message builder to incorporate a byte array not owned by it without copying. Useful for injecting large data blobs into a message without copying their contents. Access this functionality through the Orphanage interface.
-
- 11 Mar, 2014 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 10 Mar, 2014 1 commit
-
-
Kenton Varda authored
Extend FlatArrayMessageReader to indicate where the message actually ended, in case it was not the end of the array. Useful when reading an mmap'd file with a Cap'n Proto prefix. Also fix a bug in Maybe dealing with DisallowConstCopy subclasses.
-
- 20 Feb, 2014 1 commit
-
-
Kenton Varda authored
-
- 11 Feb, 2014 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Cleaner disconnect handling. Better fix for issue #71, and also simplifies the interface and improves robustness.
-
- 10 Feb, 2014 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Make TwoPartyVatNetwork::onDrained() work correctly on the server side. Previously only worked on the client side, where it's actually not very useful. Fixes #71. There's a deeper problem, though, that simply holding a capability received from the client will hold the dead connection open.
-
- 05 Feb, 2014 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Allow DynamicEnum fields to be set with int/uint
-
- 04 Feb, 2014 1 commit
-
-
Jason Paryani authored
-
- 28 Jan, 2014 1 commit
-
-
Kenton Varda authored
Fix bug where receiving EOF on the RPC connection could cause RpcConnectionState to go into an infinite promise loop. Strange that this did not cause trouble earlier. Also some minor tweaks.
-
- 25 Jan, 2014 1 commit
-
-
Kenton Varda authored
-