Yash Tibrewal
94e7edad99
Add Delegating Channel
6 years ago
Jan Tattermusch
4ed889382a
Merge pull request #19246 from jtattermusch/csharp_doc_nits
...
C# docs improvements.
6 years ago
Jan Tattermusch
a9a576c6c4
Merge pull request #19238 from JamesNK/jamesnk/duplex-interop-tests
...
Enable duplex streaming and special status message interop tests
6 years ago
Mark D. Roth
37afb4745f
Merge pull request #19244 from markdroth/channelz_fixes.alt
...
Change ChannelzRegistry::Get() to return a RefCountedPtr<>.
6 years ago
Jan Tattermusch
cd807e4ecd
Merge pull request #18770 from jtattermusch/interop_refresh_key
...
Use different service_account_key for interop tests
6 years ago
Mark D. Roth
76508bd450
Change ChannelzRegistry::Get() to return a RefCountedPtr<>.
6 years ago
Jan Tattermusch
4dd3afbad9
Merge pull request #18448 from jtattermusch/csharp_special_status_mesage
...
C# enable special_status_message interop test
6 years ago
Jan Tattermusch
f32a49d05f
document grpc_csharp_plugin options
6 years ago
Jan Tattermusch
2699ee6243
improve C# readme.md
6 years ago
Jan Tattermusch
a7e3e76aed
use different service_account_key for interop tests
6 years ago
yihuaz
53ec44298a
Merge pull request #19055 from yihuazhang/peer_verification_api_rename
...
Update existing call sites of verify_peer_options to use grpc_verify_peer_options
6 years ago
Jan Tattermusch
877f426d35
add special_status_message testcase to C# interop client
6 years ago
Jan Tattermusch
4686f6d518
enable special_status_message interop for grpc-dotnet server
6 years ago
Jan Tattermusch
de0e9d1026
enable special_status_message interop for C#
6 years ago
Jan Tattermusch
107cdb84fd
Merge pull request #18878 from jtattermusch/interop_matrix_testcase_refresh
...
Refresh of interop matrix testcases
6 years ago
Juanli Shen
8f542fab36
Merge pull request #19203 from weiyongji/building
...
fix a windows compile warning
6 years ago
James Newton-King
206ca33dd5
Enable duplex streaming and special status message interop tests
6 years ago
Lidi Zheng
526752d991
Merge pull request #19234 from lidizheng/doc-call-cred
...
Add documentation about CallCredentials restriction
6 years ago
Jan Tattermusch
91b4be4da6
regenerate master tescases for c++, java and go
6 years ago
Jan Tattermusch
a1538246fd
only generate TLS-based testcases for interop_matrix
6 years ago
Jan Tattermusch
05e26ff4cf
introduce --custom_credentials_type to run_interop_tests.py
6 years ago
Lidi Zheng
873b39d81e
Update server_side_auth about the CallCredential
6 years ago
Richard Belleville
26a2e81b3e
Merge pull request #19168 from OceanOfWest/testpy
...
fix print format for python3
6 years ago
Yang Gao
d371dae02a
Merge pull request #19216 from yang-g/acceptor
...
Add listner fd as part of the external connection parameters
6 years ago
Lidi Zheng
c0dd83e9a0
Add documentation about CallCredentials restriction
6 years ago
Moiz Haidry
044a8e29df
Merge pull request #19214 from mhaidrygoog/fix_map_erase
...
Fixed erase() method by changing RemoveRecursive()
6 years ago
Esun Kim
bac7da1dae
Merge pull request #19136 from veblush/global-config-best
...
Applied the best practice using global configuration
6 years ago
Yang Gao
7c71a6e2e0
Merge pull request #19219 from yang-g/cancel
...
Ask server to skip cancel check
6 years ago
Richard Belleville
e18241d4c8
Merge pull request #19200 from gnossen/upgrade_arm_build_environment
...
Update Python packages before building ARM wheels.
6 years ago
Moiz Haidry
b0ef377ebd
Fixed erase() method by changing RemoveRecursive() to return a new iterator to the successor in addition to the new root. Both are returned as a single pair
6 years ago
yang-g
91eb1141a9
Ask server to skip cancel check
6 years ago
yang-g
6ced31ee89
resolve review comments
6 years ago
yang-g
c156653997
Add listner fd as part of the external connection parameters
6 years ago
Jan Tattermusch
97921f5d77
add comments to interop scripts
6 years ago
Jan Tattermusch
62b35286a7
yapf
6 years ago
Jan Tattermusch
cc0fc17301
fix go client_matrix.py
6 years ago
Jan Tattermusch
9c6830a3f5
fix java client_matrix.py
6 years ago
Jan Tattermusch
fc0556ef03
fix c++ client_matrix.py
6 years ago
Jan Tattermusch
7898ec24dd
fix client_matrix.py for php and ruby
6 years ago
Jan Tattermusch
06f3843281
refresh of interop matrix testcases
6 years ago
Jan Tattermusch
b8759c2af4
Merge pull request #19116 from ejona86/java-1.21.0
...
Add grpc-java 1.21.0 to client_matrix.py
6 years ago
Jan Tattermusch
ad103834ca
Fix syntax error
6 years ago
Jan Tattermusch
be9cb5e952
Merge pull request #18705 from jtattermusch/csharp_add_lite_client
...
Add C# LiteClientBase and "lite_client" codegen option
6 years ago
Muxi Yan
77d27f9c5d
Merge pull request #18852 from muxi/interceptor-3
...
Implement L50: Objective-C Interceptor
6 years ago
Stanley Cheung
197b26745c
Merge pull request #19204 from stanley-cheung/php-fix-zts-shutdown-segfault
...
PHP: Fix ZTS build shutdown segfault
6 years ago
Stanley Cheung
a04dcb9da9
PHP: Fix ZTS build shutdown segfault
6 years ago
weiyongji
6040249a61
fix a windows compile warning
6 years ago
Juanli Shen
7fce9da88f
Merge pull request #19198 from mehrdada/strncpy-gcc-warning
...
Put strncpy in parens to silence GCC warning
6 years ago
Richard Belleville
371a55a0ff
Update Python packages before building ARM wheels.
6 years ago
Mehrdad Afshari
8fa95462a1
Put strncpy in parens to silence GCC warning
...
GCC warns (-Wstringop-truncation) because the destination
buffer size is identical to max-size, leading to a potential
char[] with no null terminator. nanopb can handle it fine,
and parantheses around strncpy silence that compiler warning.
nanopb treatment of string buffers with specific max length
seems dangerous in general, specifically when read from,
but this particular case should be correct, as the buffer
is only ever read by nanopb itself, which takes the max
size into consideration, in addition to the null terminator.
6 years ago