2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename connect() -> restore(). More... almost 12 years ago
Make rpc protocol headers public. More... almost 12 years ago
Add test for pipelining over two-party RPC. More... almost 12 years ago
Add some commentary to the test. More... almost 12 years ago
Apparently netinet/ip6.h is the wrong thing to include. More... almost 12 years ago
Makefile updated and GCC fixes. More... almost 12 years ago
Implement two-party network. The first RPC call over a socket took place at 2013-11-08 14:46:43 -0800 and completed successfully. More... almost 12 years ago
Add code for serializing messages to/parsing from asynchronous streams. More... almost 12 years ago
Async IO interfaces for low-level networking and similar. More... almost 12 years ago
Add tests for actually receiving multiple signals and multiple polls at once, not just listening for them. More... almost 12 years ago
Cygwin doesn't have SI_TKILL, fine. More... almost 12 years ago
Try to work around OSX's crappy signal handling behavior. More... almost 12 years ago
OSX doesn't support sigqueue(). More... almost 12 years ago
GCC fixes. More... almost 12 years ago
UnixEventLoop supports polling fds and catching signals. More... almost 12 years ago
Merge branch 'master' of https://github.com/kentonv/capnproto More... almost 12 years ago
Update test config. More... almost 12 years ago
Work around spurrious GCC 4.7 warning, and split RPC code into separate library. More... almost 12 years ago
Update Makefile.am for RPC. More... almost 12 years ago
First tests of RPC protocol implementation. More... almost 12 years ago
More RPC protocol WIP. More... almost 12 years ago
More RPC protocol WIP. More... almost 12 years ago
More RPC protocol WIP. More... almost 12 years ago
More RPC protocol WIP. More... almost 12 years ago
Merge pull request #38 from dwrensha/typos More... almost 12 years ago
Merge pull request #40 from jparyani/master More... almost 12 years ago
Add zero arg constructor and `getType` to DynamicValue::Pipeline More... almost 12 years ago
fix typos in error message and comment More... almost 12 years ago
TaskSet manages executing promises for 'daemon' operations. More... almost 12 years ago
RPC protocol implementation WIP. More... almost 12 years ago