- 22 Nov, 2013 3 commits
-
-
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 11 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
-
Kenton Varda authored
-
Kenton Varda authored
Allow implicit conversion from Orphan<T> to Orphan<DynamicStruct/DynamicList/DynamicCapability> where applicable.
-
Kenton Varda authored
-
Kenton Varda authored
Fix bug handling absolute source paths with no --src-prefix -- just output to the same directory in this case.
-
Kenton Varda authored
-
Kenton Varda authored
Define new KJ constants for min/max integer values and inf/nan, then remove all use of numeric_limits.
-
Kenton Varda authored
-