- 25 Nov, 2013 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 23 Nov, 2013 1 commit
-
-
Kenton Varda authored
Tail calls half-implemented, but I think it's time to delete all the cancellation code before continuing because it will simplify things.
-
- 22 Nov, 2013 5 commits
-
-
Kenton Varda authored
Implement exclusive promise joining: Join two Promise<T>s to create a Promise that resolves when either input resolves.
-
Kenton Varda authored
-
Kenton Varda authored
Oops, don't need to use embargoes if the resolution is on the same machine as the promise, since the network path of calls is unchanged in that case.
-
Kenton Varda authored
-
Kenton Varda authored
-
- 21 Nov, 2013 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 20 Nov, 2013 1 commit
-
-
Kenton Varda authored
-
- 19 Nov, 2013 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 18 Nov, 2013 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 15 Nov, 2013 5 commits
-
-
Kenton Varda authored
kj::runIoEventLoop() is a shortcut for setting up an EventLoop that can do I/O, without specifying a platform-specific EventLoop.
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 14 Nov, 2013 8 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
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 authored
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 authored
-
Kenton Varda authored
-
- 13 Nov, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 12 Nov, 2013 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Improve inf/nan. This also makes GCC encode them consistently with Clang and with the existing testdata.
-
Kenton Varda authored
-
Kenton Varda authored
-