Sree Kuchibhotla
|
26ef574874
|
clang format issues
|
9 years ago |
Sree Kuchibhotla
|
f72ec6b37b
|
Move thread_manager.h header from server.h to server_cc.cc
|
9 years ago |
Sree Kuchibhotla
|
da069a506d
|
Rename sync_methods_ to sync_requests_
|
9 years ago |
Sree Kuchibhotla
|
385c9b2f05
|
Address code review comments
|
9 years ago |
Sree Kuchibhotla
|
e4eb51f20c
|
reorder params in Server
|
9 years ago |
Sree Kuchibhotla
|
d39f40da9e
|
Fix include files
|
9 years ago |
Sree Kuchibhotla
|
8f7739bcd6
|
Rename GrpcRpcManager -> ThreadManager
|
9 years ago |
Sree Kuchibhotla
|
33382d0f53
|
Cleanup server_cc.cc
|
9 years ago |
Sree Kuchibhotla
|
892dbf4d95
|
Make settings configurable
|
9 years ago |
Sree Kuchibhotla
|
862acb9f3a
|
fix shutdown crash
|
9 years ago |
Sree Kuchibhotla
|
4028d2c11b
|
More fixes
|
9 years ago |
Sree Kuchibhotla
|
aabada97a1
|
One RPCMgr instance per CQ
|
9 years ago |
Mark D. Roth
|
6980362c4e
|
Allow setting max send message size via C++ ServerBuilder API.
|
9 years ago |
Sree Kuchibhotla
|
509ee4c111
|
Remove the API to return the underlying completion queue. This API is no
longer needed
|
9 years ago |
Sree Kuchibhotla
|
3ea9e247e0
|
some refactoring
|
9 years ago |
Sree Kuchibhotla
|
bb5519f5a5
|
More changes
|
9 years ago |
yang-g
|
807387641f
|
prevent spurious wake up and unstarted/already shutdown server
|
9 years ago |
yang-g
|
6ec11f2acd
|
prevent spurious wake up and unstarted/already shutdown server
|
9 years ago |
yang-g
|
05573f1692
|
Make Server::Wait work for async only server.
|
9 years ago |
yang-g
|
e89dc6ceb6
|
Make Server::Wait work for async only server.
|
9 years ago |
Adam Michalik
|
b97e2d145e
|
Add C++ support for using external FD
|
9 years ago |
Yuchen Zeng
|
a42ec21341
|
Server builder plugin
|
9 years ago |
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
9 years ago |
David Garcia Quintas
|
60ee8dd2fc
|
docstrings
|
9 years ago |
yang-g
|
eb62c94338
|
Add a way to override channel arguments for server creation
|
9 years ago |
Alistair Veitch
|
75d5c0f024
|
post merge
|
9 years ago |
David Garcia Quintas
|
e1300deb87
|
After GrpcLibrary refactoring. Compiles and passes. WIP still
|
9 years ago |
vjpai
|
a24e9d774c
|
Sanity checks and asan fix
|
9 years ago |
vjpai
|
0c31b60805
|
Sanity failures (copyright, clang-format)
|
9 years ago |
Craig Tiller
|
17b5047e46
|
Fix copyrights
|
9 years ago |
Craig Tiller
|
64616496e2
|
Alternative ownership for global callbacks
|
9 years ago |
David Garcia Quintas
|
f3ddb7c55a
|
clang-format
|
9 years ago |
David Garcia Quintas
|
1f4e72c19c
|
override -> GRPC_OVERRIDE
|
9 years ago |
David Garcia Quintas
|
44f3249018
|
Introduced ServerInterface
|
9 years ago |
yang-g
|
f48766d347
|
fix copyright
|
9 years ago |
yang-g
|
0bbc87f599
|
Add generic support
|
9 years ago |
Craig Tiller
|
15f383c6cc
|
Exploratory refactoring for mixed sync/async methods on the same C++ service
|
9 years ago |
Craig Tiller
|
8352b9e997
|
Review feedback
|
9 years ago |
yang-g
|
a23f17b123
|
add server_builder_option
|
9 years ago |
Craig Tiller
|
7221d999bb
|
Global hook for doing something in response to a synchronous server call
|
9 years ago |
Craig Tiller
|
ddf3a511aa
|
Add clang-format to sanity
|
10 years ago |
Craig Tiller
|
d6599a39e4
|
Replicate C++ docs from master to beta branch
Original PR #3074 by @dgquintas
|
10 years ago |
Craig Tiller
|
00ad71c135
|
Revert "C++ docs"
|
10 years ago |
Julien Boeuf
|
0d47192afa
|
Fixing headers and paths after merge with upstream.
|
10 years ago |
David Garcia Quintas
|
4dd03f9f73
|
Comments on the comments. Meta much?
|
10 years ago |
David Garcia Quintas
|
82bdd3f239
|
First pass.
|
10 years ago |
David Garcia Quintas
|
1678c58183
|
wip
|
10 years ago |
yang-g
|
9e2f90cd06
|
headers reorg
|
10 years ago |
Craig Tiller
|
9374ce819b
|
Add comments, fix a subtle bug
|
10 years ago |
Craig Tiller
|
e50e5cbde2
|
Add a timeout to shutdown to forcefully end calls
|
10 years ago |