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
kerbalwzy
1859799ee3
Fix: update README because code reformat by YAPF script
5 years ago
kerbalwzy
5c0fed241d
Fix: reformat code with YAPF script, and check with PyLint
5 years ago
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