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
Matthew Stevenson
96c24347f7
Refactored the configs, per Yang's suggestions.
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
Matthew Stevenson
0867a350f9
Merge remote-tracking branch 'upstream/master' into spiffe1
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
Matthew Stevenson
eafaf13083
Another small build fix.
5 years ago
Matthew Stevenson
65c9ece139
Forgot to run clang_format after previous build changes.
5 years ago
James Newton-King
a9243c32b5
Update build_interop.sh.template
5 years ago
Soheil Hassas Yeganeh
e2d560276c
Merge pull request #19933 from soheilhy/resource_quota
...
Add a fast path to allocate slices in the resource quota.
5 years ago
Muxi Yan
3c6d701df7
Merge pull request #20087 from Tony1023/objc-readme
...
Added Objc readme for examples/objective-c with Bazel build
5 years ago
Lidi Zheng
781b12023a
Fix import failure due to 'visibility = ["//visibility:public"]'
5 years ago
Matthew Stevenson
78e27bc141
Another attempt at fixing build issue.
5 years ago
rmstar
8264d04fa9
Merge pull request #20238 from rmstar/perftests
...
Added Objective-C performance tests
5 years ago
Matthew Stevenson
43f9058565
Changed include orders to remove dependency of grpc++_base_unsecure library on grpc_security.h.
5 years ago
Muxi Yan
b3b736fa59
Merge examples/objectivec/README into Hello World's README
5 years ago
Prashant Jaikumar
d0c65e45e8
Added Objective-C performance tests
5 years ago
Juanli Shen
40c0519ad0
Move xds protos to testing/
5 years ago
Richard Belleville
c4134c9759
Merge pull request #20286 from gnossen/remove_unused_load
...
Remove unused load from python_rules.bzl
5 years ago
Matthew Stevenson
f25e9b881f
Another small build file change.
5 years ago
Matthew Stevenson
726f0b68a1
Merge remote-tracking branch 'upstream/master' into spiffe1
5 years ago
Matthew Stevenson
456e81d2ee
Small change to grpc++_base_unsecure library.
5 years ago
Esun Kim
0f6a5d2d59
Update the rotation to Nicolas
5 years ago
Esun Kim
696312069d
Merge pull request #20285 from karthikravis/update-rotation
...
Update the rotation to Esun
5 years ago
Soheil Hassas Yeganeh
5f2bcfca73
Clarify what callback means.
5 years ago
Jan Tattermusch
523ec7398e
improve target naming
5 years ago
Jan Tattermusch
4fea220cbc
make name of target include run_performance_tests
5 years ago
Jan Tattermusch
5b22f7b411
Merge pull request #15577 from deeglaze/asylo_support
...
Add Asylo platform support.
5 years ago
Jan Tattermusch
e573d4180a
more readable run_performance_tests.py reports
5 years ago
Jan Tattermusch
0bbfc4568b
remove spurious print from run_tests_matrix.py
5 years ago
Jan Tattermusch
cc0bd13cb9
Merge remote-tracking branch 'upstream/master' into asylo_support
5 years ago
rmstar
88cffa0082
Merge pull request #20262 from dmaclach/patch-1
...
Remove -DGTM_USING_XCTEST
5 years ago