kerbalwzy
25a1caa9b0
Update: add proto3 document link, change chinese translation and comment of 'unary'
5 years ago
kerbalwzy
deee1f0826
Update: add offical guide link
5 years ago
Alexander Polcyn
d1dae7d9d8
Log errors in ALTS handshaker message op completion cb
5 years ago
Muxi Yan
8a35222164
fix Swift build
5 years ago
Hope Casey-Allen
32801fb5eb
Remove build target for microbenchmark
5 years ago
Alexander Polcyn
aa2a65faed
Remove call from queued picks when failing it due to channel destruction
5 years ago
hcaseyal
7564664f07
Merge pull request #19351 from hcaseyal/typo
...
Fix typo
5 years ago
Richard Belleville
0542eb59d9
Merge pull request #20120 from gnossen/back_to_old_bazel
...
Revert "Merge pull request #20097 from gnossen/dual_version_python_te…
5 years ago
Richard Belleville
9c4de3a983
Move reference to external workspace to OSS-specific file
5 years ago
Steven E Wright
88f5f130dd
Fix `shorten-64-to-32` warning in `GRPCChannel`
...
Per: https://github.com/grpc/grpc/issues/20122 this change avoids the `shorten-64-to-32` warning by calling the correct `NSNumber` factory method for an `NSUInteger` (the base type for the `GRPCCompressionAlgorithm` enum)
5 years ago
Vijay Pai
1077b3435c
Use range-based for on state rather than state.KeepRunning when possible
5 years ago
Richard Belleville
1444cd1dd3
Revert "Revert "Merge pull request #20097 from gnossen/dual_version_python_tests""
...
This reverts commit 24c562dbaa
.
5 years ago
Richard Belleville
24c562dbaa
Revert "Merge pull request #20097 from gnossen/dual_version_python_tests"
...
This reverts commit c9c847f334
, reversing
changes made to 07ba4de392
.
5 years ago
Juanli Shen
be4318810c
Merge pull request #16452 from AspirinSJL/add_msg_size_test
...
Test message size of 100MB
5 years ago
Mark D. Roth
fbd7ab53c7
Merge pull request #19036 from markdroth/lb_policy_per_rpc_backend_metric_api
...
Add API for accessing per-call backend metric data in LB policies.
5 years ago
Jan Tattermusch
0ee7a3ae93
regenerate projects
5 years ago
Jan Tattermusch
7357f63c09
update check_submodules.sh and grpc_deps.bzl
5 years ago
Mark D. Roth
d810671d93
Merge pull request #20039 from markdroth/health_check_service_name_change
...
Apply health check service name changes to existing subchannels.
5 years ago
Jan Tattermusch
cb6d3a0623
address review feedback
5 years ago
Jan Tattermusch
88e7107177
Merge pull request #20076 from jtattermusch/grpcdotnet_client_compression
...
enable grpc-dotnet client compression interop tests
5 years ago
Jan Tattermusch
7d0dc91a9b
Merge branch 'master' into grpcdotnet_client_compression
5 years ago
Pavel Koshelev
f113001d14
Enable bitcode for ios native libraries
5 years ago
rmstar
583ea7debd
Merge pull request #20065 from rmstar/timerrace
...
Add test for timer expiry racing with cancelation
5 years ago
Juanli Shen
d34f366337
Test message size of 100MB
5 years ago
Yash Tibrewal
afadd42297
Merge pull request #20058 from yashykt/createchannelbadcreds
...
Init needs to be called in case of bad creds
5 years ago
Yash Tibrewal
156a4cccdf
Remove unusued arg
5 years ago
Prashant Jaikumar
4dfa808e75
Add test for timer expiry racing with cancelation
5 years ago
Juanli Shen
5f7f11e56e
Merge pull request #20022 from AspirinSJL/xds_test_refactor
...
Refactor response building in xds test
5 years ago
Richard Belleville
c9c847f334
Merge pull request #20097 from gnossen/dual_version_python_tests
...
Upgrade to Bazel 0.28.1
5 years ago
hcaseyal
07ba4de392
Merge pull request #20091 from hcaseyal/bm_chttp2_transport
...
Fix race in bm_chttp2_transport
5 years ago
Jan Tattermusch
dfae165114
Merge pull request #20099 from jtattermusch/dotnet_client_more_auth_interop
...
enable compute_engine_creds and jwt_token_creds interop tests for managed dotnet client
5 years ago
Karthik Ravi Shankar
de2006d3e1
Merge branch 'master' into move-method-handler
5 years ago
Karthik Ravi Shankar
29bb3ef973
Remove redundant MethodHandler friend declarations
5 years ago
Richard Belleville
e70788364b
Make dependency on template files explicit
5 years ago
Muxi Yan
96c11d153f
Revert "Revert #19704 and #20060"
5 years ago
Muxi Yan
21cf17aacf
Merge pull request #20103 from muxi/revert-19704
...
Revert #19704 and #20060
5 years ago
Arjun Roy
b46e3668d3
s/branch/tail_call/ for CH2 on_hdr().
...
on_hdr() checks if a void-return function pointer is null before jumping to it.
If it is null, it returns an error; else it executes that function and returns
success.
This change converts the void-returning function to one that returns a
grpc_error* and thus saves a branch in on_hdr() (since we're branching once by
following the function pointer anyways, we're effectively coalescing these two
branches).
5 years ago
Mark D. Roth
21c5424477
Add API for accessing per-call backend metric data in LB policies.
5 years ago
Juanli Shen
a1ca6a099d
Refactor response building in xds test
5 years ago
Muxi Yan
d1f4456dc6
Revert "Merge pull request #19704 from muxi/isolate-call-implementation-2"
...
This reverts commit ac5f8062dd
, reversing
changes made to 8ae549431c
.
5 years ago
Juanli Shen
f29aee7fa9
Merge pull request #20093 from AspirinSJL/tune_lr
...
Tune load reporter test
5 years ago
Richard Belleville
d3cd387e03
Bump rules_apple
5 years ago
Richard Belleville
a451a3a94b
Rename function
5 years ago
Hope Casey-Allen
6dfe27ab08
Fix race in bm_chttp2_transport
5 years ago
Mark D. Roth
c8430023a5
Apply health check service name changes to existing subchannels.
5 years ago
Mark D. Roth
76ac4595e3
Merge pull request #20090 from markdroth/lb_policy_api_improvements
...
LB policy API changes suggested by Sanjay.
5 years ago
Esun Kim
18ede422b9
Merge pull request #20083 from veblush/linux-docker
...
Add auditwheel to linux docker
5 years ago
Esun Kim
ec1f1ec5e8
Merge pull request #20080 from veblush/auditwheel
...
Run auditwheel-show to python artifacts
5 years ago
Esun Kim
91f1e8c703
Merge pull request #20084 from veblush/i386
...
Replace 32bit/debian:jessie with i386/debian:jessie
5 years ago
Vijay Pai
5bf8760d3c
Merge pull request #19957 from g-easy/tags
...
Use opencensus::tags::TagKey.
5 years ago