2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update test config. More... almost 12 years ago
Remove obsolete ObjectReader/ObjectBuilder classes. More... almost 12 years ago
Get rid of no-longer-needed object-specific methods of DynamicStruct. Use get().as<ObjectPointer>() instead. More... almost 12 years ago
Remove DynamicObject. DynamicValue can now contain an ObjectPointer to represent object fields. More... almost 12 years ago
Revamp generated interface to Object fields. Now there is an ObjectPointer::{Reader,Builder}. This will simplify the dynamic API (next change) and also makes it easier to delegate decisions about the object type to a function that doesn't know about the context where the object lives (i.e. by passing an ObjectPointer::Builder). More... almost 12 years ago
Refactor PointerHelpers to operate on PointerReader/PointerBuilder. More... almost 12 years ago
Factor Pointer{Reader,Builder} out from {Struct,List}{Reader,Builder}. Will make it easier to deal with Object fields. More... almost 12 years ago
Clarify that question and export IDs are per-connection and suggest how to allocate them. More... almost 12 years ago
Add some graceful error / missing feature handling. More... almost 12 years ago
Let's go ahead and rename to , acknowledging that this may expand to support pipeline operations that are not simply fetching members. More... almost 12 years ago
Flesh out pipelining a little more, so that it can be extended later. More... almost 12 years ago
Split into more levels; add Save and Delete to complement Restore. More... almost 12 years ago
More RPC doc tweaks. More... almost 12 years ago
More RPC doc tweaks. More... almost 12 years ago
More RPC doc tweaks. More... almost 12 years ago
RPC doc tweaks. More... almost 12 years ago
oops More... almost 12 years ago
Initial RPC protocol definition. More... almost 12 years ago
Improve then() comments. More... almost 12 years ago
Fix location of empty union error. More... almost 12 years ago
Improve and simplify event ordering. When explicitly calling an EventLoop, events are now always added to the end of the queue, ensuring deterministic run order and making yield() obsolete. OTOH, then() may queue events to run immediately, preempting other events. More... almost 12 years ago
I{REQUIRE,ASSERT} -> {REQUIRE,ASSERT} since these aren't inline anymore. More... almost 12 years ago
I guess this is supposed to be single-dash but it works either way? More... almost 12 years ago
__linux__ -> KJ_USE_FUTEX More... almost 12 years ago
Events queued together should occur in logical order. More... almost 12 years ago
Update test config. More... almost 12 years ago
Revert -Wl,--no-undefined change since it doesn't work on Mac (among other platforms). More... almost 12 years ago
Port SimpleEventLoop to pthreads for non-Linux platforms. More... almost 12 years ago
Update Makefile.am. More... almost 12 years ago
Merge branch 'master' of https://github.com/kentonv/capnproto More... almost 12 years ago