Alexander Polcyn
|
074ecfb754
|
Post-review change: disable active RPC counting for the expected-to-fail tests
|
5 years ago |
Alexander Polcyn
|
528d50ab15
|
Add a global queue to limit the number of outstanding ALTS handshakes
|
5 years ago |
Esun Kim
|
f40a702441
|
Clean up headers
|
5 years ago |
Esun Kim
|
467f96651b
|
Update by review
|
5 years ago |
Mark D. Roth
|
80c69d8277
|
Remove unnecessary owners in client_channel tree.
|
5 years ago |
Vijay Pai
|
acbbf45737
|
Merge pull request #20910 from AspirinSJL/disable_client_idle
Disable client_idle_filter
|
5 years ago |
Jan Tattermusch
|
c174e6797a
|
Merge pull request #21011 from zackgalbreath/fix_proto_lite_cmake
Do not build channelz when gRPC_USE_PROTO_LITE
|
5 years ago |
Jan Tattermusch
|
8bf200752f
|
avoid occasional timeout uploading RBE results
|
5 years ago |
Guantao Liu
|
75e278ad74
|
Fix sanity checks.
|
5 years ago |
rmstar
|
1c813a6b45
|
Merge pull request #21095 from rmstar/androidbuild
Fix C++ tests to enable running on android
|
5 years ago |
Karthik Ravi Shankar
|
eaefb98aeb
|
Create http_over_grpc proto
This adds http_over_grpc.proto and enables it to be used.
|
5 years ago |
Guantao Liu
|
b48fcfbc09
|
Fix build rules.
|
5 years ago |
Prashant Jaikumar
|
c9117fa198
|
Fix C++ tests to enable running on android
|
5 years ago |
Guantao Liu
|
8c58f224de
|
Bare bones of the libuv EventManager.
|
5 years ago |
Vijay Pai
|
9dfa8fb2f1
|
Temporarily disable client_idle filter check
|
5 years ago |
Mikko Rantanen
|
cc61d0e25d
|
Make the test more reliable
|
5 years ago |
Yash Tibrewal
|
838f6c9fb1
|
Merge pull request #20424 from siddhesh/minstack
Fix error in usage of _SC_THREAD_STACK_MIN in test
|
5 years ago |
Esun Kim
|
8fa5fcf778
|
Update C++ doc
|
5 years ago |
Esun Kim
|
6518d5d586
|
Merge pull request #21205 from veblush/pass-to-sheenaqotj
Update manager to sheenaqotj
|
5 years ago |
Mark D. Roth
|
0e487a7405
|
Convert grpc_connector to C++.
|
5 years ago |
Vijay Pai
|
4876a39ae0
|
Merge pull request #21204 from vjpai/relambdify
Roll-forward changes of #20968 which were accidentally reverted
|
5 years ago |
Esun Kim
|
927335681b
|
Merge pull request #20990 from veblush/clean-up-memory
Clean up memory.h
|
5 years ago |
Esun Kim
|
52539c1d20
|
Update manager to sheenaqotj
|
5 years ago |
Vijay Pai
|
334fffc8c7
|
Repeat changes of #20968 which were accidentally reverted
|
5 years ago |
Jan Tattermusch
|
986070d280
|
use test size instead of timeout
|
5 years ago |
Jan Tattermusch
|
44b28e0c98
|
add a comment
|
5 years ago |
Jan Tattermusch
|
abdf47084a
|
Merge pull request #21179 from jtattermusch/external_dns_with_tracing_deflake
Workaround the ExternalDnsWithTracingClientServerTest flake on Linux
|
5 years ago |
Yash Tibrewal
|
3f108fc5f5
|
Merge pull request #21195 from yashykt/reduceloglevel
Reduce log level of gpr_cpu_current_cpu to GPR_DEBUG
|
5 years ago |
Yash Tibrewal
|
d3b6ce205c
|
Merge pull request #21119 from yashykt/removescheduler
Remove GRPC_CLOSURE_LIST_SCHED and remove scheduler field from grpc_closure
|
5 years ago |
Vijay Pai
|
6a33459237
|
Merge pull request #21182 from vjpai/ban_std_sync_again
Ban use of std::sync constructs
|
5 years ago |
Yash Tibrewal
|
114f03ed6d
|
Reduce log level of gpr_cpu_current_cpu to GPR_DEBUG
|
5 years ago |
Yash Tibrewal
|
9708c1f390
|
Merge branch 'master' into removescheduler
|
5 years ago |
hcaseyal
|
6e0f525d8b
|
Merge pull request #21193 from apolcyn/fix_test_assertion
Fix racey test assertion in alts_concurrent_connectivity_test
|
5 years ago |
Yash Tibrewal
|
79aa21fa71
|
Reviewer comments
|
5 years ago |
Muxi Yan
|
d6ca33175c
|
Merge pull request #21165 from muxi/fix-cpp-podspec
Fix typo in gRPC C++ podspec
|
5 years ago |
Alexander Polcyn
|
2a6cad41a4
|
Fix racey test assertion in alts_concurrent_connectivity_test
|
5 years ago |
Vijay Pai
|
405d7b4ce0
|
Ban use of std::sync constructs
|
5 years ago |
Jan Tattermusch
|
f20125c501
|
Merge pull request #21152 from grpc/jtattermusch-patch-1
Increase MacOS C/C++ test limit
|
5 years ago |
Jan Tattermusch
|
369e5a8de7
|
Merge pull request #20629 from KyleFromKitware/plugin-options
Add options for all codegen plugins
|
5 years ago |
Jan Tattermusch
|
cf019a8cbe
|
only run the test with tracing enabled on windows
|
5 years ago |
Jan Tattermusch
|
1387226fe0
|
reduce amount of logs generated by ExternalDnsWithTracingClientServerTest
|
5 years ago |
Muxi Yan
|
f14ce59fc8
|
Fix typo in gRPC C++ podspec
|
5 years ago |
Jan Tattermusch
|
d3bae20215
|
Increase MacOS C/C++ test limit
|
5 years ago |
Jan Tattermusch
|
6e0b3a6784
|
Increase MacOS C/C++ test limit
|
5 years ago |
Mikko Rantanen
|
a8ab03d758
|
Clean up the test
|
5 years ago |
Mikko Rantanen
|
0c9ddc9d23
|
Clang format
|
5 years ago |
Mikko Rantanen
|
3351fa4a7e
|
Re-generate build files with the new test
|
5 years ago |
Mikko Rantanen
|
bde8e283a2
|
Add test for kicking other pollsets
|
5 years ago |
Mikko Rantanen
|
71d627c2c7
|
Fix format
|
5 years ago |
Mikko Rantanen
|
ff4af602b0
|
Ensure awake pollset_work threads exist on Windows
|
5 years ago |