- 17 Apr, 2017 3 commits
-
-
Kenton Varda authored
Or... negato?
-
Kenton Varda authored
-
Kenton Varda authored
-
- 16 Apr, 2017 3 commits
-
-
Kenton Varda authored
Refactor bounds checks to avoid ever creating out-of-bounds pointer values, which is technically UB even if not dereferenced.
-
Kenton Varda authored
-
- 15 Apr, 2017 5 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
MallocMessageBuilder: don't allocate segments above the max serializable size
-
Kenton Varda authored
Fix autotools build on MacOS
-
David Renshaw authored
-
David Renshaw authored
-
- 12 Apr, 2017 3 commits
-
-
Mike Lin authored
-
Kenton Varda authored
-
Mike Lin authored
-
- 11 Apr, 2017 9 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
This eliminates a TODO(soon).
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 10 Apr, 2017 11 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
This allows functions which use KJ_EXPECT and other test macros to be built without linking libkj-test, which pulls in a possibly-unwanted main() function. In particular, afl-testcase.c++ could not link in -fno-exceptions mode without this change.
-
Kenton Varda authored
-
Kenton Varda authored
doc/cxxrpc: Document lazy execution
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
The previous approach worked only for ekam builds, where fuzz-test was its own binary.
-
Kenton Varda authored
-
Kenton Varda authored
-
- 07 Apr, 2017 6 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Add AFL test case
-
Kenton Varda authored
I changed it to use TestAllTypes instead of a trivial struct, which will probably get more coverage quicker.
-