- 21 May, 2015 1 commit
-
-
Alex Richardson authored
Apparently Kate requires the <itemDatas> to be inside the <highlighting> tag whereas QtCreator also accepts it a level higher. Tested using this DTD: https://github.com/jgm/highlighting-kate/blob/master/xml/language.dtd
-
- 20 May, 2015 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Fix -Werror build without KJ_HAS_BACKTRACE
-
Ed Maste authored
This avoids an unused function warning for crashHandler.
-
- 16 May, 2015 2 commits
-
-
Kenton Varda authored
Fall back to sysconf(_SC_IOV_MAX) if both IOV_MAX and UIO_MAXIOV are undefined
-
Tom Lee authored
-
- 15 May, 2015 1 commit
-
-
Kenton Varda authored
LocalAddress and RemoteAddress were apparently merged into NetworkAddress long ago.
-
- 10 May, 2015 1 commit
-
-
Tom Lee authored
-
- 09 May, 2015 2 commits
-
-
David Renshaw authored
-
Tom Lee authored
Fixes a build error on GNU/Hurd.
-
- 07 May, 2015 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Fix bug where capability pointers were corrupted when 'transferred', e.g. using adoptWithCaveats() or truncate().
-
- 06 May, 2015 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Add ability to construct a new bootstrap capability for each connecting client based on their authenticated VatId.
-
Kenton Varda authored
-
- 05 May, 2015 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
- Reduce noise. - Trace through async callbacks.
-
- 04 May, 2015 2 commits
-
-
Kenton Varda authored
Allow TwoPartyClient to define a bootstrap interface
-
Jason Paryani authored
-
- 03 May, 2015 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Canonicalize NaN on the hppa architecture
-
Tom Lee authored
-
- 02 May, 2015 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 30 Apr, 2015 3 commits
-
-
Kenton Varda authored
Update obsolete comments.
-
Kenton Varda authored
Fix incorrect, confusing comment.
-
Kenton Varda authored
Add missing keywords "override".
-
- 29 Apr, 2015 1 commit
-
-
Ivan Lezhankin authored
-
- 28 Apr, 2015 1 commit
-
-
David Renshaw authored
-
- 26 Apr, 2015 1 commit
-
-
David Renshaw authored
-
- 25 Apr, 2015 2 commits
-
-
David Renshaw authored
-
David Renshaw authored
-
- 21 Apr, 2015 1 commit
-
-
Kenton Varda authored
https://llvm.org/bugs/show_bug.cgi?id=22354 At the time DisallowConstCopy was introduced, GCC 4.7 and Clang 3.2 refused to allow the non-const copy constructors to be defaulted inline. This must have been concluded to be a compiler bug, as GCC 4.8 and Clang 3.4 seem fine with it. So, we can clean this up. Meanwhile, the above-linked Clang bug triggered when a DisallowConstCopy derivative is captured by value in a C++14 generic lambda. capnp::CallContext in particular tended to be hit by this a lot. The bug only affects non-default (or out-of-line default) copy constructors, and thus is conveniently sidestepped by this change.
-
- 20 Apr, 2015 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 17 Apr, 2015 1 commit
-
-
Kenton Varda authored
-
- 15 Apr, 2015 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-