Jan Tattermusch
7b2c253530
Revert "only generate full or lite client, never both"
...
This reverts commit 1b8418b546
.
5 years ago
apolcyn
f78966eb52
Merge pull request #20128 from apolcyn/fix_manby_grpclb_channel_stress_test_crash
...
Remove call from queued picks when failing it due to channel destruction
5 years ago
Yash Tibrewal
41771f2f47
Merge pull request #20139 from yashykt/fixraces
...
Fix a big source of races in CHTTP2 code
5 years ago
Esun Kim
1168c903c1
Merge pull request #20109 from veblush/smetadata
...
Fix buffer-overflow in grpc_static_mdelem_for_static_strings
5 years ago
Esun Kim
9bd0323e0f
Merge pull request #20110 from veblush/slicefix
...
Fix ubsan on InternNewStringLocked
5 years ago
Yash Tibrewal
7315e75ce6
Add comments
5 years ago
Yash Tibrewal
3476df0b50
Add in ref to error
5 years ago
Yash Tibrewal
e6ffb2c3bb
Replace direct closure callback calls with GRPC_CLOSURE_SCHED
5 years ago
rmstar
d9c9b52a68
Merge pull request #19507 from rmstar/ioscpptest_readme
...
Added documentation for C++ tests on iOS
5 years ago
hcaseyal
fac072341c
Merge pull request #20126 from hcaseyal/bm_build
...
Remove build target for microbenchmark
5 years ago
Esun Kim
a96cbbd592
Fix ubsan on InternNewStringLocked
5 years ago
Esun Kim
3c6bb96a1f
Add test for static elements
5 years ago
Prashant Jaikumar
b436758b14
Added documentation for C++ tests on iOS
5 years ago
Prashant Jaikumar
2e1cb0d91a
Don't run time_jump_test under sanitizers
5 years ago
apolcyn
a8b0b14a5f
Merge pull request #20131 from apolcyn/log_alts_errors
...
Log errors in ALTS handshaker initial op completion cb
5 years ago
Esun Kim
fa7bdff69f
Fix buffer-overflow in grpc_static_mdelem_for_static_strings
5 years ago
Vijay Pai
65eb9c9ddb
Revert "Test message size of 100MB"
5 years ago
rmstar
06f85fc987
Merge pull request #20105 from rmstar/timejumptest
...
Added test for time jumps
5 years ago
Prashant Jaikumar
d2b5fd75f0
Added test for time jumps
5 years ago
Alexander Polcyn
d1dae7d9d8
Log errors in ALTS handshaker message op completion cb
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
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
Richard Belleville
e70788364b
Make dependency on template files explicit
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