This is a C plugin for [Cap'n Proto](http://kentonv.github.io/capnproto), an efficient protocol for sharing data and capabilities.
Find a file
Kyle Manna 6ebba52da2 capn: Avoid uninitialized values
* Return null when appropriate and assign a value earlier.
2015-08-17 18:53:16 -07:00
compiler signedness: Fix less obvious issues 2015-08-17 18:52:36 -07:00
.gitignore Add beginnings of subcompiler 2013-05-07 22:54:30 -04:00
capn-list.inc remove CAPN_COMPOSITE_LIST and add capn_len 2013-09-16 16:53:33 -04:00
capn-malloc.c signedness: Fix less obvious issues 2015-08-17 18:52:36 -07:00
capn-stream-test.cpp Implement serialization to buffers 2014-02-20 17:13:57 -08:00
capn-stream.c signedness: Fix less obvious issues 2015-08-17 18:52:36 -07:00
capn-test.cpp signedness: Fix less obvious issues 2015-08-17 18:52:36 -07:00
capn.c capn: Avoid uninitialized values 2015-08-17 18:53:16 -07:00
capn.h signedness: Fix less obvious issues 2015-08-17 18:52:36 -07:00
LICENSE Add MIT license 2013-09-12 15:17:22 -04:00
Makefile gtest: Use system gtest and pthread libs 2015-08-17 18:44:31 -07:00