- 07 Mar, 2015 1 commit
-
-
Kenton Varda authored
-
- 06 Mar, 2015 2 commits
-
-
Kenton Varda authored
zero warnings: use KJ_UNUSED for unused constexpr & local vars
-
Kenton Varda authored
Ignore stuff that needs ignoring.
-
- 05 Mar, 2015 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Unfortunately, commit 10487060 missed a case of CPU amplification via struct lists with zero-sized elements. See advisory: https://github.com/sandstorm-io/capnproto/blob/master/security-advisories/2015-03-05-0-c++-addl-cpu-amplification.md
-
- 03 Mar, 2015 4 commits
-
-
Kirk Beitz authored
one function in arena.c++ and several snprintf_result local vars in string.c++ get optimized away because they're only used in KJ_DASSERT() invocations. this patch thus identifies those unused declarations with KJ_UNUSED
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Deep-clear target object when overwriting pointer. (Minor bug I noticed while working on other things.)
-
- 02 Mar, 2015 14 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 25 Feb, 2015 3 commits
-
-
Kenton Varda authored
-
Ben Laurie 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 1 commit
-
-
Kenton Varda authored
-