Vijay Pai
|
176dfc2289
|
Remove unused parameter warning (15 of 20)
|
5 years ago |
Yash Tibrewal
|
088b67deba
|
Improve comment
|
6 years ago |
Yash Tibrewal
|
cf05591971
|
Add comment about LoggingInterceptor
|
6 years ago |
Yash Tibrewal
|
6a2da31a36
|
Remove unused variable
|
6 years ago |
Yash Tibrewal
|
c58b4a3964
|
Clang format
|
6 years ago |
Yash Tibrewal
|
67bdbbdf6f
|
Fix a bug where POST_RECV_MESSAGE is not being triggered
|
6 years ago |
Yash Tibrewal
|
cb6a2968fe
|
Make Interceptors work for lame channels
|
6 years ago |
Yash Tibrewal
|
50497c2317
|
Reviewer comments
|
6 years ago |
Yash Tibrewal
|
cddb5519f2
|
Add a test only method to reset global interceptor
|
6 years ago |
Yash Tibrewal
|
c71b2f4fb7
|
Global Interceptor Registration allowed only once
|
6 years ago |
Yash Tibrewal
|
a5ed3d245e
|
Avoid unsigned signed comparison issues
|
6 years ago |
Yash Tibrewal
|
4224384d39
|
Modifying semantics for GetSendMessage and GetSerializedSendMessage.
Also adding ModifySendMessage
|
6 years ago |
Yash Tibrewal
|
50c60f03ba
|
Rename GetSendMessage to GetSerializedSendMessage and GetOriginalSendMessage to GetSendMessage
|
6 years ago |
Yash Tibrewal
|
c6261f4b91
|
Rename new SendMessage types to SendMessagePtr
|
6 years ago |
Yash Tibrewal
|
4aeba42528
|
Provide GetOriginalSendMessage for some APIs
|
6 years ago |
Yash Tibrewal
|
aecc5f7285
|
Add client interceptor test for bidi streaming hijacking interceptor
|
6 years ago |
Yash Tibrewal
|
31a775b425
|
Add missing argument
|
6 years ago |
Yash Tibrewal
|
a20263f64d
|
Add tests using NullInterceptorFactory
|
6 years ago |
Vijay Pai
|
c52ae0d000
|
Give the interceptors header files in include/grpcpp/support
|
6 years ago |
ncteisen
|
7b81ae14a7
|
clang tidy and clang format
|
6 years ago |
Vijay Pai
|
97de30d7b3
|
Allow the interceptor to know the method type
|
6 years ago |
yang-g
|
e75fc243da
|
change tests to use the new class instead of grpc_test_init
|
6 years ago |
Yash Tibrewal
|
626f1c9d53
|
Remove the std::unique_ptr, instead use move semantics everywhere
|
6 years ago |
Yash Tibrewal
|
00c9c40004
|
Remove extraneous logging statements
|
6 years ago |
Yash Tibrewal
|
d4ebd30eb2
|
Add method to get status of send message op on POST_SEND_MESSAGE
|
6 years ago |
Yash Tibrewal
|
0911e489e3
|
Add a method to check whether the message was received successfully
|
6 years ago |
Yash Tibrewal
|
ceeb28a360
|
s/count/count_/
|
6 years ago |
Yash Tibrewal
|
5d7d6c0fbd
|
Add method to fail hijacked send messages
|
6 years ago |
Yash Tibrewal
|
699c10386d
|
Add method to fail recv msg for hijacked rpcs
|
6 years ago |
Yash Tibrewal
|
e2361a4751
|
Add server interceptors in end2end_test
|
6 years ago |
Yash Tibrewal
|
d736b1d309
|
Refactor tests slightly
|
6 years ago |
Yash Tibrewal
|
3ec20b75ed
|
Add tests for global interceptor
|
6 years ago |
Yash Tibrewal
|
85ddf5c713
|
Get ClientContext included with ChannelInterface, and slight more cleanup
|
6 years ago |
Yash Tibrewal
|
cc21d32c77
|
Some cleanup
|
6 years ago |
Yash Tibrewal
|
62280b42c7
|
Add client streaming, server streaming and bidi streaming tests
|
6 years ago |
Yash Tibrewal
|
4da91c1156
|
First test for server interception
|
6 years ago |
Yash Tibrewal
|
0c7250c7b4
|
Adding streaming test for client interceptors
|
6 years ago |
Yash Tibrewal
|
6e00b3bb88
|
Use InProc Channel for callback tests
|
6 years ago |
Yash Tibrewal
|
d8cfd96fb2
|
Adding tests using the callback API
|
6 years ago |
Yash Tibrewal
|
9b83b7d19e
|
Adding intercepted channel
|
6 years ago |
Yash Tibrewal
|
3a17f5b05e
|
Working on tests
|
6 years ago |
Yash Tibrewal
|
b232bacf27
|
Starting on server interceptors
|
6 years ago |
Yash Tibrewal
|
f9fe345553
|
Add more tests for client interceptors
|
6 years ago |
Yash Tibrewal
|
6f05a711e6
|
Adding a test
|
6 years ago |