- 02 Mar, 2015 7 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 25 Feb, 2015 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 23 Feb, 2015 1 commit
-
-
Kenton Varda authored
-
- 20 Feb, 2015 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Cast mmap to char *.
-
Kenton Varda authored
Add abortRead to AyncIoStream
-
Ben Laurie authored
-
- 19 Feb, 2015 5 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
- Promise<T>::catch_() method which is equivalent to then() but you only specify an error handler; the non-error continuation is the identity function. - kj::evalNow() function which synchronously calls a function and returns a promise for the result, or a broken promise if the function threw an exception. This is convenient for making sure exceptions get pushed into the promise chain. - KJ_WARN_UNUSED_RESULT on various methods that return promises.
-
Kenton Varda authored
-
- 18 Feb, 2015 1 commit
-
-
Jason Paryani authored
This is analagous to shutdownWrite, but for the read end of the stream
-
- 07 Feb, 2015 1 commit
-
-
Kenton Varda authored
-
- 02 Feb, 2015 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Fixes #175.
-
Kenton Varda authored
Also set the version for the CMake build
-
- 01 Feb, 2015 1 commit
-
-
Alex Richardson authored
Otherwise the installed pkgconfig files are broken. The release script has also been changed to update the version for CMakeLists.txt. Fixes issue #162
-
- 29 Jan, 2015 5 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 27 Jan, 2015 7 commits
-
-
Kenton Varda authored
Allow DynamicStruct::Reader/Builder.as<AnyStruct>
-
Kenton Varda authored
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
fix 'capnp id' version string
-
David Renshaw authored
-
- 26 Jan, 2015 3 commits
-
-
Kenton Varda authored
-
Jason Paryani authored
-
Prajwal Tuladhar authored
-