- Apr 06, 2017
-
-
Mark D. Roth authored
Do not retry when we fail to create a subchannel call.
-
- Apr 05, 2017
-
-
Mehrdad Afshari authored
-
Craig Tiller authored
Lazily create batch control structures
-
Craig Tiller authored
Add profiling annotations
-
Yang Gao authored
Unref the tail, not the original slice
-
Yuchen Zeng authored
Add max_connection_age jitter
-
Yuchen Zeng authored
Add UpdateActions to the interop client helper
-
Mark D. Roth authored
-
Mark D. Roth authored
Remove invalid gpr_free() of arena-allocated memory.
-
Mark D. Roth authored
-
Muxi Yan authored
Disable CronetUnitTests for possible Jenkins flakiness
-
Mark D. Roth authored
-
Craig Tiller authored
Potential msan fix
-
Mark D. Roth authored
-
Mark D. Roth authored
-
Muxi Yan authored
Fix problem with cronet_transport on the new control+payload structure
-
Yuchen Zeng authored
Client-side keepalive pings server enforcement
-
Michael Lumish authored
Node performance tests and improvements
-
Michael Lumish authored
Node: explicitly define Release and Debug builds, use build flags from build.yaml
-
Mehrdad Afshari authored
-
Yuchen Zeng authored
-
- Apr 04, 2017
-
-
Muxi Yan authored
-
Muxi Yan authored
-
Craig Tiller authored
-
Yang Gao authored
Calculate RPC deadline right before call creation
-
Mark D. Roth authored
-
Mark D. Roth authored
-
Yuchen Zeng authored
-
Yuchen Zeng authored
-
Mark D. Roth authored
-
Mark D. Roth authored
-
Craig Tiller authored
Working towards enabling a minimal stack
-
Yuchen Zeng authored
-
Muxi Yan authored
-
yang-g authored
-
kpayson64 authored
Refactor python code generator to support other serializers
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Chris Evans authored
Most core end2end tests are written around a single RPC with an explicit deadline. Currently, this deadline is calculated before bringing up the test fixture, and thus time spent bringing up the test fixture is taken from the time allotted to the RPC. This change moves the calculation of these deadlines immediately before call creation. Additionally, the functions that calculate these deadlines have been renamed from 'xx_seconds_time()' to 'xx_seconds_from_now()' for clarity.
-