Mark D. Roth
|
0696611fb5
|
Do not return calls on server when request proto fails to deserialize.
|
8 years ago |
Vijay Pai
|
c0baec60a1
|
Internalize structs and methods meant for being exposed through codegen
or that interface with core and are only for internal use
|
8 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
Alexander Polcyn
|
f5521c33f9
|
Revert "Merge branch 'master' into v1.3.x"
This reverts commit 79759fea1a , reversing
changes made to dc36f4df6a .
|
8 years ago |
Craig Tiller
|
a103f7bbdf
|
update comments
|
8 years ago |
Craig Tiller
|
9d9313cfc6
|
Threading robustness
Move server startup to a separate thread.
Where there is no opportunity for failure, do not return bool.
|
8 years ago |
yang-g
|
076bac017b
|
Remove async
|
8 years ago |
Craig Tiller
|
7c70b6c144
|
Revert "Revert "Metadata handling rewrite""
This reverts commit 5e01e2ac97 .
|
8 years ago |
Craig Tiller
|
5e01e2ac97
|
Revert "Metadata handling rewrite"
|
8 years ago |
Craig Tiller
|
62f28bfcf0
|
Remove double-checking of max-message-size in C++ layers
|
8 years ago |
yang-g
|
50993b7a4c
|
async first take
|
8 years ago |
Craig Tiller
|
78bc54e7d9
|
Fix stack corruption
|
8 years ago |
Vijay Pai
|
cbe1599250
|
Track requests that could cause other requests to be created, and don't do
a real core shutdown of a CQ until such requests are done
|
8 years ago |
Vijay Pai
|
c0b2acb1a0
|
Use C++11 final and override
|
8 years ago |
Sree Kuchibhotla
|
33382d0f53
|
Cleanup server_cc.cc
|
9 years ago |
Mark D. Roth
|
6980362c4e
|
Allow setting max send message size via C++ ServerBuilder API.
|
9 years ago |
David Garcia Quintas
|
1399e466b0
|
removed codegen/time.h
|
9 years ago |
David Garcia Quintas
|
058c9de8b2
|
Added to server's shutdown docstrings
|
9 years ago |
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
9 years ago |
Craig Tiller
|
f40df23eeb
|
Auto-changes
|
9 years ago |
David Garcia Quintas
|
9eef377865
|
clang-format
|
9 years ago |
David Garcia Quintas
|
b942640497
|
clang-format
|
9 years ago |
David Garcia Quintas
|
e1ce31eda3
|
wip. cq refactored
|
9 years ago |
David Garcia Quintas
|
26a9848416
|
Removed outdated mention of AsynchronousService
|
9 years ago |
David Garcia Quintas
|
ab5da5ef7a
|
Added missing codegen includes
|
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 |