Vijay Pai
04a6b8467c
Support callback on cancellation of server-side unary RPCs
6 years ago
Mark D. Roth
6a4ddc967f
Merge pull request #18344 from markdroth/grpclb_fallback_after_startup
...
grpclb fallback after startup
6 years ago
Yang Gao
2ee9795183
Merge pull request #18156 from mkbehr/interop-client-additional-metadata
...
Let the c++ interop_client send additional metadata, controlled by a flag.
6 years ago
Jan Tattermusch
1ef8bd0944
fix cast warnings
6 years ago
Bill Feng
d9fc63f42f
generated project for updated submodule
6 years ago
Jan Tattermusch
afc2e36803
use GCHandle.FromIntPtr
6 years ago
Juanli Shen
149eb4046e
Merge pull request #18401 from AspirinSJL/fix_grpclb_rere
...
Fix reresolution condition in grpclb
6 years ago
Prashant Jaikumar
f6479caf2a
Fix CFStreamTests
...
- Pass extra param to grpc_endpoint_read() as the API has changed.
- Fixed build error seen with Xcode 10.
- Enable pipefail to xcodebuild errors are propagated to the caller.
6 years ago
Karthik Ravi Shankar
6c9951680e
Fix clang_format_code.sh errors.
6 years ago
Karthik Ravi Shankar
322e720fe6
Merge branch 'master' into grpc_namespace_serverbuilder
6 years ago
Jan Tattermusch
f019bcb4a0
Merge pull request #18413 from jtattermusch/interop_get_dotnet
...
Ensure we have the right version of dotnet SDK when building grpc-dotnet interop image.
6 years ago
Lidi Zheng
47c1479b8c
Merge pull request #18398 from lidizheng/fix-18244-take-2
...
Use C-Core API to perform time conversion
6 years ago
Mark D. Roth
adc2163038
Go into fallback mode when losing contact with balancer and backends.
6 years ago
yang-g
38b82fb7c3
Update opencensus to fix build
6 years ago
Evan Jones
86991f633d
python docs: details are UTF-8 encodable, not just ASCII.
...
Context detail messages are Unicode strings in both the implementation and
specification. Fix the documentation to make this clearer. The
specification for the Status-Message response field says "Status-Message is
[...] a Unicode string [...] encoded as UTF-8" [1]. The implementation
seems to call _common.encode(), so anything that is UTF-8 encodable works.
For example:
context.set_code(grpc.StatusCode.ABORTED)
context.set_details('emoji error: \U0001F600')
Correctly returns a smiley face emoji to the client.
6 years ago
Jan Tattermusch
0f8a3aeeb7
install jq
6 years ago
Jan Tattermusch
472613c3bc
check dotnet SDK version before building ASP.NET core interop image
6 years ago
Vijay Pai
8c3d4a7dfd
Merge pull request #18072 from vjpai/client_streaming_hold
...
C++ callback API: Add support for client-side extra-reaction operations via Holds
6 years ago
Vijay Pai
797b01a85e
Merge pull request #17760 from Norman0406/fix-interceptor_memory_leak
...
Fixing memory leak in interceptor by removing unsued send_status_
6 years ago
Bill Feng
eff99b1d76
dependency bump for gflags
6 years ago
Bill Feng
14bffe549e
submodule dependency update
6 years ago
Lidi Zheng
4c3b577650
Add expectation to negative timeout test case
6 years ago
apolcyn
ee72c63837
Merge pull request #18384 from apolcyn/log_more_query_status
...
Trace log the status of every c-ares lookup; cleanup error handling
6 years ago
Vijay Pai
48ce4ca939
Add support for extra-reaction operations via Holds
6 years ago
Karthik Ravi Shankar
582ecc8fc4
Fix tests to use grpc namespace
6 years ago
Nicolas Noble
00bc804173
Merge pull request #18405 from mkoledoye/patch-1
...
Fix typo
6 years ago
Nicolas "Pixel" Noble
957f674fff
Removing a few more non-trivial struct memsets, part 3.
6 years ago
Moses Koledoye
84cb531b72
Fix typo
6 years ago
Mark D. Roth
55d8238b0e
Merge pull request #18340 from markdroth/grpclb_test_improvement
...
Clean up grpclb and xds end2end tests.
6 years ago
yihuaz
4fef7f4d13
Merge pull request #18400 from yihuazhang/SPIFFE_FIX_CLANG_TIDY_ERROR
...
Fix clang-tidy errors in SPIFFE security stack
6 years ago
Vishal Powar
f569cc1b36
Add BUILD rul and generated upb code for protos required to do DiscoveryRequest to xDS server
...
Also,
- cleanup check scripts to look for file extension to exempt upb
generated code.
6 years ago
Mark D. Roth
b0ad6ac3ae
Clean up grpclb and xds end2end tests.
6 years ago
Juanli Shen
335ced6b79
Improve logging
6 years ago
Alexander Polcyn
c02034eb96
Add more tracing around the status of each c-ares query; refactor error
...
handling
6 years ago
Juanli Shen
78fc00f0ce
Fix reresolution condition in grpclb
6 years ago
Lidi Zheng
dfb5a2dbc6
Disable negative deadline test in gevent
6 years ago
Yihua Zhang
64caf4d3df
fix clang-tidy errors
6 years ago
Yash Tibrewal
cbca7b6b00
Merge pull request #18367 from yashykt/errqueueinit
...
Use GRPC_LINUX_ERRQUEUE
6 years ago
Mark D. Roth
f5f9df658d
Merge pull request #18369 from markdroth/doc_update
...
Update naming doc.
6 years ago
Michael Lumish
afdf67c7b1
Merge pull request #18391 from nicolasnoble/non-trivial-memset
...
Removing a few more non-trivial struct memsets.
6 years ago
Lidi Zheng
c3ecc61867
Use C-Core API to perform time conversion
6 years ago
Bill Feng
e9ad9e90b3
reinstated version bump of google benchmark
6 years ago
Lidi Zheng
585582c4a7
Merge pull request #18383 from lidizheng/fix-ctypedef
...
Use correct C integer types in Cython
6 years ago
Karthik Ravi Shankar
3b4835d92d
Merge pull request #18392 from grpc/revert-18223-grpc_namespace_opencensus
...
Revert "Fold opencensus into grpc_impl namespace"
6 years ago
Bill Feng
22aeaa5fbc
Merge pull request #18390 from grpc/revert-18285-update-deps-version
...
Revert "Windows builds for gRPC C++ tests"
6 years ago
Jan Tattermusch
92749d094e
Merge pull request #18351 from jtattermusch/introduce_netstandard20
...
C#: also target netstandard2.0
6 years ago
yihuaz
a3cc5361e6
Merge pull request #18115 from yihuazhang/SPIFFE_SECURITY_CONNECTOR
...
Add SPIFFE security stack to gRPC
6 years ago
Karthik Ravi Shankar
2bf934f97d
Revert "Fold opencensus into grpc_impl namespace"
6 years ago
Nicolas "Pixel" Noble
a5e0fe95e8
Removing a few more non-trivial struct memsets.
...
This structure (tsi_ssl_client_handshaker_options) has an explicit constructor that sets everything to zeroes.
6 years ago
Jan Tattermusch
cf6a311761
Revert "Windows builds for gRPC C++ tests"
6 years ago