Lidi Zheng
c0dd83e9a0
Add documentation about CallCredentials restriction
6 years ago
Jan Tattermusch
e8cb29dd1e
allow dots in metadata keys
6 years ago
Jan Tattermusch
15cae38cbd
remove port suffix from JWT audience
6 years ago
Jan Tattermusch
9fdc46aa08
php interop client: construct channel target like other languages do
6 years ago
Prashant Jaikumar
58771fa12a
Fix cfstream_test flake
...
Ask server to skip cancel check in network flap test.
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
Stanley Cheung
99fd5c391a
Merge pull request #19206 from stanley-cheung/bump-to-1_21_3
...
Bump to version v1.21.3
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
Muxi Yan
21f512eddf
Make a copy of received headers
6 years ago
Stanley Cheung
961ca7ec9d
Re-generate projects
6 years ago
Stanley Cheung
8e159df5e8
Bump to version 1.21.3
6 years ago
Stanley Cheung
68f0472b89
Merge pull request #19209 from stanley-cheung/bump-version
...
Bump version to v1.21.3-pre1
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
Muxi Yan
04a3d9c2aa
build failure fix
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
f7425cb318
Re-generate projects
6 years ago
Stanley Cheung
187ef99e66
Bump version to v1.21.3-pre1
6 years ago
Stanley Cheung
af198ea1ac
Merge pull request #19205 from stanley-cheung/php-fix-zts-shutdown-segfault-backport
...
PHP: Fix ZTS build shutdown segfault
6 years ago
Stanley Cheung
aa3b2d1e86
PHP: Fix ZTS build shutdown segfault
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
Esun Kim
434b3b62e5
Applied the best practice using global configuration
6 years ago
Yang Gao
07c9f7a36b
Merge pull request #19139 from yang-g/plugin_creds
...
Avoid accessing freed auth_metadata_context in C++ plugin.
6 years ago
Muxi Yan
381126fe2b
Fix typo
6 years ago
Jan Tattermusch
a432e2f502
check callInvoker is not null
6 years ago
Jan Tattermusch
8cb8d58185
add generated code for math_with_protoc_options.proto
6 years ago
yuangongji (A)
8c27e86b8b
some typo errors
6 years ago
Jan Tattermusch
4a4cf280a1
also generate code with "lite_client" option set
6 years ago
Muxi Yan
e3f976f4d5
Resolve merge issue
6 years ago
1524995078@qq.com
b6e5827315
remove python version number
...
to release binding to exact version
6 years ago
Muxi Yan
335bc4a1c8
Merge remote-tracking branch 'upstream/master' into interceptor-3
6 years ago