Vijay Pai
|
637e4ea9fb
|
Merge pull request #17197 from vjpai/ctx_clear
Properly clear metadata and other structs when reusing ServerContext in callback API
|
2018-11-13 13:57:33 -08:00 |
Vijay Pai
|
0e29d7b9bc
|
Properly clear metadata and other structs when reusing ServerContext
|
2018-11-13 12:44:56 -08:00 |
Vijay Pai
|
a192fc6880
|
Fix clang-tidy issues
|
2018-11-11 14:32:55 -08:00 |
hcaseyal
|
5203702f57
|
Merge pull request #17155 from hcaseyal/fix_namespace
Make namespace more explicit.
|
2018-11-08 09:22:11 -08:00 |
Jan Tattermusch
|
4e1610bd41
|
Merge pull request #17140 from vjpai/qps
Initialize values in memory before creating slice
|
2018-11-08 16:48:26 +01:00 |
Hope Casey-Allen
|
e42afb0d63
|
Make namespace more explicit.
|
2018-11-07 19:48:14 -08:00 |
Vijay Pai
|
432b34bf74
|
Initialize value before creating slice
|
2018-11-07 12:33:19 -08:00 |
Moiz Haidry
|
729a0a9e5b
|
Merge pull request #17111 from mhaidrygoog/server_unary_callback_benchmark
Added benchmarks for Callback based Unary server
|
2018-11-07 12:02:22 -08:00 |
Moiz Haidry
|
1303ec7b53
|
Added benchmarks for Callback based Unary server
|
2018-11-07 10:08:51 -08:00 |
Yash Tibrewal
|
193b4b57ec
|
Merge pull request #17072 from yashykt/interceptor_cancellation
Interceptors should see a Cancellation notification
|
2018-11-06 14:56:24 -08:00 |
Soheil Hassas Yeganeh
|
48e4a81b05
|
Remeve memset(0) from arena allocated memory.
Callers are updated to properly initialize the memory.
This behavior can be overridden using GRPC_ARENA_INIT_STRATEGY
environment variable.
|
2018-11-05 10:12:39 -05:00 |
ncteisen
|
1b8bf9f190
|
Add blank line
|
2018-11-02 17:22:59 -04:00 |
ncteisen
|
e7d59f718f
|
clang format
|
2018-11-02 16:56:12 -04:00 |
ncteisen
|
131eedaa40
|
Add test
|
2018-11-02 16:55:06 -04:00 |
Yash Tibrewal
|
3ac7f2d24c
|
Merge pull request #17053 from yashykt/global_interceptor
Add global client interceptor factory
|
2018-11-02 08:56:16 -07:00 |
Yash Tibrewal
|
b732e9c403
|
Make client interceptors see notification even if Cancel was done before the RPC was issued. Also add tests
|
2018-11-01 16:14:40 -07:00 |
Yash Tibrewal
|
e2361a4751
|
Add server interceptors in end2end_test
|
2018-11-01 14:06:43 -07:00 |
Yash Tibrewal
|
d736b1d309
|
Refactor tests slightly
|
2018-11-01 12:30:40 -07:00 |
Yash Tibrewal
|
3ec20b75ed
|
Add tests for global interceptor
|
2018-10-31 14:21:25 -07:00 |
Vijay Pai
|
47d0d5bf1f
|
Merge branch 'master' into server_callback
|
2018-10-30 12:29:35 -07:00 |
Mark D. Roth
|
36ac496c35
|
Merge pull request #17046 from markdroth/health_check_client_fix
Fix handling of call context in health check call batch payload.
|
2018-10-30 07:03:28 -07:00 |
Mark D. Roth
|
3465dd0cbf
|
Merge pull request #17010 from grpc/revert-16996-revert-16912-fail_rpcs_on_transient_failure
Revert "Revert "Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE.""
|
2018-10-30 06:38:15 -07:00 |
Mark D. Roth
|
8352f9d274
|
Fix handling of call context in health check call batch payload.
|
2018-10-29 14:11:08 -07:00 |
Vijay Pai
|
84e763f10a
|
Experimental C++ server callback unary API
|
2018-10-29 13:41:25 -07:00 |
Yash Tibrewal
|
85ddf5c713
|
Get ClientContext included with ChannelInterface, and slight more cleanup
|
2018-10-29 00:14:05 -07:00 |
Yash Tibrewal
|
01313976e1
|
Merge pull request #16842 from yashykt/interceptors
Experimental API for Client and Server Interception
|
2018-10-28 23:36:59 -07:00 |
Yash Tibrewal
|
d21a175b28
|
Revert "Add dummy interceptors to end2end_test and async_end2end_test"
This reverts commit d075719477.
|
2018-10-27 19:36:49 -07:00 |
Yash Tibrewal
|
d075719477
|
Add dummy interceptors to end2end_test and async_end2end_test
|
2018-10-27 00:22:22 -07:00 |
Yash Tibrewal
|
a55d60056b
|
Fix build
|
2018-10-26 17:16:17 -07:00 |
Yash Tibrewal
|
1ea195b6f3
|
Reviewer comments except for void * fixed
|
2018-10-26 16:11:48 -07:00 |
ncteisen
|
bc44c5e353
|
Add GetServer to channelz cpp
|
2018-10-26 12:58:04 -07:00 |
Noah Eisen
|
5cf95f0b52
|
Merge pull request #16991 from ncteisen/channelz-get-server-core
Channelz part 10: GetServer
|
2018-10-26 12:18:59 -07:00 |
Yash Tibrewal
|
cc21d32c77
|
Some cleanup
|
2018-10-26 00:13:55 -07:00 |
Yash Tibrewal
|
560963bd8b
|
Add sync unknown method test
|
2018-10-25 22:25:49 -07:00 |
Yash Tibrewal
|
312feb4202
|
Adding generic rpc and unimplemented rpc test for server interceptors
|
2018-10-25 21:43:49 -07:00 |
Yash Tibrewal
|
3896dabb85
|
Merge branch 'master' into interceptors
|
2018-10-25 19:50:10 -07:00 |
Yash Tibrewal
|
a094b7b312
|
Added server async tests
|
2018-10-25 19:24:30 -07:00 |
Noah Eisen
|
793853e62f
|
Merge pull request #16997 from ncteisen/grpc-build-purgatory
Channelz: unifying OSS and internal
|
2018-10-25 12:38:45 -07:00 |
Mark D. Roth
|
2cff9ca408
|
Revert "Revert "Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE.""
|
2018-10-25 12:24:42 -07:00 |
ncteisen
|
693f46841a
|
Add GetServer to core
|
2018-10-24 17:31:30 -07:00 |
ncteisen
|
4fa389b137
|
Unifying grpc build hacks
|
2018-10-24 17:25:51 -07:00 |
hcaseyal
|
c4e2c46be1
|
Revert "Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE."
|
2018-10-24 17:20:05 -07:00 |
Mark D. Roth
|
f85fd026e3
|
Client-side health checking support.
|
2018-10-24 12:29:04 -07:00 |
Mark D. Roth
|
b6059e2e86
|
Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE.
|
2018-10-24 07:13:58 -07:00 |
Yash Tibrewal
|
62280b42c7
|
Add client streaming, server streaming and bidi streaming tests
|
2018-10-23 21:08:39 -07:00 |
Yash Tibrewal
|
66cc56bb03
|
Another server side test
|
2018-10-23 15:33:08 -07:00 |
Yash Tibrewal
|
4da91c1156
|
First test for server interception
|
2018-10-23 13:56:36 -07:00 |
apolcyn
|
2f92bdedad
|
Merge pull request #16727 from apolcyn/grpclb_interop_master
Add a grpclb-in-DNS interop test suite
|
2018-10-23 13:06:38 -07:00 |
Yash Tibrewal
|
0c7250c7b4
|
Adding streaming test for client interceptors
|
2018-10-23 12:15:21 -07:00 |
Yash Tibrewal
|
6e00b3bb88
|
Use InProc Channel for callback tests
|
2018-10-23 11:22:09 -07:00 |