Mark D. Roth
e8cd36924e
Add test for retry code path.
6 years ago
Jan Tattermusch
9c51ff9b33
Make C# ServerCallContext implementation agnostic
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
Eric Gribkoff
30a95d354c
rename census context hooks
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
Lidi Zheng
206a76b332
Upgrade Bazel to 21.0
6 years ago
Mark D. Roth
08f94b1623
Clean up test.
6 years ago
Benjamin Barenblat
8ce2783b4b
Correct a format string
...
Use a format string macro from inttypes.h when printfing thread IDs on
non-Windows, non-Linux platforms. This silences a -Wformat trigger when
cross-compiling for macOS.
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
Lidi Zheng
222db62721
Revert the compare of protobuf message to comparing encoded result
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
817fb588af
Adding a new line at the end of the file
6 years ago
Yash Tibrewal
6e94552a30
Add a caching interceptor to the keyvaluestore example
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
Mark D. Roth
62052d7a12
Fix bug in cancellation.
6 years ago
Muxi Yan
b28be3a835
Merge pull request #17628 from muxi/fix-cronet
...
Cronet batch fixes
6 years ago
Mark D. Roth
d655509e3d
Fix sanity and build.
6 years ago
Mark D. Roth
d6e2b33670
Move InterceptRecvTrailingMetadataLoadBalancingPolicy to a separate file.
...
This fixes a link error when building with make.
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