2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Provide forward declaration for `struct sockaddr` More... over 11 years ago
Fixes #80. More... over 11 years ago
Fix style. More... over 11 years ago
Merge pull request #82 from kaos/extends More... over 11 years ago
capnpc-capnp: keep list of extended interfaces. More... over 11 years ago
capnproto.org now supports HTTPS; update download links to use it. More... over 11 years ago
Fix warning. More... over 11 years ago
RPC protocol schemas should be installed. Fixes #77. More... over 11 years ago
Merge branch 'master' of github.com:kentonv/capnproto More... over 11 years ago
Fix bug when writing an array of buffers and the last buffer has zero size. More... over 11 years ago
Merge pull request #78 from rblank/bit-ops More... over 11 years ago
Fix two typos in bit operations. More... over 11 years ago
When an RPC method name matches a C++ keyword, add an underscore to avoid compilation errors. More... over 11 years ago
Fix Makefile.am. More... over 11 years ago
Fix build on OSX and also GCC 4.7. More... over 11 years ago
Merge branch 'master' of github.com:kentonv/capnproto More... over 11 years ago
Tweak timer implementation: More... over 11 years ago
Merge pull request #76 from dwrensha/readeroptions More... over 11 years ago
fix some error messages More... over 11 years ago
Add CONTRIBUTORS file. More... over 11 years ago
Add missing include for OSX. More... over 11 years ago
Fix doc typos. More... over 11 years ago
Add timer functionality to the async IO framework. More... over 11 years ago
Fix 32-bit build. More... over 11 years ago
Apparently writev() imposes a limit on the vector size. Work around that. Not sure why libc doesn't already do this. More... over 11 years ago
Add AutoCloseFd::operator= More... over 11 years ago
Extra test line I should have included. More... over 11 years ago
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. More... over 11 years ago
Blog post about 0.4.1. More... over 11 years ago
Update test configs More... over 11 years ago