2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Sep 08, 2024 — Sep 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Work around lack of __thread on iOS. Based on patch from Jason Choy (@jjwchoy). More... over 11 years ago
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. More... over 11 years ago
Add Javascript and Lua links. More... over 11 years ago
Merge branch 'master' of github.com:kentonv/capnproto More... over 11 years ago
Cleaner disconnect handling. Better fix for issue #71, and also simplifies the interface and improves robustness. More... over 11 years ago
Regenerate bootstraps, which have been outdated for a while. More... over 11 years ago
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. More... over 11 years ago
Fix style. More... over 11 years ago
Merge pull request #69 from jparyani/master More... over 11 years ago
Allow DynamicEnum fields to be set with int/uint More... over 11 years ago
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. More... over 11 years ago
Some tweaks made while working on v8 bindings. More... over 11 years ago
Add OCaml link to implementations list. More... over 11 years ago
Merge branch 'master' of github.com:kentonv/capnproto More... over 11 years ago
Fixes #67. Also, prevent people from accidentally making MessageBuilder subclasses copyable/movable as brought up in issue #64. More... over 11 years ago
Merge pull request #68 from dwrensha/typo More... over 11 years ago
fix typos and inconsistencies More... over 11 years ago
Merge pull request #66 from dwrensha/typo More... over 11 years ago
fix typos More... over 11 years ago
Merge pull request #65 from dwrensha/typo More... over 11 years ago
fix two typos in the docs More... over 11 years ago
Merge pull request #63 from Ralith/fix-bounds-check More... over 11 years ago
Fix containsInterval returning true when 'from' has underflowed More... over 11 years ago
Merge pull request #62 from jmspiewak/master More... over 11 years ago
Fix missing annotations on fields (node translator) and methods, params, consts (capnp generator) More... over 11 years ago
doc: Update annotation code sample. More... over 11 years ago
Merge pull request #61 from fahhem/master More... over 11 years ago
Fix C+1y warnings from Clang. More... over 11 years ago
Tweak highlighting colors. More... over 11 years ago
Syntax highlighting for QtCreator. More... over 11 years ago