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
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
Yash Tibrewal
32a37e235a
Merge pull request #19142 from yashykt/interceptionfix
...
Fix a bug where POST_RECV_MESSAGE was not being triggered
6 years ago
Yihua Zhang
a887f35a9b
add a new struct - grpc_ssl_verify_peer_options and an API - grpc_ssl_credentials_create_ex.
6 years ago
yang-g
a874fd8bbb
Resolve review comments
6 years ago
Yash Tibrewal
cf05591971
Add comment about LoggingInterceptor
6 years ago
Muxi Yan
193b7c3566
Merge pull request #19169 from HarrisonXi/master
...
remove notification observer to avoid iOS 8 crash
6 years ago
Karthik Ravi Shankar
79a8b5289e
Merge pull request #19178 from grpc/revert-19175-revert-18813-callback-rpc-lock
...
Revert "Revert "Start supporting a callback-based RPC under lock""
6 years ago
Muxi Yan
eb62ad3fae
address comments
6 years ago
Muxi Yan
1259579a94
clang-format
6 years ago
Srini Polavarapu
d80650db31
Merge pull request #19143 from weiyongji/master
...
typo fix
6 years ago
Karthik Ravi Shankar
fc002a4d02
Remove ref for GRPC_ERROR_NONE
6 years ago
Karthik Ravi Shankar
724565372f
Fix the ref count issue
6 years ago
Lidi Zheng
f6f7ef60c6
Merge pull request #19174 from lidizheng/expose-exception
...
Surface exception from metadata credentails plugin methods
6 years ago
Mark D. Roth
d26201494b
Merge pull request #18917 from markdroth/subchannel_interface
...
Use SubchannelInterface to hide implementation from LB policy API
6 years ago
Karthik Ravi Shankar
fb1170eaf7
Merge pull request #19180 from karthikravis/revert-19175-revert-18813-callback-rpc-lock
...
Fix the memory leak.
6 years ago
Karthik Ravi Shankar
8ef2152c80
Fix the memory leak.
6 years ago
Arjun Roy
0dc4c8ab1d
Merge pull request #19129 from arjunroy/call_atomic_batchref
...
Replaced gpr_ref with grpc_core::Atomic in call batch struct
6 years ago
yang-g
bd97b1361d
Delete wrapper in executor thread to avoid self-joining deadlock
6 years ago
Karthik Ravi Shankar
196b0aa3a3
Revert "Revert "Start supporting a callback-based RPC under lock""
6 years ago
Karthik Ravi Shankar
6354b81027
Merge pull request #19175 from grpc/revert-18813-callback-rpc-lock
...
Revert "Start supporting a callback-based RPC under lock"
6 years ago
Mark D. Roth
28ccd61cf5
Use SubchannelInterface to hide implementation from LB policy API.
6 years ago
Karthik Ravi Shankar
b790c24e5c
Revert "Start supporting a callback-based RPC under lock"
6 years ago
Stanley Cheung
837a99e1d4
Merge pull request #19160 from stanley-cheung/php-fix-zts-build
...
PHP: Fix ZTS build error
6 years ago
Jan Tattermusch
81a2c849ab
regenerate C# protos
6 years ago
Jan Tattermusch
1b8418b546
only generate full or lite client, never both
6 years ago
Lidi Zheng
d835d1bb1f
Surface exception from metadata credentails plugin methods
6 years ago
Jan Tattermusch
25e3d26e8c
C# lite client codegen
6 years ago
Jan Tattermusch
8cecf605da
add LiteClientBase
6 years ago
Richard Belleville
461d1bf9cd
Merge pull request #19097 from keith/ks/bazel-incompat
...
Fix bazel incompatible changes
6 years ago
yang-g
9d3288e408
Fix test bugs
6 years ago
Eric Anderson
e592228f0b
Merge branch 'master' into java-1.21.0
6 years ago
apolcyn
b4972edc3f
Merge pull request #18979 from apolcyn/upload_ruby
...
Add 1.19 and 1.20 ruby releases to interop matrix
6 years ago
Muxi Yan
5110b5702d
Merge pull request #18919 from muxi/objc-tests-refactor-2
...
Reorganize ObjC tests
6 years ago
Jan Tattermusch
ff30b51058
Merge pull request #19137 from ejona86/openjdk8
...
Swap java interop tests to openjdk8
6 years ago
Jan Tattermusch
6100cde6fa
Merge pull request #19127 from jtattermusch/unify_bazel_versions
...
Unify bazel versions
6 years ago
Mark D. Roth
9ecce9fd22
Merge pull request #19049 from markdroth/lb_policy_api_cleanups
...
More LB policy API improvements.
6 years ago
HarrisonXi
fa6c944f4c
remove notification observer to avoid iOS 8 crash
6 years ago
1524995078@qq.com
3d52eca5b9
fix print format for python3
...
add brackets of print in run_tests/start_port_server.py
6 years ago
Jan Tattermusch
659f71099c
upgrade bazel toolchain to fix ubsan RBE build
6 years ago
Yang Gao
84529002a1
Merge pull request #19114 from qiwzhang/use_grpc
...
Expose interop tests and add --tls_key_file flag for interop_server
6 years ago
yang-g
47dbf1dd26
Second approach
6 years ago