- 11 Jan, 2018 4 commits
-
-
Kenton Varda authored
Make AsyncUnixTest/InterruptedTimer slower on Linux becaues it turns out to be flaky on machines other than mine.
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 14 Nov, 2017 1 commit
-
-
Kenton Varda authored
(Later, we should add a nice subprocess API around this, maybe even one that can work on Windows too...)
-
- 27 Apr, 2017 1 commit
-
-
Kenton Varda authored
-
- 11 Apr, 2017 1 commit
-
-
Kenton Varda authored
-
- 07 Nov, 2016 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
I prefer #ifdefing out the whole file rather than adjusting every build system.
-
- 02 Oct, 2016 1 commit
-
-
David Renshaw authored
-
- 27 May, 2016 1 commit
-
-
Branislav Katreniak authored
Warned by gcc 5.3.1 and clang 3.7.0
-
- 02 Apr, 2016 4 commits
-
-
Oliver Kuckertz authored
-
Oliver Kuckertz authored
-
Oliver Kuckertz authored
-
Oliver Kuckertz authored
-
- 31 Mar, 2016 2 commits
-
-
Oliver Kuckertz authored
-
Oliver Kuckertz authored
-
- 29 Aug, 2015 2 commits
-
-
Oliver Kuckertz authored
-
Oliver Kuckertz authored
-
- 31 Jul, 2015 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Make tests work on mipsel, maybe. Hopefully fixes #204. I don't know since I don't have a mipsel machine.
-
- 30 Dec, 2014 1 commit
-
-
Kenton Varda authored
A compatibility layer is provided to ease migration.
-
- 11 Dec, 2014 1 commit
-
-
Kenton Varda authored
-
- 09 Dec, 2014 1 commit
-
-
Kenton Varda authored
This is not currently used, but eventually we'll use this to support efficient inter-thread messaging. That said, I've decided that inter-thread messaging is complicated and I don't want to work on it right now.
-
- 06 Dec, 2014 1 commit
-
-
Kenton Varda authored
-
- 01 Dec, 2014 1 commit
-
-
Kenton Varda authored
-
- 20 Jun, 2014 1 commit
-
-
Kenton Varda authored
For portions currently copyright by Kenton (most of it), transfer copyright to Sandstorm Development Group, Inc. (Kenton's company). The license change is practically meaningless, as MIT and BSD 2-clause are legally equivalent. However, the BSD 2-clause license is sometimes confused for its ugly siblings, BSD 3-clause and BSD 4-clause. The MIT license is more immediately recognizeable for what it is. Rémy Blank and Jason Choy (the two non-trivial contributors) are on record as approving this change: https://groups.google.com/d/msg/capnproto/xXDd2HUOCcc/gbe_COIuXKYJ
-
- 01 Apr, 2014 1 commit
-
-
Kenton Varda authored
- Define separate times for durations vs. absolute times. - Make more consistent with existing precedents in KJ style.
-
- 30 Mar, 2014 1 commit
-
-
Remy Blank authored
-
- 07 Dec, 2013 1 commit
-
-
Kenton Varda authored
-
- 05 Dec, 2013 2 commits
-
-
Kenton Varda authored
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 authored
-
- 04 Dec, 2013 1 commit
-
-
Kenton Varda authored
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.
-
- 30 Nov, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 28 Nov, 2013 1 commit
-
-
Kenton Varda authored
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.
-
- 26 Nov, 2013 1 commit
-
-
Kenton Varda authored
Make EventLoop current when constructed, so that you can use the Promise methods even when the loop hasn't actually started yet.
-
- 05 Nov, 2013 1 commit
-
-
Kenton Varda authored
Add tests for actually receiving multiple signals and multiple polls at once, not just listening for them.
-
- 03 Nov, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-