index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
grpcpp
/
impl
/
codegen
Commit message (
Expand
)
Author
Age
*
Merge pull request #17655 from yashykt/callbackwriteoptions
Vijay Pai
2019-01-08
|
\
|
*
Use the WriteOptions in Client Callback API
Yash Tibrewal
2019-01-07
*
|
Update docs according to #17630
Yash Tibrewal
2019-01-07
|
/
*
Always nullify serializer to free memory
Yash Tibrewal
2019-01-07
*
Merge branch 'master' into nocopyinterception
Yash Tibrewal
2019-01-07
|
\
*
|
Address reviewer comments
Yash Tibrewal
2019-01-07
|
*
Merge branch 'master' into failhijackedrecv
Yash Tibrewal
2019-01-04
|
|
\
|
*
\
Merge branch 'master' into failhijackedrecv
Yash Tibrewal
2019-01-04
|
|
\
\
|
*
|
|
Add more information on the usage of FailHijackedRecvMessage
Yash Tibrewal
2019-01-04
*
|
|
|
Use Status() instead of Status::OK to avoid issues with codegen_test_minimal
Yash Tibrewal
2019-01-03
|
|
|
*
s/two/three
Yash Tibrewal
2019-01-03
*
|
|
|
Remove unused variable
Yash Tibrewal
2019-01-03
*
|
|
|
Modifying semantics for GetSendMessage and GetSerializedSendMessage.
Yash Tibrewal
2019-01-03
|
|
/
/
|
/
|
|
|
|
*
Merge branch 'master' into failhijackedsend
Yash Tibrewal
2019-01-03
|
|
|
\
|
|
_
|
/
|
/
|
|
*
|
|
Rename GetSendMessage to GetSerializedSendMessage and GetOriginalSendMessage ...
Yash Tibrewal
2019-01-03
*
|
|
Rename new SendMessage types to SendMessagePtr
Yash Tibrewal
2019-01-02
*
|
|
Provide GetOriginalSendMessage for some APIs
Yash Tibrewal
2018-12-28
|
*
|
Merge branch 'master' into failhijackedrecv
Yash Tibrewal
2018-12-26
|
|
\
\
|
|
/
/
|
/
|
|
|
|
*
Merge branch 'master' into failhijackedsend
Yash Tibrewal
2018-12-26
|
|
|
\
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #17552 from vjpai/interceptor_comments
Vijay Pai
2018-12-18
|
\
\
\
|
*
|
|
Add comments explaining purpose and validity of interception API
Vijay Pai
2018-12-18
*
|
|
|
Merge pull request #17544 from yashykt/factorydocs
Yash Tibrewal
2018-12-18
|
\
\
\
\
*
\
\
\
\
Merge pull request #17512 from hcaseyal/update_md_doc
hcaseyal
2018-12-18
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
|
*
Add missing argument
Yash Tibrewal
2018-12-18
|
|
*
|
|
Allow interceptor creators to return nullptr
Yash Tibrewal
2018-12-18
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Improve metadata documentation for the user
Hope Casey-Allen
2018-12-18
|
|
|
*
Merge master
Yash Tibrewal
2018-12-18
|
|
|
|
\
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Reset the SendMessage pointer before post-interception
Vijay Pai
2018-12-16
*
|
|
|
Merge pull request #17510 from vjpai/bb_api
Vijay Pai
2018-12-14
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add API comments indicating that byte buffer copy is size-independent
Vijay Pai
2018-12-14
*
|
|
|
Merge pull request #17434 from vjpai/delete
Vijay Pai
2018-12-14
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Delete unwanted constructor/assignment
Vijay Pai
2018-12-06
*
|
|
|
Allow the interceptor to know the method type
Vijay Pai
2018-12-06
|
/
/
/
*
|
|
Treat StartCall like a reserved callback since it is required
Vijay Pai
2018-12-06
*
|
|
Do OnDone as the actual last thing so that the reactor can be reused.
Vijay Pai
2018-12-05
*
|
|
Document that ClientContext must remain alive for duration of RPC
Vijay Pai
2018-12-03
*
|
|
Streaming API for callback servers
Vijay Pai
2018-11-30
*
|
|
Fix clang-tidy and golden file issues
Vijay Pai
2018-11-30
*
|
|
clang-format
Vijay Pai
2018-11-30
*
|
|
Stop exposing streaming object class
Vijay Pai
2018-11-30
*
|
|
Make StartCall() a releasing operation so that you can pile up ops
Vijay Pai
2018-11-30
*
|
|
Address reviewer comments
Vijay Pai
2018-11-30
*
|
|
Client callback streaming
Vijay Pai
2018-11-30
*
|
|
Apply the conversion on the status irrespective of whether Pluck returned true
Yash Tibrewal
2018-11-21
*
|
|
Necessary change after #17219
Yash Tibrewal
2018-11-21
|
|
*
Remove extraneous logging statements
Yash Tibrewal
2018-11-15
|
|
*
Add method to get status of send message op on POST_SEND_MESSAGE
Yash Tibrewal
2018-11-15
|
*
|
Add a method to check whether the message was received successfully
Yash Tibrewal
2018-11-15
*
|
|
Make Pluck use the changes made in FinalizeResult
Yash Tibrewal
2018-11-14
|
|
*
Add method to fail hijacked send messages
Yash Tibrewal
2018-11-14
|
|
/
|
/
|
[next]