Karthik Ravi Shankar
|
b3889585a1
|
Revert "Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota"
|
2019-03-12 12:25:38 -07:00 |
Karthik Ravi Shankar
|
cc632f8121
|
Merge pull request #18220 from grpc/grpc_namespace
Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota
|
2019-03-12 11:20:27 -07:00 |
Karthik Ravi Shankar
|
f7dd48b2b6
|
Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota
This change moves ResourceQuota class fron grpc namespace to grpc_impl
namespace.
|
2019-03-06 10:12:23 -08:00 |
Vijay Pai
|
05d8ddfc6e
|
Support callback-based generic service
|
2019-03-04 13:13:12 -08:00 |
Yash Tibrewal
|
196f530ac9
|
Pass interceptor creators to server object
|
2018-10-17 12:51:17 -07:00 |
Yash Tibrewal
|
af621c7705
|
Add method to register server creators
|
2018-10-17 12:32:53 -07:00 |
hcaseyal
|
9a2c0a8641
|
Merge pull request #15740 from hcaseyal/update_listening_port_documentation
Update AddListeningPort documentation in ServerBuilder
|
2018-06-13 17:58:09 -07:00 |
Hope Casey-Allen
|
90b4ef5be7
|
Update AddListeningPort documentation in ServerBuilder
|
2018-06-13 12:56:01 -07:00 |
Yash Tibrewal
|
4e3835b36b
|
Add documentation for default message sizes
|
2018-06-11 15:10:21 -07:00 |
makdharma
|
dbf4b71a00
|
added Experimental in comments
For "struct Port" and friends, since they are now protected instead of
private.
|
2018-03-13 09:06:40 -07:00 |
makdharma
|
d10c4e1e8e
|
added "Experimental" and returned raw pointers
Added experimental in the comment and removed reference_wrapper in favor
of the raw pointer.
|
2018-03-12 11:07:35 -07:00 |
makdharma
|
c8e523351e
|
clang-format
|
2018-03-09 13:47:46 -08:00 |
makdharma
|
838af3eb6c
|
moved member variables from protected to private
Per style guide, the member variables are not protected but private and
accessed through methods.
|
2018-03-09 09:39:42 -08:00 |
makdharma
|
8065000697
|
Remove "final" keyword and make methods protected.
This adds extensibility to the API and makes custom implementation
of the server possible.
|
2018-02-23 14:51:46 -08:00 |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
2018-02-15 14:49:34 -08:00 |