yang-g
|
eafeea48a9
|
Update ServerGlobalCallback::AddPort api
|
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 |
Sree Kuchibhotla
|
4426800e6c
|
clang format
|
8 years ago |
Sree Kuchibhotla
|
fa71f6f369
|
Fix ASAN failure
|
8 years ago |
yang-g
|
d510fcfc6d
|
Add ports to global server callback.
|
8 years ago |
Craig Tiller
|
66051c618f
|
Async end2end test passes
|
8 years ago |
Sree Kuchibhotla
|
f2c32150ef
|
Update C++ code
|
8 years ago |
Craig Tiller
|
12352b2c5c
|
Add test of server builder, including channel args
|
8 years ago |
Sree Kuchibhotla
|
1dbd981cf8
|
Prefix grpc_cq_polling_type enums with GRPC_CQ_
|
8 years ago |
Sree Kuchibhotla
|
982a6f2b1c
|
C++ code changes in response to grpc_completion_queue_create() API change
|
8 years ago |
yang-g
|
c42d844d27
|
Let ServerContext own the initial_metadata array for sync calls
|
8 years ago |
yang-g
|
f07ed45439
|
Restore the NextMessageSize for streamed calls
|
8 years ago |
yang-g
|
076bac017b
|
Remove async
|
8 years ago |
yang-g
|
f2fe4f7dbd
|
Add a PreServerStart in global server callbacks
|
8 years ago |
yang-g
|
1e19b8d3e7
|
Update for API change
|
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
|
b90631d3f0
|
more cleanup
|
8 years ago |
yang-g
|
ef16328063
|
cleanup
|
8 years ago |
yang-g
|
a3c95529c7
|
async works
|
8 years ago |
yang-g
|
8e708b12cb
|
WIP
|
8 years ago |
yang-g
|
50993b7a4c
|
async first take
|
8 years ago |
yang-g
|
c3c475fd14
|
move files to subdir and add generated files
|
8 years ago |
yang-g
|
ad32764219
|
sync test pass
|
8 years ago |
yang-g
|
6d0fbfaf7b
|
WIP
|
8 years ago |
yang-g
|
c9d2954e55
|
more
|
8 years ago |
yang-g
|
08137362d0
|
WIP
|
8 years ago |
yang-g
|
8d668d8324
|
default service
|
8 years ago |
Craig Tiller
|
78bc54e7d9
|
Fix stack corruption
|
8 years ago |
Craig Tiller
|
f658bf0e1b
|
Start resolving memory issues in C++ metadata
|
8 years ago |
Craig Tiller
|
9c5318aba0
|
Fix shutdown problems with sync server
|
8 years ago |
Vijay Pai
|
bf24dd9e51
|
clang-format
|
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 |
Craig Tiller
|
73ee7dc559
|
C++ compiles
|
8 years ago |
Vijay Pai
|
320ed13d3e
|
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
|
9 years ago |
Vijay Pai
|
c0b2acb1a0
|
Use C++11 final and override
|
9 years ago |
Sree Kuchibhotla
|
f72ec6b37b
|
Move thread_manager.h header from server.h to server_cc.cc
|
9 years ago |
Sree Kuchibhotla
|
77c483b707
|
remove unused fields
|
9 years ago |
Sree Kuchibhotla
|
cb18d7a6b6
|
make gcc 4.6 and earlier versions happy
|
9 years ago |
Sree Kuchibhotla
|
6135535ca7
|
Minor changes and called generate_projects.sh again
|
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
|
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
|
e2ac10627d
|
new value
|
9 years ago |
Sree Kuchibhotla
|
f4c6e43ff2
|
fine tune the cq deadline value (temporarily)
|
9 years ago |
Sree Kuchibhotla
|
862acb9f3a
|
fix shutdown crash
|
9 years ago |