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
1 day
ago. based on code collected
1 day
ago.
Aug 16, 2024 — Aug 16, 2025
Showing page 122 of 147
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Document RPC.
Kenton Varda
More...
over 11 years ago
Eliminate the concept of imbuing messages in favor of the simpler concept of setting a cap table directly on MessageReader / getting one from MessageBuilder. This eliminates capability-context entirely. This was made possible by the earlier change which moved capabilities to a separate table rather than storing CapDescriptors inline, but I didn't realize it at the time.
Kenton Varda
More...
over 11 years ago
Define additional type aliases AnswerId and ImportId. In the RPC protocol, always use the type corresponding to the sender's point of view. In the implementation, always use the type corresponding to the local point of view.
Kenton Varda
More...
over 11 years ago
Add pkg-config support.
Kenton Varda
More...
over 11 years ago
Lift requirement that releaseParams() be called before tailCall() or allowCancellation() -- this is no longer necessary given the protocol simplification that allowed cap descriptors to be interpreted immediately upon receipt.
Kenton Varda
More...
over 11 years ago
Hack to make it safe to read capabilities from default values (returning broken caps) without introducing a dependency from libcapnp on libcapnp-rpc.
Kenton Varda
More...
over 11 years ago
Oops, regenerate bootstraps.
Kenton Varda
More...
over 11 years ago
Add a sample RPC application, and fix some bugs / add some missing features needed by said app.
Kenton Varda
More...
over 11 years ago
Fix EzRpc example.
Kenton Varda
More...
over 11 years ago
oops
Kenton Varda
More...
over 11 years ago
Fixes #52
Kenton Varda
More...
over 11 years ago
Update test configs now that everything passes.
Kenton Varda
More...
over 11 years ago
Set mainlaine version to 0.5-dev.
Kenton Varda
More...
over 11 years ago
Skip valgrind on OSX because it's experimental and doesn't fully work yet.
Kenton Varda
More...
over 11 years ago
Work around OSX and Cygwin signal issues.
Kenton Varda
More...
over 11 years ago
Fix valgrind issues.
Kenton Varda
More...
over 11 years ago
Fix -fno-exceptions tests.
Kenton Varda
More...
over 11 years ago
Allow setting of a different reserved signal than SIGUSR1.
Kenton Varda
More...
over 11 years ago
Don't ever auto-define NDEBUG. Just decide KJ_DEBUG based on optimization mode if neither DEBUG nor NDEBUG is defined.
Kenton Varda
More...
over 11 years ago
Clarify EventPort docs slightly.
Kenton Varda
More...
over 11 years ago
Extend totalSizeInWords() to also return a count of capabilities, which helps when a separate capability table needs to be allocated as well. Use this in the RPC system.
Kenton Varda
More...
over 11 years ago
Fix Makefile.am
Kenton Varda
More...
over 11 years ago
Optimize promise tail calls by making ChainPromiseNode automatically detect and remove redundant nodes.
Kenton Varda
More...
over 11 years ago
Just realized isCanceled() doesn't work. Remove it.
Kenton Varda
More...
over 11 years ago
Change capability pointers to be indexes into a separate cap list so that CapDescriptors can be interpreted on receipt rather than delaying until the application actually traverses the message. This massively simplifies a lot of things.
Kenton Varda
More...
over 11 years ago
Get rid of 'Advanced' server methods, just have one method that takes a CallContext. A typedef reduces boilerplate.
Kenton Varda
More...
over 11 years ago
Deal with remaining TODO(now) / TODO(soon).
Kenton Varda
More...
over 11 years ago
Rename Object -> AnyPointer.
Kenton Varda
More...
over 11 years ago
Make all Promise methods consistently consume the promise (returning a new promise when it makes sense), rename daemonize -> detach, and make eagerlyEvaluate() require an error handler (this caught several places where I forgot to use one).
Kenton Varda
More...
over 11 years ago
Fix and test DynamicCapability tail calls.
Kenton Varda
More...
over 11 years ago
←
1
2
…
118
119
120
121
122
123
124
125
126
…
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