Vijay Pai
|
320ed13d3e
|
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
|
2016-11-01 17:16:55 -07:00 |
Vijay Pai
|
713c7b87e1
|
clang-format
|
2016-11-01 16:33:18 -07:00 |
Vijay Pai
|
c0b2acb1a0
|
Use C++11 final and override
|
2016-11-01 16:31:56 -07:00 |
Sree Kuchibhotla
|
26ef574874
|
clang format issues
|
2016-10-24 12:39:04 -07:00 |
Sree Kuchibhotla
|
f72ec6b37b
|
Move thread_manager.h header from server.h to server_cc.cc
|
2016-10-24 11:09:43 -07:00 |
Sree Kuchibhotla
|
da069a506d
|
Rename sync_methods_ to sync_requests_
|
2016-10-19 11:22:29 -07:00 |
Sree Kuchibhotla
|
385c9b2f05
|
Address code review comments
|
2016-10-18 16:26:38 -07:00 |
Sree Kuchibhotla
|
e4eb51f20c
|
reorder params in Server
|
2016-10-18 11:51:28 -07:00 |
Sree Kuchibhotla
|
d39f40da9e
|
Fix include files
|
2016-10-13 15:21:14 -07:00 |
Sree Kuchibhotla
|
8f7739bcd6
|
Rename GrpcRpcManager -> ThreadManager
|
2016-10-13 15:12:55 -07:00 |
Sree Kuchibhotla
|
33382d0f53
|
Cleanup server_cc.cc
|
2016-10-03 15:15:49 -07:00 |
Sree Kuchibhotla
|
892dbf4d95
|
Make settings configurable
|
2016-09-27 19:42:27 -07:00 |
Sree Kuchibhotla
|
862acb9f3a
|
fix shutdown crash
|
2016-09-26 09:48:48 -07:00 |
Sree Kuchibhotla
|
7974232f41
|
Merge branch 'master' into rpc_mgr
|
2016-09-21 11:17:41 -07:00 |
Sree Kuchibhotla
|
4028d2c11b
|
More fixes
|
2016-09-21 10:45:33 -07:00 |
Sree Kuchibhotla
|
aabada97a1
|
One RPCMgr instance per CQ
|
2016-09-21 01:39:13 -07:00 |
Mark D. Roth
|
6980362c4e
|
Allow setting max send message size via C++ ServerBuilder API.
|
2016-09-06 08:15:36 -07:00 |
Sree Kuchibhotla
|
3ea9e247e0
|
some refactoring
|
2016-08-22 14:15:43 -07:00 |
Sree Kuchibhotla
|
bb5519f5a5
|
More changes
|
2016-07-19 11:00:39 -07:00 |
yang-g
|
6ec11f2acd
|
prevent spurious wake up and unstarted/already shutdown server
|
2016-07-14 14:53:35 -07:00 |
yang-g
|
e89dc6ceb6
|
Make Server::Wait work for async only server.
|
2016-07-11 15:48:01 -07:00 |
Adam Michalik
|
b97e2d145e
|
Add C++ support for using external FD
|
2016-06-07 15:09:19 -07:00 |
Yuchen Zeng
|
a42ec21341
|
Server builder plugin
|
2016-04-29 13:05:36 -07:00 |
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
2016-03-31 07:46:18 -07:00 |
David Garcia Quintas
|
60ee8dd2fc
|
docstrings
|
2016-03-08 17:21:42 -08:00 |
yang-g
|
eb62c94338
|
Add a way to override channel arguments for server creation
|
2016-02-17 15:37:25 -08:00 |
David Garcia Quintas
|
b4e51b52bd
|
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces
|
2016-01-27 19:57:58 -08:00 |
David Garcia Quintas
|
e1300deb87
|
After GrpcLibrary refactoring. Compiles and passes. WIP still
|
2016-01-27 18:41:26 -08:00 |
Craig Tiller
|
17b5047e46
|
Fix copyrights
|
2016-01-27 08:53:35 -08:00 |
Craig Tiller
|
64616496e2
|
Alternative ownership for global callbacks
|
2016-01-26 14:16:20 -08:00 |
David Garcia Quintas
|
f3ddb7c55a
|
clang-format
|
2016-01-20 16:02:22 -08:00 |
David Garcia Quintas
|
a701ed7759
|
Merge branch 'proto_interfaces' into yang-g-sync_async_mix
|
2016-01-19 18:44:47 -08:00 |
David Garcia Quintas
|
1f4e72c19c
|
override -> GRPC_OVERRIDE
|
2016-01-19 14:45:32 -08:00 |
David Garcia Quintas
|
44f3249018
|
Introduced ServerInterface
|
2016-01-15 16:49:16 -08:00 |
yang-g
|
f48766d347
|
fix copyright
|
2016-01-15 11:26:31 -08:00 |
yang-g
|
0bbc87f599
|
Add generic support
|
2016-01-15 09:22:50 -08:00 |
Craig Tiller
|
15f383c6cc
|
Exploratory refactoring for mixed sync/async methods on the same C++ service
|
2016-01-07 12:45:32 -08:00 |
Craig Tiller
|
35c1d3c462
|
Merge pull request #4207 from yang-g/server_builder_options
Server builder options
|
2015-12-03 11:39:44 -08:00 |
Craig Tiller
|
8352b9e997
|
Review feedback
|
2015-12-02 11:43:40 -08:00 |
yang-g
|
a23f17b123
|
add server_builder_option
|
2015-11-25 10:21:05 -08:00 |
Craig Tiller
|
7221d999bb
|
Global hook for doing something in response to a synchronous server call
|
2015-11-24 06:59:33 -08:00 |
Craig Tiller
|
ddf3a511aa
|
Add clang-format to sanity
|
2015-09-24 13:03:44 -07:00 |
David Garcia Quintas
|
49dd250565
|
Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding
|
2015-09-08 16:01:09 -07:00 |
Craig Tiller
|
d6599a39e4
|
Replicate C++ docs from master to beta branch
Original PR #3074 by @dgquintas
|
2015-09-03 09:37:02 -07:00 |
Julien Boeuf
|
0d47192afa
|
Fixing headers and paths after merge with upstream.
|
2015-08-30 22:18:50 -07:00 |
yang-g
|
3e4bd9598b
|
merge with head
|
2015-08-24 15:54:07 -07:00 |
David Garcia Quintas
|
e4f7c2fd13
|
Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding
|
2015-08-24 15:31:59 -07:00 |
David Garcia Quintas
|
c43648f250
|
Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding
|
2015-08-24 12:08:38 -07:00 |
Craig Tiller
|
b7e22b9686
|
Merge github.com:grpc/grpc into y12kdm3
|
2015-08-21 16:06:30 -07:00 |
yang-g
|
9e2f90cd06
|
headers reorg
|
2015-08-21 15:35:03 -07:00 |