Vijay Pai
371b1d99d5
Add call as param to MethodHandler::Deserialize to allow arena use
6 years ago
Juanli Shen
19ea6226b2
Fix resource quota related leak
6 years ago
Yash Tibrewal
c2e3fde9b5
Rename call.h to call_op_set.h and call_wrapper.h to call.h
6 years ago
yang-g
a35f55fd70
move helper function into namespace
6 years ago
yang-g
83d74bf6fc
Remove the internal cache for google_default_credentials
6 years ago
ncteisen
bc44c5e353
Add GetServer to channelz cpp
6 years ago
Muxi Yan
f9d2510d8f
Specify nullability in ProtoRPC
6 years ago
Yash Tibrewal
cc21d32c77
Some cleanup
6 years ago
Yash Tibrewal
312feb4202
Adding generic rpc and unimplemented rpc test for server interceptors
6 years ago
Yash Tibrewal
a094b7b312
Added server async tests
6 years ago
Hope Casey-Allen
d6fa36194a
Fix internal build breakage
6 years ago
Spencer Fang
1e2d43315e
fix contract of pick->recv_trailing_metadata_ready
6 years ago
Spencer Fang
2808bd0ba0
Use forwarding LB test policy. Fix trailer interception code.
6 years ago
Juanli Shen
2976ef129c
Fix OOM by expanding resource quota coverage
6 years ago
Yash Tibrewal
07504e66f3
Don't unnecessarily create exec_ctx
6 years ago
Mark D. Roth
2cff9ca408
Revert "Revert "Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE.""
6 years ago
Yash Tibrewal
cad9be0889
Add comments about the fix
6 years ago
Stuart Bishop
11ab724b97
Handle missing globals in Python Channel destructors
...
If the last reference to a Python object is at module scope, when
its destructor is run before program termination it may find that
the globals it requires no longer exist. Destructors of objects
likely to be stored at module global scope need to check that
globals exist before attempting to use them, to avoid warnings
being printed by the Python interpreter.
See grpc#17004
6 years ago
ncteisen
43df9fda64
un duplicate code
6 years ago
ncteisen
693f46841a
Add GetServer to core
6 years ago
ncteisen
4fa389b137
Unifying grpc build hacks
6 years ago
ncteisen
482641501c
Revert "Revert "Refactor Channelz Service to Support Internal Build""
...
This reverts commit 2eafaccba6
.
6 years ago
hcaseyal
c4e2c46be1
Revert "Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE."
6 years ago
Muxi Yan
a8a7c2bdd1
clang-format
6 years ago
Muxi Yan
c2bb755037
Move GRPC_ARG_DISABLE_CLIENT_AUTHORITY_FILTER into core
6 years ago
Yash Tibrewal
281de1bb30
Solve memory leak due to double setting of set_server_rpc_info
6 years ago
Noah Eisen
2eafaccba6
Revert "Refactor Channelz Service to Support Internal Build"
6 years ago
ncteisen
0d5db17da6
Add GetServer to Channelz proto
6 years ago
Muxi Yan
3c33020357
Polish nullabitily
6 years ago
Muxi Yan
1cbb484729
Fix build failure
6 years ago
Mark D. Roth
f85fd026e3
Client-side health checking support.
6 years ago
Spencer Fang
c9d8237efc
Use channel's combiner
6 years ago
Mark D. Roth
b6059e2e86
Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE.
6 years ago
Vijay Pai
45dfbe097e
Arena-allocate the ServerContext::CompletionOp
6 years ago
Yash Tibrewal
62280b42c7
Add client streaming, server streaming and bidi streaming tests
6 years ago
Spencer Fang
c62c3b920c
Add fake lb policy for test. Tweak existing interception code.
6 years ago
Yash Tibrewal
40d443de1b
Fix deadlock issue in connector
6 years ago
Muxi Yan
26108e1106
clang-format
6 years ago
Muxi Yan
cc58524994
isChannelOptionsEqualTo->hasChannelOptionsEqualTo
6 years ago
Muxi Yan
35f6ab959e
unsigned int -> NSUInteger
6 years ago
Muxi Yan
647e24c190
Put logContext in class extension
6 years ago
Muxi Yan
3c8e9886ac
Mark channelArg as copy
6 years ago
Muxi Yan
8986cfe625
Assert mutual exclusion of authTokenProvider and oauth2AccessToken
6 years ago
Muxi Yan
351b5d0f13
enableRetry->retryEnabled
6 years ago
Muxi Yan
f3e9224f0b
Remove retain of handler in callbacks and dispatch to dispatchQueue
6 years ago
Muxi Yan
e39c146f0f
Revert "Do not issue more message when the call is canceled"
...
This reverts commit e13c867826
.
6 years ago
Muxi Yan
76ddfcb6cb
Propagate internal error when failed parsing proto
6 years ago
Muxi Yan
e13c867826
Do not issue more message when the call is canceled
6 years ago
ncteisen
97134a69be
Refactor to support internal build
6 years ago
Stanley Cheung
3dd82ec3c2
Regenerate projects
6 years ago