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 123 of 147
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix stuff.
Kenton Varda
More...
over 11 years ago
Introduce WaitScope for making it clear what functions might wait().
Kenton Varda
More...
over 11 years ago
Support DNS lookup.
Kenton Varda
More...
over 11 years ago
Split AsyncIoProvider into high-level and low-level interfaces, so that alternate EventPort implementations can implement the low-level interface and reuse the higher-level stuff.
Kenton Varda
More...
over 11 years ago
EZ RPC interface for quickly setting up clients and servers.
Kenton Varda
More...
over 11 years ago
Actually call setRunnable() as documented.
Kenton Varda
More...
over 11 years ago
Fix valgrind bugs.
Kenton Varda
More...
over 11 years ago
Overhaul the way EventLoop is specialized so that it's possible to hook up to an existing event loop infrastructure that is not KJ-aware. This also makes the async IO API more dependency-injection-friendly.
Kenton Varda
More...
over 11 years ago
Fix VPATH build.
Kenton Varda
More...
over 11 years ago
OSX will actually use a 1-byte socket buffer, apparently. Better use a bigger number...
Kenton Varda
More...
over 11 years ago
Update Makefile.am.
Kenton Varda
More...
over 11 years ago
Add missing includes, ifdef-out RTTI-requiring debug code when RTTI disabled.
Kenton Varda
More...
over 11 years ago
Tweak scheduling.
Kenton Varda
More...
over 11 years ago
Fix bug and slowness affecting evolution-test.
Kenton Varda
More...
over 11 years ago
Remove mention of threads from some comments.
Kenton Varda
More...
over 11 years ago
Re-arrange async headers a bit to improve organization.
Kenton Varda
More...
over 11 years ago
Remove most of EventLoop interface in favor of equivalent Promise methods.
Kenton Varda
More...
over 11 years ago
Misc tweaks.
Kenton Varda
More...
over 11 years ago
Use non-atomic refcounting.
Kenton Varda
More...
over 11 years ago
Remove some more mutexes and atomics that I missed.
Kenton Varda
More...
over 11 years ago
Make kj::Arena not thread-safe since it hurts performance even when used single-threaded.
Kenton Varda
More...
over 11 years ago
Eliminate the ability to have multiple threads working on building the same message -- performance penalty is too large, and applies even to single-threaded users.
Kenton Varda
More...
over 11 years ago
Simplify mutex usage in compiler code.
Kenton Varda
More...
over 11 years ago
Remove more mutexes.
Kenton Varda
More...
over 11 years ago
Use UnwindDetector to protect against exceptions in all these RPC object desturctors.
Kenton Varda
More...
over 11 years ago
Remove a bunch of mutexes.
Kenton Varda
More...
over 11 years ago
Fixes #39 - Obscure deadlock scenario in non-futex SimpleEventLoop implementation.
Kenton Varda
More...
over 11 years ago
Revamp concurrency model, part 1: EventLoop no longer allows cross-thread event queuing, simplifying many things. Capability clients are no longer thread-safe, so they don't have to be so const. In the future, explicit ways to communicate between threads will be re-added, but threads will be treated more like separate vats that just happen to have a particularly fat pipe. Upcoming: Remove mutexes.
Kenton Varda
More...
over 11 years ago
Make EventLoop current when constructed, so that you can use the Promise methods even when the loop hasn't actually started yet.
Kenton Varda
More...
over 11 years ago
Fix bugs.
Kenton Varda
More...
over 11 years ago
←
1
2
…
119
120
121
122
123
124
125
126
127
…
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