Jan Tattermusch
52b8306e91
prepare for running macos C/C++ bazel tests
5 years ago
Jan Tattermusch
6ebc1c616f
set uses_polling=False for some bazel tests
5 years ago
Jan Tattermusch
6822d9a779
correctly generate tests for bazel tests that dont use polling
5 years ago
Jan Tattermusch
976ebbf2b7
regenerate files
5 years ago
Juanli Shen
deb5194274
Change param name
5 years ago
Juanli Shen
d50d7dae51
Use cluster name from LRS response to report loads
5 years ago
Vijay Pai
c379323b31
Merge pull request #20302 from chrisse74/master
...
c++: remove shadowing warnings
5 years ago
Guantao Liu
e61e086bc0
Fix include guards.
5 years ago
Guantao Liu
ed5eb7eae7
Remove redundant blank lines.
5 years ago
Guantao Liu
d1c18102ea
Merge remote-tracking branch 'upstream/master' into em_base_class
5 years ago
Esun Kim
1d6dfd0994
Merge pull request #20315 from veblush/sanity
...
Only dbg for sanity test
5 years ago
Karthik Ravi Shankar
fc8919d9fd
Merge pull request #20320 from haberman/int64
...
Removed custom int64 typedef in favor of int64_t.
5 years ago
Guantao Liu
e10b3b650b
Add copyright and fix include guards.
5 years ago
Guantao Liu
d4c27327bb
Merge remote-tracking branch 'upstream/master' into em_base_class
5 years ago
Karthik Ravi Shankar
27942a8e8c
Merge pull request #20312 from karthikravis/fix-deps
...
Make grpc++_base and grpc++_base_unsecure use the correct dependencies
5 years ago
Yang Gao
5f9f63fca1
Merge pull request #20334 from grpc/revert-20297-thread_local
...
Revert "Clear thread local after use"
5 years ago
Yang Gao
4d19830a65
Revert "Clear thread local after use"
5 years ago
Srini Polavarapu
5f11fae4d2
Merge pull request #20321 from srini100/contribs
...
Add MAINTAINERS.md
5 years ago
Guantao Liu
86bdc2d440
Add base classes of EventManagerInterface.
5 years ago
hcaseyal
c4ed813906
Merge pull request #20322 from hcaseyal/fix_service_config
...
Fix service config tests
5 years ago
Hope Casey-Allen
2af922e8c3
Skip service config tests for gcc4.8 and below
5 years ago
Yang Gao
f3c48495d5
Merge pull request #20323 from yang-g/socket_mutator
...
Use the first socket mutator if present.
5 years ago
Srini Polavarapu
525704dae2
Add GOVERNANCE.md
5 years ago
Srini Polavarapu
536656293a
Add GOVERNANCE.md and update CONTRIBUTING.md
5 years ago
Srini Polavarapu
d955209b12
Add MAINTAINERS.md
5 years ago
yang-g
5c5c525e6c
Use the first socket mutator if present.
5 years ago
Joshua Haberman
cf857cb063
Removed custom int64 typedef in favor of int64_t.
...
ByteCount() now returns int64_t in all configurations
so there is no longer any need for typedef indirection here.
5 years ago
Jan Tattermusch
c21f588097
Merge pull request #20304 from jtattermusch/fix_add_definitions
...
Get rid of wrong add_definitions usage
5 years ago
Jan Tattermusch
1a35fd5ebf
Merge pull request #20305 from jtattermusch/upmerge_v1_24_x
...
Upmerge changes from v1.24.x to master
5 years ago
Yang Gao
371082b139
Merge pull request #20317 from yashykt/goawayinproc
...
Ignore GOAWAY errors in inproc transport
5 years ago
Yash Tibrewal
769e8a37cc
Revert changes and remove max age filter channel args for inproc
5 years ago
Esun Kim
0a5c61f3cc
Merge pull request #20313 from veblush/boringssl-ios
...
Add linux support to generate_grpc_shadow_boringssl_symbol_list.sh
5 years ago
Yash Tibrewal
a0548c7c7d
Ignore GOAWAY errors in inproc transport
5 years ago
Esun Kim
ac4e858731
Only dbg for sanity test
5 years ago
Esun Kim
7f6395426d
Add linux support to generate_grpc_shadow_boringssl_symbol_list.sh
5 years ago
Karthik Ravi Shankar
8031a0a7ab
Make grpc++_base and grpc++_base_unsecure use the correct dependencies
...
1) src/cpp/client/channel_cc.cc uses ::grpc::g_core_codegen_interface.
2) GRPCXX_SRCS includes src/cpp/client/channel_cc.cc
3) "grpc++_codegen_base_src" contains src/cpp/codegen/codegen_init.cc
which has ::grpc::g_core_codegen_interface.
3) "grpc++_base" and "grpc++_base_unsecure" includes GRPCXX_SRCS.
4) But, "grpc++_base" and "grpc++_base_unsecure" don't include
"grpc++_codegen_base_src" at all which creates unsatisfied linker error
in some targets unless they depend on "grpc++_codegen_base_src"
themselves.
Solution: Make "grpc++_base" and "grpc++_base_unsecure" depend upon "grpc++_codegen_base_src".
5 years ago
Lidi Zheng
74f8da0ae9
Merge pull request #20282 from lidizheng/manylinux2010
...
Build Python wheels with tag manylinux2010
5 years ago
Yang Gao
01e7602b26
Merge pull request #20297 from yang-g/thread_local
...
Clear thread local after use
5 years ago
Mark D. Roth
b0e428c28a
Merge pull request #20245 from markdroth/rr_connectivity_state
...
Change RR to consider a subchannel in TF if it has failed since it was READY.
5 years ago
Jan Tattermusch
eff9c6cb8b
Merge remote-tracking branch 'upstream/v1.24.x' into HEAD
5 years ago
Jan Tattermusch
4e3a66aae8
get rid of wrong add_definitions usage
5 years ago
Jan Tattermusch
016f08c1e8
Merge pull request #20288 from jtattermusch/run_performance_tests_logs
...
Make run_performance_tests.py scenarios show up as separate targets in the UI
5 years ago
Christian Maurer
738b199f62
Removing shadowing-warnings. PayloadAsyncRequest inherits these fields from BaseAsyncRequest.
5 years ago
chrisse74
0a0ca24a84
Merge pull request #3 from grpc/master
...
Fetch current version
5 years ago
Jan Tattermusch
538751ec26
Merge pull request #20256 from rafi-kamal/patch-1
...
Add protobuf_deps to WORKSPACE
5 years ago
Jan Tattermusch
0fbc4fc7cb
yapf code
5 years ago
Juanli Shen
b1a56e0527
Merge pull request #20270 from AspirinSJL/mv_proto_2
...
Move xds protos to testing/
5 years ago
yang-g
4ba19b29f8
Clear thread local after use
5 years ago
Lidi Zheng
784ff01daa
Merge pull request #20294 from lidizheng/fix-import
...
Fix import failure due to 'visibility = ["//visibility:public"]'
5 years ago
Lidi Zheng
6f3dd4efa8
Merge pull request #20260 from kerbalwzy/master
...
Fix README: fix the wrong word and delete line number description of the README, which belong to Python example `data_transmission`
5 years ago