Vijay Pai
0ce673e8cd
Merge pull request #20357 from vjpai/test_macros
...
Stop using deprecated gtest macros
5 years ago
Esun Kim
af26dfdbb0
Merge pull request #20351 from hcaseyal/fix_server
...
Fix
5 years ago
Stanley Cheung
9e426b02ed
Merge pull request #20354 from stanley-cheung/php-update-memleak-test
...
PHP: update memory leak tests
5 years ago
Hope Casey-Allen
0f116eb282
Fix
5 years ago
Vijay Pai
5d7e4bb301
Stop using deprecated gtest macros
5 years ago
Yang Gao
26dceb6c92
Merge pull request #20347 from yang-g/socket_mutator
...
Global channel args mutator when creating a client channel
5 years ago
Stanley Cheung
010d0caf38
PHP: update memory leak tests
5 years ago
Lidi Zheng
0862629d40
Merge pull request #20232 from pszemus/master
...
Add examples/cpp/helloworld/.gitignore
5 years ago
Stanley Cheung
e22ffc689c
Merge pull request #20349 from stanley-cheung/php-update-package-xml
...
PHP: update package.xml template
5 years ago
yang-g
49b796eeb1
Clean up the test
5 years ago
yang-g
76308c0c9a
Fix sanity_check and add a test
5 years ago
Stanley Cheung
3b3d91921d
PHP: update package.xml template
5 years ago
Stanley Cheung
a9533e7247
Merge pull request #20249 from HannahShiSFB/enable-debug-19970-19248
...
PHP: fix zend_hash_str_del() segfault
5 years ago
Juanli Shen
a53effeeaa
Merge pull request #20341 from AspirinSJL/server_name
...
Change param name
5 years ago
yang-g
72b9890f1a
Global channel args mutator when creating a client channel
5 years ago
Esun Kim
b63900269d
Merge pull request #20290 from veblush/update-rotation
...
Update the rotation to Nicolas
5 years ago
Jan Tattermusch
6571386a06
Merge pull request #20202 from JamesNK/jamesnk/interop-tests-sourcelink
...
Specify RepositoryUrl in interop test build to fix latest Source Link
5 years ago
Jan Tattermusch
976ebbf2b7
regenerate files
5 years ago
Juanli Shen
deb5194274
Change param name
5 years ago
Vijay Pai
c379323b31
Merge pull request #20302 from chrisse74/master
...
c++: remove shadowing warnings
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
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
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