- 12 May, 2014 1 commit
-
-
Jason Choy authored
-
- 02 May, 2014 1 commit
-
-
Jason Choy authored
-
- 29 Apr, 2014 2 commits
-
-
Jason Choy authored
-
Jason Choy authored
-
- 28 Apr, 2014 1 commit
-
-
Jason Choy authored
-
- 27 Apr, 2014 3 commits
-
-
Kenton Varda authored
Fix problem with the sockaddr struct.
-
abyss7 authored
-
abyss7 authored
Otherwise, at least clang++, forward-declares it inside the namespace `::capnp` and doesn't match it with a real `struct sockaddr` from the header 'socket.h'. Also, accept `const` pointer - there is no point not to do so.
-
- 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.
-