- 07 Nov, 2016 8 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
I prefer #ifdefing out the whole file rather than adjusting every build system.
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Memory leak is due to compiler bug. See: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33799 http://llvm.org/bugs/show_bug.cgi?id=12286
-
Kenton Varda authored
-
- 11 Oct, 2016 1 commit
-
-
Kenton Varda authored
Fix typo in KJ_DLOG macro.
-
- 09 Oct, 2016 1 commit
-
-
Philip Quinn authored
-
- 08 Oct, 2016 1 commit
-
-
Kenton Varda authored
Fix RealmGateway to avoid double-transforms on loopback.
-
- 07 Oct, 2016 3 commits
-
-
Kenton Varda authored
Previously, in the presence of promise capabilities, a save() request could cross over the same gateway twice (or more!). Some gateways (e.g. Sandstorm's) implement one-way transformations, so this could cause the request to fail when it shouldn't.
-
Kenton Varda authored
-
Kenton Varda authored
Disable UrgentObserver test on macOS.
-
- 04 Oct, 2016 1 commit
-
-
Kenton Varda authored
Fix various problems reported by `clang++ -Werror`
-
- 02 Oct, 2016 3 commits
-
-
David Renshaw authored
-
David Renshaw authored
-
David Renshaw authored
-
- 30 Sep, 2016 1 commit
-
-
Kenton Varda authored
-
- 23 Sep, 2016 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Fixes for windows
-
- 18 Sep, 2016 1 commit
-
-
Mark Grimes authored
-
- 17 Sep, 2016 4 commits
-
-
Mark Grimes authored
-
Mark Grimes authored
-
Mark Grimes authored
-
Kenton Varda authored
Fix that Thread::detach() prematurely deleted objects the thread might be using.
-
- 16 Sep, 2016 1 commit
-
-
Kenton Varda authored
-
- 13 Sep, 2016 1 commit
-
-
Kenton Varda authored
Fixed typos
-
- 12 Sep, 2016 1 commit
-
-
Andrew Murray authored
-
- 06 Sep, 2016 1 commit
-
-
Kenton Varda authored
include stdlib.h to fix build on OSX
-
- 05 Sep, 2016 1 commit
-
-
David Renshaw authored
-
- 11 Aug, 2016 1 commit
-
-
Kenton Varda authored
Only Glibc on Linux has execinfo.h
-
- 10 Aug, 2016 1 commit
-
-
Justin Cormack authored
Fix as done elsewhere so that it builds correctly on Musl libc as well as Glibc. Signed-off-by: Justin Cormack <justin@specialbusservice.com>
-
- 08 Aug, 2016 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 02 Aug, 2016 4 commits
-
-
Kenton Varda authored
capnp/Request: warn on unused result for send()
-
Kenton Varda authored
Mark Builder::operator Reader/asReader() member functions const.
-
Kenton Varda authored
Add missing include when building on Linux
-
Branislav Katreniak authored
-