Karthik Ravi Shankar
|
a711d404cc
|
Merge pull request #21243 from karthikravis/http-over-grpc
Create http_over_grpc proto
|
5 years ago |
Karthik Ravi Shankar
|
edd22e5a6c
|
Address reviewer comments
|
5 years ago |
apolcyn
|
c852955dfd
|
Merge pull request #21229 from apolcyn/fix_clang_tidy
Fix differing parameter name clang tidy warning
|
5 years ago |
Jan Tattermusch
|
131d11661b
|
Merge pull request #21203 from jtattermusch/fix_pip_install_commands
fix pip install commands
|
5 years ago |
Jan Tattermusch
|
1233d950f5
|
fix pip install commands
|
5 years ago |
Alexander Polcyn
|
7ba01aa3a2
|
Fix differing parameter name clang tidy warning
|
5 years ago |
Esun Kim
|
81299e2362
|
Merge pull request #21206 from veblush/cpp-doc
Update C++ doc
|
5 years ago |
Esun Kim
|
cbe12f8172
|
Merge pull request #21211 from veblush/headers
Clean up headers
|
5 years ago |
apolcyn
|
1c44efb45b
|
Merge pull request #20722 from apolcyn/alts_global_queue
Globally limit the number of outstanding ALTS handshakes
|
5 years ago |
Mark D. Roth
|
b0193d55c8
|
Merge pull request #21222 from markdroth/ownership_cleanup
Remove unnecessary owners in client_channel tree.
|
5 years ago |
Esun Kim
|
6dd92a462e
|
Update by review
|
5 years ago |
Alexander Polcyn
|
df4801a7fc
|
Address comments; remove unneedd nullptr check
|
5 years ago |
Alexander Polcyn
|
6b62e2d1cc
|
Post-review change; ensure handshake queue has been initialized in alts_tsi_handshaker_test
|
5 years ago |
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 |
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 |
Prashant Jaikumar
|
c9117fa198
|
Fix C++ tests to enable running on android
|
5 years ago |
Vijay Pai
|
9dfa8fb2f1
|
Temporarily disable client_idle filter check
|
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 |
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
|
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 |