Muxi Yan
60e4ec2caf
Clean up debug messages
6 years ago
lyuxuan
eebfcd7e11
Merge pull request #17730 from lyuxuan/go_release
...
Add v1.18.0 releases of grpc-go to interop matrix
6 years ago
Yuxuan Li
c55ff1b96e
Add v1.18.0 releases of grpc-go
6 years ago
Yash Tibrewal
40b35dec12
Merge pull request #17725 from yashykt/oserrorinfo
...
OS Error - The error description should be the error string
6 years ago
Juanli Shen
15f4f3b384
Merge pull request #17513 from AspirinSJL/channel_pool
...
Enable per-channel subchannel pool
6 years ago
Juanli Shen
bbe2587c39
Enable per-channel subchannel pool
6 years ago
Yash Tibrewal
f821b384d9
The error description should be the error string
6 years ago
ZHANG Dapeng
6a7863ae37
Merge pull request #17721 from dapengzhang0/java-release-1.18.0
...
Add grpc-java 1.18.0 to interop matrix
6 years ago
Juanli Shen
d816294c17
Merge pull request #17720 from AspirinSJL/rm_force_different
...
Remove force_creation param from subchannel index
6 years ago
Penn (Dapeng) Zhang
bf273ff00f
Add grpc-java 1.18.0 to interop matrix
...
release note: no
6 years ago
Juanli Shen
b3c0b91db1
Remove force_creation param from subchannel index
6 years ago
Bill Feng
6173fe1fcb
Merge pull request #17709 from billfeng327/bugfix/bazel-0.20-build
...
update default settings for RBE in preparation for upcoming Docker changes
6 years ago
Bill Feng
f47e205776
removed ptrace
6 years ago
Bill Feng
919f9f76b3
attempt to disable PTREACE for ASAN
6 years ago
Bill Feng
67b8d4d33b
update default settings for RBE
6 years ago
Yang Gao
75b8b1e2c6
Merge pull request #17697 from rmstar/remote_network_status_test
...
Remove network_status_tracker
6 years ago
Jan Tattermusch
1eb6b951e0
Merge pull request #17677 from jtattermusch/fix_17625
...
Fix a rare interop infrastructure flake.
6 years ago
Lidi Zheng
b56d508300
Merge pull request #17280 from lidizheng/pylint-disable-C0330
...
Enable Pylint for Python examples
6 years ago
Muxi Yan
b6d8957b0d
Merge pull request #17690 from muxi/new-api-warning
...
Resolve compiler warnings from new API
6 years ago
Eric Gribkoff
3442b4abf3
Merge pull request #17698 from ericgribkoff/check_state
...
avoid AttributeError when object init fails
6 years ago
Eric Gribkoff
4d391b64e1
avoid AttributeError when object init fails
6 years ago
apolcyn
efb9ddc3f7
Merge pull request #17696 from apolcyn/revert_ares
...
Revert turning c-ares on by default
6 years ago
Prashant Jaikumar
95965f71d3
Remove network_status_tracker
...
Remove network_status_tracker and its unit test as it does nothing. We
can add tests for network status change in another commit.
6 years ago
Alexander Polcyn
371b987bf4
Revert turning c-ares on by default
6 years ago
Vijay Pai
4ed3738d42
Merge pull request #17691 from mehrdada/fix-grpclibrary-initialization
...
Fix CoreCodegen initialization (destruction) bug
6 years ago
Jan Tattermusch
b02fbfb90f
Merge pull request #17684 from jtattermusch/bazel0_21_protobuf_fixes
...
Fix build with bazel 0.21
6 years ago
Mehrdad Afshari
b12dd1be05
Fix GrpcCodegen initialization
...
Initializing GrpcCodegen as a global static variable
is problematic because it is possible for it to get
destructed before the last instance of `GrpcLibraryCodegen`
gets destructed and leaves the program dealing with
a dangling pointer (imagine a scenario where another
thread is using gRPC resources and the main thread
tries to join it in an object's destructor after
main ends and CoreCodegen is destructed.)
In fact, Google style guide explicitly forbids
non-trivially-destructible global variables of static
storage duration for this and other reasons and the
solution in this commit is among the recommended
workarounds referenced in
https://google.github.io/styleguide/cppguide.html#Static_and_Global_Variables
6 years ago
Muxi Yan
f36a6e9aef
Eliminate compiler warning
6 years ago
Yash Tibrewal
2ef35fe9db
Merge pull request #17687 from yashykt/interceptionexamples
...
Naive client server implementation for key value service example
6 years ago
apolcyn
34ca89765d
Merge pull request #16862 from apolcyn/convert_tests_to_cares
...
Switch the default DNS resolver from native to c-ares
6 years ago
Yash Tibrewal
b72bb30126
Clang format
6 years ago
Yash Tibrewal
aa59509369
Reviewer comments
6 years ago
Yash Tibrewal
c01e866a88
better documentation
6 years ago
Yash Tibrewal
f1e9306c70
return empty string instead of nullptr
6 years ago
Yash Tibrewal
7a5a9544ef
Add a naive client server implementation
6 years ago
Yash Tibrewal
8f09f77949
Merge pull request #17679 from yashykt/keyvaluestoreproto
...
Add new keyvaluestore proto in examples
6 years ago
Bill Feng
a554f44579
Merge pull request #17678 from billfeng327/bugfix/bazel-0.20-build
...
Updated bazel and RBE instance versions
6 years ago
Muxi Yan
b28be3a835
Merge pull request #17628 from muxi/fix-cronet
...
Cronet batch fixes
6 years ago
Bill Feng
5eed6d9d58
fixed version on toolchain
6 years ago
Muxi Yan
18c48f6876
Merge pull request #17683 from muxi/host-slash-remove
...
Remove hostname trailing slash
6 years ago
Muxi Yan
412c44992b
Merge pull request #17578 from muxi/grpccall-safety
...
Make gRPC ObjC thread safety right
6 years ago
Jan Tattermusch
7a814e2597
fix build with bazel 0.21
6 years ago
Jan Tattermusch
12bca9fa66
Merge pull request #17671 from jtattermusch/interop_matrix_noskip_runtime
...
interop_matrix: introduce runtime_subset and more cleanup.
6 years ago
Jan Tattermusch
ee6f550569
Merge pull request #17682 from apolcyn/attempt_homebrew_fix
...
Attempt to fix homebrew installation problem
6 years ago
Muxi Yan
c059946a75
Fix bug where remote host's trailing slash is not removed, causing name resolution failure
6 years ago
Alexander Polcyn
38f0fa394b
Attempt to fix homebrew installation problem
6 years ago
Yash Tibrewal
de902e18b7
Reviewer comments
6 years ago
Muxi Yan
121e04bc1e
address comments 2
6 years ago
Yash Tibrewal
93e84947df
Reviewer comments
6 years ago
Vijay Pai
302e7b4d2b
Merge pull request #17658 from guantaol/avoid_thd_jump
...
Avoid the thread jump in server callback APIs.
6 years ago