- Aug 23, 2019
-
-
Muxi Yan authored
Make gRPC Core as plugin of gRPC ObjC wrapper
-
Mark D. Roth authored
Skip timer test when running under event manager
-
Prashant Jaikumar authored
-
hcaseyal authored
Update googletest version to master
-
- Aug 22, 2019
-
-
Hope Casey-Allen authored
-
Muxi Yan authored
-
Muxi Yan authored
-
hcaseyal authored
Run generate_projects.sh
-
Esun Kim authored
Increase timeout for macos/grpc-node test to 120 minutes
-
rmstar authored
cfstream_test: workaround Apple CFStream bug
-
Prashant Jaikumar authored
-
Yash Tibrewal authored
-
rmstar authored
Added test for timer wakeups
-
Esun Kim authored
Remove nanopb from gRPC
-
- Aug 21, 2019
-
-
Richard Belleville authored
Add gnossen and remove vjpai as bazel/** owner.
-
apolcyn authored
Add run: false to grpclb_fallback_test in build.yaml
-
Juanli Shen authored
Fix issue/PR template
-
Esun Kim authored
-
Karthik Ravi Shankar authored
Add v1.22.1 to interop matrix
-
Qiancheng Zhao authored
use stricter memory order in client_idle_filter
-
Esun Kim authored
Enforce abstract class rule
-
hcaseyal authored
Fix warnings to unblock gcc8 support
-
Esun Kim authored
-
Lidi Zheng authored
Ignore Visual Studio Code configurations
-
Lidi Zheng authored
Make default vtable for pointer argumnet a constant
-
Nicolas Noble authored
Fixing gcc8's no-unknown-warning-option issue.
-
Karthik Ravi Shankar authored
-
Karthik Ravi Shankar authored
Add v1.23.0 to interop matrix
-
Hope Casey-Allen authored
-
Richard Belleville authored
Gracefully handle errors from Future object callbacks.
-
Prashant Jaikumar authored
-
Lidi Zheng authored
-
Juanli Shen authored
-
- Aug 20, 2019
-
-
Richard Belleville authored
-
Karthik Ravi Shankar authored
-
Juanli Shen authored
Repo stats tracking
-
Richard Belleville authored
-
Richard Belleville authored
-
Richard Belleville authored
In https://github.com/grpc/grpc/issues/19910, it was pointed out that raising an exception from a Future callback would cause the channel spin thread to terminate. If there are outstanding events on the channel, this will cause calls to Channel.close() to block indefinitely. This commit ensures that the channel spin thread does not die. Instead, exceptions will be logged at ERROR level.
-
hcaseyal authored
Fix warning in client_idle_filter.cc to support gcc8
-