Vijay Pai
|
ae0516fece
|
Remove some EXPERIMENTAL comments (#26618)
* Remove some EXPERIMENTAL comments
* Update server_interface.h
|
2021-07-07 14:25:42 -07:00 |
Vijay Pai
|
afe4d1d086
|
Reduce templating for async client unary call codegen
|
2020-10-30 14:26:47 -07:00 |
Karthik Ravi Shankar
|
67667eb7b6
|
Revert ...
|
2020-09-03 08:16:10 -07:00 |
Karthik Ravi Shankar
|
751b9c105f
|
Move ClientContext from ::grpc_impl to ::grpc
Reverts: https://github.com/grpc/grpc/pull/19261
|
2020-08-11 16:28:50 -07:00 |
Karthik Ravi Shankar
|
15cce00f52
|
Revert "Revert "Fold Channel and CompletionQueue from grpc_impl to grpc""
|
2020-08-06 20:42:54 -07:00 |
Karthik Ravi Shankar
|
f3f9e8941a
|
Revert "Fold Channel and CompletionQueue from grpc_impl to grpc"
|
2020-08-06 15:56:09 -07:00 |
Karthik Ravi Shankar
|
3c2f4b40e3
|
Fold Channel and CompletionQueue from grpc_impl to grpc
Reverts: https://github.com/grpc/grpc/pull/19067
|
2020-07-30 16:45:28 -07:00 |
hcaseyal
|
311bf04ec9
|
Merge pull request #19788 from chrisse74/master
remove all unused-parameter warnings in C++
|
2019-09-03 13:58:13 -07:00 |
Yash Tibrewal
|
3653439ba6
|
Merge master and move to experimental
|
2019-08-01 16:15:31 -07:00 |
Christian Maurer
|
46dddacdf3
|
remove all unused-parameter warnings
|
2019-07-30 13:10:53 +02:00 |
Moiz Haidry
|
bf994e48d9
|
Move grpc async, callback and sync implementation to grpc_impl namespace
|
2019-07-01 14:05:54 -07:00 |
Yash Tibrewal
|
94e7edad99
|
Add Delegating Channel
|
2019-06-11 15:07:12 -07:00 |
Karthik Ravi Shankar
|
7e18e6cf3f
|
Fix clang errors.
|
2019-06-05 16:47:29 -07:00 |
Karthik Ravi Shankar
|
522ddfe273
|
Move ClientContext to grpc_impl
ClientContext is another file which needs to be moved from grpc to
grpc_impl for referencing it.
|
2019-06-05 16:31:39 -07:00 |
Karthik Ravi Shankar
|
03b079499c
|
Move CompletionQueue and Channel
|
2019-05-17 09:16:32 -07:00 |
Karthik Ravi Shankar
|
6be0b06c69
|
Revert "Fold CompletionQueue and ServerCompletionQueue into grpc_impl"
|
2019-05-15 13:38:34 -07:00 |
Karthik Ravi Shankar
|
9eec789a4d
|
Merge branch 'grpc_namespace_channel_new' into grpc_namespace_completion_queue
|
2019-04-30 15:51:49 -07:00 |
Vijay Pai
|
20c08dbc7a
|
Add client-side unary reactor model
|
2019-04-19 16:10:08 -07:00 |
Karthik Ravi Shankar
|
62fb156122
|
Fold CompletionQueue and ServerCompletionQueue into grpc_impl
|
2019-04-11 13:16:32 -07:00 |
Karthik Ravi Shankar
|
891b6cf7ae
|
Revert "Folding CompletionQueue and ServerCompletionQueue."
|
2019-04-10 10:22:59 -07:00 |
Nicolas "Pixel" Noble
|
5847c3a87a
|
Reformat.
|
2019-02-14 20:05:59 +01:00 |
Nicolas "Pixel" Noble
|
12b0db3e57
|
Folding CompletionQueue and ServerCompletionQueue.
|
2019-02-14 20:01:14 +01:00 |
Vijay Pai
|
97de30d7b3
|
Allow the interceptor to know the method type
|
2018-12-06 15:51:31 -08:00 |
Vijay Pai
|
d7eb26648d
|
Client callback streaming
|
2018-11-30 04:13:40 -08: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 |
Vijay Pai
|
47d0d5bf1f
|
Merge branch 'master' into server_callback
|
2018-10-30 12:29:35 -07:00 |
Yash Tibrewal
|
0390b29e15
|
Register global interceptors functionality
|
2018-10-30 02:43:01 -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
|
1ea195b6f3
|
Reviewer comments except for void * fixed
|
2018-10-26 16:11:48 -07:00 |
Yash Tibrewal
|
c2e3fde9b5
|
Rename call.h to call_op_set.h and call_wrapper.h to call.h
|
2018-10-26 15:15:48 -07:00 |
Yash Tibrewal
|
b358ef85dc
|
Merge branch 'master' into interceptors
|
2018-10-22 10:39:27 -07:00 |
Yash Tibrewal
|
9b83b7d19e
|
Adding intercepted channel
|
2018-10-22 02:42:03 -07:00 |
Vijay Pai
|
8bf52535d1
|
Provide a generic client-side unary callback API
|
2018-08-30 15:46:27 -07:00 |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
2018-02-15 14:49:34 -08:00 |