Vijay Pai
|
1730c06c48
|
Merge pull request #17655 from yashykt/callbackwriteoptions
Use the WriteOptions in Client Callback API
|
2019-01-08 08:15:43 -08:00 |
Yash Tibrewal
|
361acdbed1
|
Use the WriteOptions in Client Callback API
|
2019-01-07 17:33:16 -08:00 |
Yash Tibrewal
|
b35b449166
|
Update docs according to #17630
|
2019-01-07 17:20:58 -08:00 |
Yash Tibrewal
|
34d77aae5e
|
Always nullify serializer to free memory
|
2019-01-07 14:12:03 -08:00 |
Yash Tibrewal
|
dd067fd390
|
Merge branch 'master' into nocopyinterception
|
2019-01-07 10:09:06 -08:00 |
Yash Tibrewal
|
7d1491d64c
|
Address reviewer comments
|
2019-01-07 09:23:35 -08:00 |
Yash Tibrewal
|
059459a9ee
|
Merge branch 'master' into failhijackedrecv
|
2019-01-04 17:28:25 -08:00 |
Yash Tibrewal
|
b05ca9697b
|
Merge branch 'master' into failhijackedrecv
|
2019-01-04 11:30:03 -08:00 |
Yash Tibrewal
|
9b9ef64027
|
Add more information on the usage of FailHijackedRecvMessage
|
2019-01-04 11:29:57 -08:00 |
Yash Tibrewal
|
2b4781ca52
|
Use Status() instead of Status::OK to avoid issues with codegen_test_minimal
|
2019-01-03 18:32:10 -08:00 |
Yash Tibrewal
|
7eeda22d9e
|
s/two/three
|
2019-01-03 18:23:15 -08:00 |
Yash Tibrewal
|
df49204b97
|
Remove unused variable
|
2019-01-03 18:10:21 -08:00 |
Yash Tibrewal
|
4224384d39
|
Modifying semantics for GetSendMessage and GetSerializedSendMessage.
Also adding ModifySendMessage
|
2019-01-03 18:01:58 -08:00 |
Yash Tibrewal
|
bac79bdabe
|
Merge branch 'master' into failhijackedsend
|
2019-01-03 15:51:43 -08:00 |
Yash Tibrewal
|
50c60f03ba
|
Rename GetSendMessage to GetSerializedSendMessage and GetOriginalSendMessage to GetSendMessage
|
2019-01-03 12:21:19 -08:00 |
Yash Tibrewal
|
c6261f4b91
|
Rename new SendMessage types to SendMessagePtr
|
2019-01-02 14:46:52 -08:00 |
Yash Tibrewal
|
4aeba42528
|
Provide GetOriginalSendMessage for some APIs
|
2018-12-28 17:27:38 -08:00 |
Yash Tibrewal
|
24e37e249a
|
Merge branch 'master' into failhijackedrecv
|
2018-12-26 15:10:41 -08:00 |
Yash Tibrewal
|
5a6183f1bd
|
Merge branch 'master' into failhijackedsend
|
2018-12-26 13:33:06 -08:00 |
Vijay Pai
|
8cd1c0e379
|
Merge pull request #17552 from vjpai/interceptor_comments
Document purpose and validity of interception API
|
2018-12-18 22:43:49 -08:00 |
Vijay Pai
|
cfe08f35f3
|
Add comments explaining purpose and validity of interception API
|
2018-12-18 14:53:56 -08:00 |
Yash Tibrewal
|
3c3876a5da
|
Merge pull request #17544 from yashykt/factorydocs
Allow interceptor creators to return nullptr
|
2018-12-18 14:48:43 -08:00 |
hcaseyal
|
e51a28636f
|
Merge pull request #17512 from hcaseyal/update_md_doc
Improve metadata documentation for the user
|
2018-12-18 14:14:57 -08:00 |
Yash Tibrewal
|
31a775b425
|
Add missing argument
|
2018-12-18 12:52:14 -08:00 |
Yash Tibrewal
|
d590583456
|
Allow interceptor creators to return nullptr
|
2018-12-18 12:10:20 -08:00 |
Hope Casey-Allen
|
233123ae3f
|
Improve metadata documentation for the user
|
2018-12-18 11:50:17 -08:00 |
Yash Tibrewal
|
bb303513dc
|
Merge master
|
2018-12-18 11:40:52 -08:00 |
Vijay Pai
|
f2324e1c05
|
Reset the SendMessage pointer before post-interception
|
2018-12-16 16:01:14 -08:00 |
Vijay Pai
|
a8688d3bd3
|
Merge pull request #17510 from vjpai/bb_api
Add API comments indicating that byte buffer copy is size-independent
|
2018-12-14 15:18:01 -08:00 |
Vijay Pai
|
b0b4c0d9c3
|
Add API comments indicating that byte buffer copy is size-independent
|
2018-12-14 13:52:25 -08:00 |
Vijay Pai
|
23817e1738
|
Merge pull request #17434 from vjpai/delete
Delete unwanted constructor/assignment
|
2018-12-14 13:12:00 -08:00 |
Vijay Pai
|
e7be6223d8
|
Delete unwanted constructor/assignment
|
2018-12-06 17:10:03 -08:00 |
Vijay Pai
|
97de30d7b3
|
Allow the interceptor to know the method type
|
2018-12-06 15:51:31 -08:00 |
Vijay Pai
|
13a4977c23
|
Treat StartCall like a reserved callback since it is required
|
2018-12-06 09:02:03 -08:00 |
Vijay Pai
|
eb0b39df3d
|
Do OnDone as the actual last thing so that the reactor can be reused.
|
2018-12-05 16:04:26 -08:00 |
Vijay Pai
|
606177bbc8
|
Document that ClientContext must remain alive for duration of RPC
|
2018-12-03 20:00:08 -08:00 |
Vijay Pai
|
2a0c0d7ad6
|
Streaming API for callback servers
|
2018-11-30 16:14:21 -08:00 |
Vijay Pai
|
2b5d45ab38
|
Fix clang-tidy and golden file issues
|
2018-11-30 04:13:41 -08:00 |
Vijay Pai
|
28dd7981d6
|
clang-format
|
2018-11-30 04:13:40 -08:00 |
Vijay Pai
|
ea1156da3f
|
Stop exposing streaming object class
|
2018-11-30 04:13:40 -08:00 |
Vijay Pai
|
dac2066a1c
|
Make StartCall() a releasing operation so that you can pile up ops
|
2018-11-30 04:13:40 -08:00 |
Vijay Pai
|
fa45ffd418
|
Address reviewer comments
|
2018-11-30 04:13:40 -08:00 |
Vijay Pai
|
d7eb26648d
|
Client callback streaming
|
2018-11-30 04:13:40 -08:00 |
Yash Tibrewal
|
8fb11e6d5e
|
Apply the conversion on the status irrespective of whether Pluck returned true
|
2018-11-21 14:11:59 -08:00 |
Yash Tibrewal
|
544f2a5abb
|
Necessary change after #17219
|
2018-11-21 14:00:16 -08:00 |
Yash Tibrewal
|
00c9c40004
|
Remove extraneous logging statements
|
2018-11-15 16:01:14 -08:00 |
Yash Tibrewal
|
d4ebd30eb2
|
Add method to get status of send message op on POST_SEND_MESSAGE
|
2018-11-15 15:57:43 -08:00 |
Yash Tibrewal
|
0911e489e3
|
Add a method to check whether the message was received successfully
|
2018-11-15 13:55:56 -08:00 |
Yash Tibrewal
|
a9bee9b7ed
|
Make Pluck use the changes made in FinalizeResult
|
2018-11-14 17:48:35 -08:00 |
Yash Tibrewal
|
5d7d6c0fbd
|
Add method to fail hijacked send messages
|
2018-11-14 17:35:26 -08:00 |