2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 28, 2024 — Aug 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Define 'Disembargo' RPC message for optimistically enforcing E-order across promise resolution. More... almost 12 years ago
RPC Returns need to be redirectable to improve pipelining. More... almost 12 years ago
kj::runIoEventLoop() is a shortcut for setting up an EventLoop that can do I/O, without specifying a platform-specific EventLoop. More... almost 12 years ago
Fix GCC. More... almost 12 years ago
Fixes #45 More... almost 12 years ago
EventLoopGuarded is like MutexGuarded but synchronizes by queuing operations to a single EventLoop. More... almost 12 years ago
Lockless EventLoop, but at what cost? This code got weird. More... almost 12 years ago
Fix races in WorkQueue, and simplify usage. More... almost 12 years ago
Split WorkQueue into a separate file. More... almost 12 years ago
Fixes #39 - race conditions in promise framework. More... almost 12 years ago
Simplify event queuing -- always preempt from same thread, yield cross-thread. More... almost 12 years ago
In RPC protocol, rename request -> params, answer -> results. Also fix up Join stuff in rpc-twoparty.capnp, because it was sort of wrong. More... almost 12 years ago
Remove 'has' for primitive fields. Dynamic version always returns true. This also means that primitives are always included in text format, even if they are default-valued. More... almost 12 years ago
Add noexcept to various move constructors. More... almost 12 years ago
More work-arounds. More... almost 12 years ago
Work around OSX. More... almost 12 years ago
Use a socketpair rather than a pipe in this test so that we can set the buffer size portably. More... almost 12 years ago
Update test config. More... almost 12 years ago
Improve inf/nan. This also makes GCC encode them consistently with Clang and with the existing testdata. More... almost 12 years ago
Mollify GCC. More... almost 12 years ago
Tweak a comment. More... almost 12 years ago
Use __thread rather than thread_local. More... almost 12 years ago
Allow implicit conversion from Orphan<T> to Orphan<DynamicStruct/DynamicList/DynamicCapability> where applicable. More... almost 12 years ago
Clean up stuff from the Solaris patch that was merged earlier. More... almost 12 years ago
Fix bug handling absolute source paths with no --src-prefix -- just output to the same directory in this case. More... almost 12 years ago
Remove some redundant null checks. More... almost 12 years ago
Define new KJ constants for min/max integer values and inf/nan, then remove all use of numeric_limits. More... almost 12 years ago
Unimbue cap descriptors before extraction/injection. More... almost 12 years ago
Misc tweaks. More... almost 12 years ago
Spin off libraries kj-async and capnp-rpc, so that people who don't want them can avoid their large footprint. More... almost 12 years ago