Yuwei Huang
|
3cbf4f50ea
Remove extra semicolons after function definitions
|
7 лет назад |
Nicolas Noble
|
2ad245cb0c
Revert "Folding the Channel class into the grpc_impl namespace."
|
7 лет назад |
Nicolas "Pixel" Noble
|
63db582516
Merge branch 'master' of https://github.com/grpc/grpc into channel
|
7 лет назад |
Vijay Pai
|
92d37b1273
SOFT_MAXIMUM is supposed to be per-server, not per-method
|
7 лет назад |
Vijay Pai
|
8521c0394b
Address optional reviewer comments
|
7 лет назад |
Vijay Pai
|
e56c832c0d
Replace list of outstanding callback requests with count only
|
7 лет назад |
Vijay Pai
|
7a164229db
Address reviewer comments
|
7 лет назад |
Nicolas "Pixel" Noble
|
2fd079ff7c
Channel folding.
|
7 лет назад |
Vijay Pai
|
fab05d336c
Dynamic callback requesting, graceful server shutdown, and separate ExecCtx for callbacks
|
7 лет назад |
Yash Tibrewal
|
24e37e249a
Merge branch 'master' into failhijackedrecv
|
7 лет назад |
Vijay Pai
|
97de30d7b3
Allow the interceptor to know the method type
|
7 лет назад |
Vijay Pai
|
2a0c0d7ad6
Streaming API for callback servers
|
7 лет назад |
Yash Tibrewal
|
b32d8f5d4d
Merge pull request #17219 from yashykt/cleanup
|
7 лет назад |
Yash Tibrewal
|
626f1c9d53
Remove the std::unique_ptr, instead use move semantics everywhere
|
7 лет назад |
Yash Tibrewal
|
a9bee9b7ed
Make Pluck use the changes made in FinalizeResult
|
7 лет назад |
Yash Tibrewal
|
699c10386d
Add method to fail recv msg for hijacked rpcs
|
7 лет назад |
Yang Gao
|
ed6ea2cf7d
Merge pull request #17151 from arjunroy/grpc_memleak_fix
|
7 лет назад |
Vijay Pai
|
926b2941ab
Pre-request 32 callbacks of each method
|
7 лет назад |
Arjun Roy
|
bc3d6d21b7
Set call_ member variable to null after freeing.
|
7 лет назад |
Arjun Roy
|
843c8d9e75
Fixed intermittent CPP sync server shutdown leak.
|
7 лет назад |
Yash Tibrewal
|
e08a2b387a
Prefer lambda expressions over std::bind
|
7 лет назад |
Vijay Pai
|
932abf48a3
Address reviewer comments.
|
7 лет назад |
Vijay Pai
|
2f47137a6e
Add support for IsCancelled check
|
7 лет назад |
Vijay Pai
|
47d0d5bf1f
Merge branch 'master' into server_callback
|
7 лет назад |
Yash Tibrewal
|
3c1ca6bf39
Merge pull request #17034 from yashykt/interceptorcleanup
|
7 лет назад |
Vijay Pai
|
84e763f10a
Experimental C++ server callback unary API
|
7 лет назад |
Yash Tibrewal
|
145789e9ff
interceptor_creators_ should be destroyed after health_check_service_
|
7 лет назад |
Vijay Pai
|
371b1d99d5
Add call as param to MethodHandler::Deserialize to allow arena use
|
7 лет назад |
Yash Tibrewal
|
cc21d32c77
Some cleanup
|
7 лет назад |
Yash Tibrewal
|
312feb4202
Adding generic rpc and unimplemented rpc test for server interceptors
|
7 лет назад |