openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
capnproto
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 11 hours
ago. based on code collected
about 11 hours
ago.
Aug 28, 2024 — Aug 28, 2025
Showing page 125 of 147
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Define 'Disembargo' RPC message for optimistically enforcing E-order across promise resolution.
Kenton Varda
More...
almost 12 years ago
RPC Returns need to be redirectable to improve pipelining.
Kenton Varda
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.
Kenton Varda
More...
almost 12 years ago
Fix GCC.
Kenton Varda
More...
almost 12 years ago
Fixes #45
Kenton Varda
More...
almost 12 years ago
EventLoopGuarded is like MutexGuarded but synchronizes by queuing operations to a single EventLoop.
Kenton Varda
More...
almost 12 years ago
Lockless EventLoop, but at what cost? This code got weird.
Kenton Varda
More...
almost 12 years ago
Fix races in WorkQueue, and simplify usage.
Kenton Varda
More...
almost 12 years ago
Split WorkQueue into a separate file.
Kenton Varda
More...
almost 12 years ago
Fixes #39 - race conditions in promise framework.
Kenton Varda
More...
almost 12 years ago
Simplify event queuing -- always preempt from same thread, yield cross-thread.
Kenton Varda
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.
Kenton Varda
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.
Kenton Varda
More...
almost 12 years ago
Add noexcept to various move constructors.
Kenton Varda
More...
almost 12 years ago
More work-arounds.
Kenton Varda
More...
almost 12 years ago
Work around OSX.
Kenton Varda
More...
almost 12 years ago
Use a socketpair rather than a pipe in this test so that we can set the buffer size portably.
Kenton Varda
More...
almost 12 years ago
Update test config.
Kenton Varda
More...
almost 12 years ago
Improve inf/nan. This also makes GCC encode them consistently with Clang and with the existing testdata.
Kenton Varda
More...
almost 12 years ago
Mollify GCC.
Kenton Varda
More...
almost 12 years ago
Tweak a comment.
Kenton Varda
More...
almost 12 years ago
Use __thread rather than thread_local.
Kenton Varda
More...
almost 12 years ago
Allow implicit conversion from Orphan<T> to Orphan<DynamicStruct/DynamicList/DynamicCapability> where applicable.
Kenton Varda
More...
almost 12 years ago
Clean up stuff from the Solaris patch that was merged earlier.
Kenton Varda
More...
almost 12 years ago
Fix bug handling absolute source paths with no --src-prefix -- just output to the same directory in this case.
Kenton Varda
More...
almost 12 years ago
Remove some redundant null checks.
Kenton Varda
More...
almost 12 years ago
Define new KJ constants for min/max integer values and inf/nan, then remove all use of numeric_limits.
Kenton Varda
More...
almost 12 years ago
Unimbue cap descriptors before extraction/injection.
Kenton Varda
More...
almost 12 years ago
Misc tweaks.
Kenton Varda
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.
Kenton Varda
More...
almost 12 years ago
←
1
2
…
121
122
123
124
125
126
127
128
129
…
146
147
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree