Mehrdad Afshari
e9cbad592e
Refactor: rename _LocalFailure to _FailureOutcome
7 years ago
Mehrdad Afshari
e2ebd89a5f
Optimize blocking intercepted stream-unary calls
...
Change the blocking stream-unary call code path to rely
on the underlying synchronous API, as opposed to calling
the Future-based underlying async API and invoking `.result()`
on the returned Future object immediately, which can be
resource-intensive.
7 years ago
Mehrdad Afshari
32919791c7
Optimize blocking intercepted unary-unary calls
...
Change the blocking unary-unary call code path to rely
on the underlying synchronous API, as opposed to calling
the Future-based underlying async API and invoking `.result()`
on the returned Future object immediately, which can be
resource-intensive.
7 years ago
ncteisen
19ac7c0baf
Fix ruby test by backing off on the concurrency
7 years ago
ncteisen
1198d8dfc6
Reviewer feedback
7 years ago
Mark D. Roth
0159026111
Revert "Second attempt: move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops"
7 years ago
kpayson64
521246e2c5
Disable LRU cache test on gevent
7 years ago
kpayson64
0293cebe1b
Add a null check for the endpoint on shutdown
7 years ago
Alexander Polcyn
7263e13ce5
Post-review change: suffix two more functions with _locked
7 years ago
Alexander Polcyn
626cea8f73
Put c-ares queries under a combiner
7 years ago
ncteisen
f82e28fb6f
Clean up use of GRPC_ARG_INTEGER
7 years ago
ncteisen
feead68be9
Clean out all GRPC_ARG_STRING:
7 years ago
ncteisen
6dc54c496f
Remove all uses of raw GRPC_ARG_POINTER
7 years ago
Mark D. Roth
e428b97023
Improve comment.
7 years ago
Sree Kuchibhotla
86246e7ecf
clang format
7 years ago
Sree Kuchibhotla
ca4e7cdeee
Document fd_cache
7 years ago
Ian Haken
68eff58df6
Create verify_peer_options when creating ssl credentials in order to expose a verification callback option.
...
These options are not yet exposed to languages outside of core.
7 years ago
kwasimensah
7d594b2bb3
Fixing typo
...
Fixing typo
7 years ago
kwasimensah
d80edf5730
Add sys/epoll.h
...
EPOLL_CLOEXEC should come from this header and wasn't explicitly included before
7 years ago
kwasimensah
9ee372e513
Add sys/epoll.h
...
EPOLL_CLOEXEC should come from this header and wasn't explicitly included before
7 years ago
ncteisen
cb5471c2ee
Sleep less for ruby test
7 years ago
Mark D. Roth
15b37acc2d
Fix call stack alignment.
7 years ago
Mark D. Roth
5b3824baf2
Code review changes.
7 years ago
Hope Casey-Allen
2c5f15c326
Use GRPC_CLOSURE_RUN instead of directly invoking callbacks in some filters
7 years ago
Muxi Yan
e5a3949c51
nit - Update test description
7 years ago
Muxi Yan
c63673e41d
nit - Rename stream_sync to stream_handle to match class name
7 years ago
Muxi Yan
0f6016a854
bug - Fix #15679
7 years ago
Muxi Yan
7174ed5ded
Backport #15714 to v1.13.x
7 years ago
ncteisen
0e0d724dbc
Downgrade the logging for TSI_NOT_FOUND errors
7 years ago
ncteisen
20dc277ed7
Remove old comments
7 years ago
Mark D. Roth
9846826b51
Revert "Revert "move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops""
...
This reverts commit f371513445
.
7 years ago
Naresh
435c6f8d1e
Update grpc_gevent cython files to include .pxi
...
All files under `grpc/_cython/_cygrpc` in grpcio Python package
are used as include files and thus have a .pxi file extension.
grpc_gevent implementation was added in 1bfff8e
, but didn't include the
.pxi file extension. Update these file names.
7 years ago
Yash Tibrewal
21dbaab4be
Add channel arg to enable/disable http proxy
7 years ago
Mark D. Roth
c6664b0467
Revert "move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops"
7 years ago
Muxi Yan
be9b5d1437
Update connectivity test
7 years ago
Muxi Yan
9ae3aeb12f
Do not register connectivity monitor if using CFStream
7 years ago
Srini Polavarapu
586c639795
Regenerate projects
7 years ago
Srini Polavarapu
c79c156307
Regenrate projects
7 years ago
Mark D. Roth
f371513445
Revert "move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops"
7 years ago
Alexander Polcyn
d2e357b10d
Revert "Merge pull request #15685 from grpc/revert-15435-fix_shutdown_closed_socket"
...
This reverts commit 8b5e45a35b
, reversing
changes made to 2ea5e1d1de
.
7 years ago
Yash Tibrewal
935ae7d012
More comments
7 years ago
Nathaniel Manista
369d827445
Check conformance to grpc.GenericRpcHandler type
7 years ago
ncteisen
e5047b5244
Fix ASAN
7 years ago
ncteisen
16280c7398
Remove unused API
7 years ago
ncteisen
6c987cbf09
Rename channelz Channel to ChannelNode
7 years ago
Mehrdad Afshari
d6547ea1a4
Change exception type to AssertError
7 years ago
Mark D. Roth
8ae0ff0af2
Move recv_trailing_metadata into its own callback. Don't use
...
on_complete for recv_ops.
7 years ago
Mehrdad Afshari
f07f6c9a87
Remove comment that is no longer relevant
7 years ago
Jan Tattermusch
b8fb538471
regenerate C# protos
7 years ago
Jan Tattermusch
c70c2b4ede
C# codegen: use fully qualified name in __Marshaller_* fields
7 years ago