- 19 Nov, 2016 5 commits
-
-
Harris Hancock authored
This is required to allow the compiler to successfully instantiate a JsonCodec::Handler<DynamicValue, Style::POINTER> using Handler's default partial specialization for Style::POINTER. Such an instantiation is currently only used in dead code that clang and gcc eliminate but MSVC does not, which is why the problem was not caught until now. Also implemented DynamicValue::Builder::as<DynamicValue>() to preserve symmetry.
-
Harris Hancock authored
-
Harris Hancock authored
For now, I'm just guessing on appropriate values for minStack and maxStack.
-
Harris Hancock authored
-
Harris Hancock authored
-
- 15 Nov, 2016 4 commits
-
-
Harris Hancock authored
-
Harris Hancock authored
-
Harris Hancock authored
-
Harris Hancock authored
-
- 12 Nov, 2016 1 commit
-
-
Kenton Varda authored
The implementation used by AsyncStreamFd was simply calling the general tryRead(), so why not?
-
- 09 Oct, 2016 1 commit
-
-
Philip Quinn authored
-
- 07 Oct, 2016 2 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
-
- 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 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 18 Sep, 2016 1 commit
-
-
Mark Grimes authored
-
- 17 Sep, 2016 3 commits
-
-
Mark Grimes authored
-
Mark Grimes authored
-
Mark Grimes authored
-
- 16 Sep, 2016 1 commit
-
-
Kenton Varda authored
-
- 12 Sep, 2016 1 commit
-
-
Andrew Murray authored
-
- 05 Sep, 2016 1 commit
-
-
David Renshaw authored
-
- 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 1 commit
-
-
Kenton Varda authored
-
- 02 Aug, 2016 1 commit
-
-
Branislav Katreniak authored
-
- 29 Jul, 2016 1 commit
-
-
Vitali Lovich authored
Add missing include when building on Linux Discovered trying to build on Android using CMake. UIO_MAXIOV is only exported by the linux/uio.h header which was never included. Not sure how normal Linux builds work. Add missing reinterpret cast from const void* to const byte*. Remove -pthread compile flag when building under Android. ANDROID cmake variable exported by android-cmake project.
-
- 26 Jul, 2016 1 commit
-
-
Edward Catmur authored
Fixes #349.
-
- 24 Jul, 2016 1 commit
-
-
Kenton Varda authored
-
- 04 Jul, 2016 2 commits
-
-
David Renshaw authored
-
David Renshaw authored
-
- 23 Jun, 2016 1 commit
-
-
Kenton Varda authored
Since simply fixing the bug would silently break backwards-compatibility for affected schemas, we instead throw an exception to alert developers. See Issue #344 for more details.
-
- 20 Jun, 2016 1 commit
-
-
- 18 Jun, 2016 1 commit
-
-
David Renshaw authored
-
- 17 Jun, 2016 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
This is blunt: A peer can choose to stop reading new messages from a connection whenever the calls in-flight cross a certain threshold. This is needed in Sandstorm to prevent errant (or malicious) apps from consuming excessive RAM in other parts of the system by flooding them with calls.
-
- 14 Jun, 2016 1 commit
-
-
Branislav Katreniak authored
-