Muxi Yan
5b329fd1aa
Add experimental notice to global interceptor
6 years ago
Muxi Yan
19c9b193c5
fix typos
6 years ago
Muxi Yan
f08aab26bf
Add test for 1 global interceptor and 1 local interceptor
6 years ago
Muxi Yan
94a18020eb
nit fixes
6 years ago
Muxi Yan
93c8088b33
Implement global interceptor
6 years ago
Muxi Yan
cbf70f2db2
Remove unneeded import
6 years ago
Muxi Yan
9601b46ffa
Resolving testResponsesOver4MBAreAcceptedIfOptedIn delayed callback
6 years ago
Mark D. Roth
cfb31818ef
Remove channelz from LB policy API.
6 years ago
Stanley Cheung
3b61d3efa3
Further simplify package.json
6 years ago
Stanley Cheung
d30d538dba
Move math_server.js out of examples/ directory
6 years ago
Vijay Pai
e7aca312fc
Stop misspelling our own project name
6 years ago
Stanley Cheung
c43b77b738
Add tests for allowing dots in metadata keys
6 years ago
Yash Tibrewal
f2dc650f8b
Do not reset outgoing buffer on failsafe path
6 years ago
Stanley Cheung
f04aabc0f3
PHP: update generated code tests
6 years ago
Juanli Shen
b6c89f36cb
Change locality name to a class
6 years ago
Muxi Yan
bc9d2f6b19
clang-format
6 years ago
Mark D. Roth
76508bd450
Change ChannelzRegistry::Get() to return a RefCountedPtr<>.
6 years ago
Jan Tattermusch
e466546743
make reference docs tooling to docfx directory to avoid collision
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
877f426d35
add special_status_message testcase to C# interop client
6 years ago
yuangongji
e8bece9c71
some typo errors too.
6 years ago
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
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
Muxi Yan
21f512eddf
Make a copy of received headers
6 years ago
yang-g
c156653997
Add listner fd as part of the external connection parameters
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
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
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
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
Muxi Yan
eb62ad3fae
address comments
6 years ago
Muxi Yan
1259579a94
clang-format
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
Karthik Ravi Shankar
8ef2152c80
Fix the memory leak.
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
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
Jan Tattermusch
81a2c849ab
regenerate C# protos
6 years ago