index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
cpp
Commit message (
Expand
)
Author
Age
*
Properly clear metadata and other structs when reusing ServerContext
Vijay Pai
2018-11-13
*
Merge pull request #17151 from arjunroy/grpc_memleak_fix
Yang Gao
2018-11-08
|
\
*
|
Pre-request 32 callbacks of each method
Vijay Pai
2018-11-08
|
*
Set call_ member variable to null after freeing.
Arjun Roy
2018-11-07
|
*
Fixed intermittent CPP sync server shutdown leak.
Arjun Roy
2018-11-07
|
/
*
Merge pull request #16805 from g-easy/ocplugin
Vijay Pai
2018-11-07
|
\
*
\
Merge pull request #17072 from yashykt/interceptor_cancellation
Yash Tibrewal
2018-11-06
|
\
\
*
|
|
Release the CallbackWithSuccessTag from a server context completionop
Vijay Pai
2018-11-06
*
|
|
Refactoring of CallbackWithSuccessTag
Vijay Pai
2018-11-06
*
|
|
move client_interceptor.cc from src/cpp/codegen to src/cpp/client
Yash Tibrewal
2018-11-05
*
|
|
Don't use default capture
Yash Tibrewal
2018-11-05
*
|
|
Prefer lambda expressions over std::bind
Yash Tibrewal
2018-11-02
*
|
|
Merge pull request #17053 from yashykt/global_interceptor
Yash Tibrewal
2018-11-02
|
\
\
\
|
|
*
|
Make client interceptors see notification even if Cancel was done before the ...
Yash Tibrewal
2018-11-01
|
|
*
|
Add cancellation notification
Yash Tibrewal
2018-11-01
|
|
*
|
Let us clean a few things before getting started
Yash Tibrewal
2018-10-31
*
|
|
|
Address reviewer comments.
Vijay Pai
2018-10-31
*
|
|
|
Add support for IsCancelled check
Vijay Pai
2018-10-30
*
|
|
|
Merge branch 'master' into server_callback
Vijay Pai
2018-10-30
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Register global interceptors functionality
Yash Tibrewal
2018-10-30
|
*
|
|
Merge pull request #17034 from yashykt/interceptorcleanup
Yash Tibrewal
2018-10-30
|
|
\
\
\
*
|
|
|
|
Experimental C++ server callback unary API
Vijay Pai
2018-10-29
|
/
/
/
/
|
*
/
/
interceptor_creators_ should be destroyed after health_check_service_
Yash Tibrewal
2018-10-29
|
|
/
/
*
/
/
Add call as param to MethodHandler::Deserialize to allow arena use
Vijay Pai
2018-10-29
|
/
/
*
|
Merge pull request #16842 from yashykt/interceptors
Yash Tibrewal
2018-10-28
|
\
\
|
*
|
Rename call.h to call_op_set.h and call_wrapper.h to call.h
Yash Tibrewal
2018-10-26
*
|
|
Add GetServer to channelz cpp
ncteisen
2018-10-26
|
*
|
Some cleanup
Yash Tibrewal
2018-10-26
|
*
|
Adding generic rpc and unimplemented rpc test for server interceptors
Yash Tibrewal
2018-10-25
|
*
|
Merge branch 'master' into interceptors
Yash Tibrewal
2018-10-25
|
|
\
\
|
|
/
/
|
/
|
|
|
*
|
Added server async tests
Yash Tibrewal
2018-10-25
*
|
|
un duplicate code
ncteisen
2018-10-25
*
|
|
Unifying grpc build hacks
ncteisen
2018-10-24
*
|
|
Revert "Revert "Refactor Channelz Service to Support Internal Build""
ncteisen
2018-10-24
|
*
|
Solve memory leak due to double setting of set_server_rpc_info
Yash Tibrewal
2018-10-24
*
|
|
Revert "Refactor Channelz Service to Support Internal Build"
Noah Eisen
2018-10-24
*
|
|
Merge pull request #16507 from markdroth/health_checking_client
Mark D. Roth
2018-10-24
|
\
\
\
|
*
|
|
Client-side health checking support.
Mark D. Roth
2018-10-24
*
|
|
|
Arena-allocate the ServerContext::CompletionOp
Vijay Pai
2018-10-24
|
/
/
/
|
*
|
Add client streaming, server streaming and bidi streaming tests
Yash Tibrewal
2018-10-23
*
|
|
Refactor to support internal build
ncteisen
2018-10-22
|
*
|
Merge branch 'master' into interceptors
Yash Tibrewal
2018-10-22
|
|
\
\
|
|
/
/
|
/
|
|
|
*
|
Adding intercepted channel
Yash Tibrewal
2018-10-22
|
*
|
Working on tests
Yash Tibrewal
2018-10-21
*
|
|
Fix CallOpSet copy/assignment to reset cq_tag
Vijay Pai
2018-10-19
|
*
|
Server side interception for CompletionOp and AsyncRequest
Yash Tibrewal
2018-10-18
|
*
|
Server interception for SyncRequest
Yash Tibrewal
2018-10-18
|
*
|
some tests fail
Yash Tibrewal
2018-10-17
|
*
|
Remove unneeded file
Yash Tibrewal
2018-10-17
|
*
|
Pass interceptor creators to server object
Yash Tibrewal
2018-10-17
[next]