- 08 Dec, 2014 2 commits
-
-
Kenton Varda authored
Wait for writeable, rather than readable, socket on connect.
-
Morten Hustveit authored
-
- 06 Dec, 2014 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 01 Dec, 2014 1 commit
-
-
Kenton Varda authored
-
- 30 Nov, 2014 6 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
CMake: Fix #149.
-
Kenton Varda authored
Check for the definition of `_MSC_VER`, rather than its value.
-
Philip Quinn authored
-
Philip Quinn authored
-
- 29 Nov, 2014 8 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Conflicts: c++/src/kj/common.h
-
Kenton Varda authored
Distinguishing between "local bugs" and "preconditions" was proving difficult in practice, because a precondition failure in one function may very well indicate a bug in a calling function, but the exception may be thrown through that function, thus when caught the classification is nonsensical. The distinction also was not as useful as imagined. So, I eliminated this distinction.
-
Kenton Varda authored
-
Kenton Varda authored
Add asBytes() and asChars() methods to array classes to reinterpret-cast to bytes / chars, since this happens all the time and is otherwise a huge pain. Use the new methods in a bunch of places.
-
Kenton Varda authored
-
- 28 Nov, 2014 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Add missing semicolon in Interfaces example
-
- 24 Nov, 2014 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
The project file still only compiles a test binary, but it should be easy to separate out a library project from here. Thanks again to Bryan Boreham <bjboreham@gmail.com> for much help getting this working.
-
Kenton Varda authored
-
- 23 Nov, 2014 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Fix Windows bug that doesn't happen under wine: stdin defaults to text mode, which of course breaks compiler plugins.
-
Kenton Varda authored
-
Kenton Varda authored
Thanks to Bryan Boreham <bjboreham@gmail.com> for much help getting this started.
-
- 22 Nov, 2014 9 commits
-
-
Ross Light authored
-
Kenton Varda authored
This prevents the compiler from reporting warnings in these headers while compiling application code. Hopefully this will stem the never-ending stream of complaints from people who enable pedantic warnings.
-
Kenton Varda authored
Fix bug where EzRpcClient would segfault if the target host resolved to multiple addresses and the connection to the first of those failed.
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
kernel32.dll and msvcrt.dll are the only remaining dependencies.
-
- 20 Nov, 2014 1 commit
-
-
Kenton Varda authored
Accommodate code for MSVC
-