Vijay Pai
|
06e174a088
|
Separate public and internal C++ interfaces
|
2017-10-26 14:28:26 -07:00 |
Craig Tiller
|
a19a073ebc
|
Workaround bug for a moment
|
2017-10-13 11:38:37 -07:00 |
yang-g
|
d3cbd72d5f
|
Make grpc_call_log_batch take const char*
|
2017-09-05 13:42:35 -07:00 |
yang-g
|
66e6c23372
|
Log offending ops and error code before crashing the server
|
2017-08-30 16:09:36 -07:00 |
yang-g
|
097cbfc94f
|
Resolve comments
|
2017-07-28 12:51:50 -07:00 |
yang-g
|
0eaf7debd2
|
Allow adding events to cq after shutdown is called.
|
2017-07-28 12:49:40 -07:00 |
Vijay Pai
|
6abd20020b
|
Revert "Separate internal-only and public parts of C++ API"
|
2017-07-25 00:43:30 -07:00 |
Vijay Pai
|
3d7d5f4ed2
|
Create inproc transport, add relevant tests, exclude irrelevant tests
|
2017-07-14 16:23:54 -07:00 |
Vijay Pai
|
c0baec60a1
|
Internalize structs and methods meant for being exposed through codegen
or that interface with core and are only for internal use
|
2017-07-10 14:33:53 -07:00 |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
2017-06-08 11:22:41 +02:00 |
yang-g
|
a044f6d3f5
|
Propagate deadline to GenericServerContext
|
2017-05-11 15:37:51 -07:00 |
yang-g
|
f070d4158c
|
Lower the level of a log message to INFO
|
2017-05-08 15:02:28 -07:00 |
Craig Tiller
|
06a30eef36
|
Merge github.com:grpc/grpc into cpparena
|
2017-04-19 14:40:20 -07:00 |
Craig Tiller
|
cac4e178fd
|
Merge github.com:grpc/grpc into cpparena
|
2017-04-18 13:39:18 -07:00 |
Craig Tiller
|
a3e87894f2
|
Fix, restore draining
|
2017-04-18 13:08:08 -07:00 |
Craig Tiller
|
991c101de8
|
Initial thread manager fixes
|
2017-04-18 19:43:14 +00:00 |
Yang Gao
|
c5fc2b7112
|
Merge pull request #10663 from yang-g/globalcallback
Update ServerGlobalCallback::AddPort api
|
2017-04-17 09:13:49 -07:00 |
Craig Tiller
|
2c6f63731c
|
Merge github.com:grpc/grpc into cpparena
|
2017-04-14 13:14:10 -07:00 |
yang-g
|
eafeea48a9
|
Update ServerGlobalCallback::AddPort api
|
2017-04-14 12:34:10 -07:00 |
Craig Tiller
|
957562780a
|
Merge pull request #10583 from ctiller/server_start
Threading robustness
|
2017-04-14 08:53:01 -07:00 |
Craig Tiller
|
9d9313cfc6
|
Threading robustness
Move server startup to a separate thread.
Where there is no opportunity for failure, do not return bool.
|
2017-04-11 15:05:46 -07:00 |
Sree Kuchibhotla
|
c1a32fa46e
|
Merge branch 'master' into cq_create_api_changes
|
2017-04-01 17:36:15 -07:00 |
Sree Kuchibhotla
|
4426800e6c
|
clang format
|
2017-04-01 17:33:50 -07:00 |
Sree Kuchibhotla
|
fa71f6f369
|
Fix ASAN failure
|
2017-04-01 17:32:34 -07:00 |
Craig Tiller
|
5f95f1a4ca
|
Merge github.com:grpc/grpc into cpparena
|
2017-04-01 07:42:20 -07:00 |
yang-g
|
d510fcfc6d
|
Add ports to global server callback.
|
2017-03-31 11:00:02 -07:00 |
Craig Tiller
|
66051c618f
|
Async end2end test passes
|
2017-03-31 09:16:35 -07:00 |
Sree Kuchibhotla
|
f2c32150ef
|
Update C++ code
|
2017-03-22 03:01:24 -07:00 |
Sree Kuchibhotla
|
36c370793b
|
Merge branch 'master' into cq_create_api_changes
|
2017-03-21 10:28:40 -07:00 |
Craig Tiller
|
12352b2c5c
|
Add test of server builder, including channel args
|
2017-03-08 09:08:22 -08:00 |
Sree Kuchibhotla
|
1dbd981cf8
|
Prefix grpc_cq_polling_type enums with GRPC_CQ_
|
2017-03-03 14:27:44 -08:00 |
Sree Kuchibhotla
|
982a6f2b1c
|
C++ code changes in response to grpc_completion_queue_create() API change
|
2017-03-03 02:19:31 -08:00 |
yang-g
|
c42d844d27
|
Let ServerContext own the initial_metadata array for sync calls
|
2017-02-22 23:04:06 -08:00 |
yang-g
|
55c6ebfd7a
|
Merge branch 'master' into health
|
2017-02-17 09:55:03 -08:00 |
yang-g
|
f07ed45439
|
Restore the NextMessageSize for streamed calls
|
2017-02-16 23:01:28 -08:00 |
yang-g
|
076bac017b
|
Remove async
|
2017-02-07 13:50:36 -08:00 |
yang-g
|
f2fe4f7dbd
|
Add a PreServerStart in global server callbacks
|
2017-02-07 12:47:22 -08:00 |
yang-g
|
1e19b8d3e7
|
Update for API change
|
2017-01-30 10:48:59 -08:00 |
yang-g
|
edcde054c6
|
Merge remote-tracking branch 'upstream/master' into health
|
2017-01-30 09:58:46 -08:00 |
Craig Tiller
|
68bb6a8453
|
Merge github.com:grpc/grpc into rollfwd
|
2017-01-27 06:52:13 -08:00 |
Craig Tiller
|
4edd56751f
|
Merge github.com:grpc/grpc into maxmsgsz
|
2017-01-26 13:50:14 -08:00 |
Craig Tiller
|
7c70b6c144
|
Revert "Revert "Metadata handling rewrite""
This reverts commit 5e01e2ac97.
|
2017-01-23 07:48:42 -08:00 |
Craig Tiller
|
5e01e2ac97
|
Revert "Metadata handling rewrite"
|
2017-01-20 18:11:52 -08:00 |
Craig Tiller
|
da9de8988b
|
Merge github.com:grpc/grpc into maxmsgsz
|
2017-01-20 15:42:47 -08:00 |
Craig Tiller
|
62f28bfcf0
|
Remove double-checking of max-message-size in C++ layers
|
2017-01-19 10:05:13 -08:00 |
yang-g
|
b90631d3f0
|
more cleanup
|
2016-12-29 14:12:15 -08:00 |
yang-g
|
ef16328063
|
cleanup
|
2016-12-29 13:21:04 -08:00 |
yang-g
|
a3c95529c7
|
async works
|
2016-12-29 12:10:52 -08:00 |
yang-g
|
8e708b12cb
|
WIP
|
2016-12-29 11:44:36 -08:00 |
yang-g
|
50993b7a4c
|
async first take
|
2016-12-29 10:00:27 -08:00 |