Yuchen Zeng
|
b1f6bf2ec4
|
Merge pull request #8086 from y-zeng/fix_gprc
Fix misspelled gprc
|
2016-11-11 15:11:44 -08:00 |
Craig Tiller
|
32df467f11
|
Merge github.com:grpc/grpc into grpc_slice
|
2016-11-04 08:21:56 -07:00 |
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
|
5c41bab92c
|
Remove references to NO_CHRONO option
|
2016-11-01 16:57:42 -07:00 |
Vijay Pai
|
e08fe4f41e
|
Remove separate versions of code based on presence of threading in compiler
|
2016-11-01 16:50:38 -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 |
Vijay Pai
|
80b292709c
|
Stop supporting non-C++11 conformant compilers
|
2016-11-01 13:38:40 -07:00 |
Craig Tiller
|
41fd9f2343
|
Merge github.com:grpc/grpc into grpc_slice
|
2016-10-31 14:42:53 -07:00 |
Craig Tiller
|
28b72428a8
|
clang-format
|
2016-10-26 21:15:29 -07:00 |
Craig Tiller
|
5b676a6b1a
|
Fix include guards
|
2016-10-26 21:09:29 -07:00 |
Craig Tiller
|
618e67d655
|
s/GPR_SLICE/GRPC_SLICE/g
|
2016-10-26 21:08:10 -07:00 |
Craig Tiller
|
d41a4a720f
|
s/gpr_slice/grpc_slice, and move around tests, impls
|
2016-10-26 16:16:06 -07:00 |
Sree Kuchibhotla
|
c5fb957e50
|
Merge branch 'master' into rpc_mgr
|
2016-10-21 14:38:21 -07:00 |
Vijay Pai
|
9243c74868
|
Merge pull request #8365 from vjpai/fc_1dstream
Support request separation of server-side streamed RPC
|
2016-10-20 14:31:14 -07:00 |
Vijay Pai
|
bcc59f425c
|
Remove a useless forward declaration
|
2016-10-20 11:38:04 -07:00 |
Sree Kuchibhotla
|
556aebb1e0
|
Merge branch 'master' into rpc_mgr
|
2016-10-18 14:59:24 -07:00 |
Vijay Pai
|
9fa9315d62
|
Merge remote-tracking branch 'upstream/master' into fc_1dstream
|
2016-10-18 12:15:08 -07:00 |
Yuchen Zeng
|
799832c32d
|
Merge remote-tracking branch 'upstream/master' into fix_gprc
|
2016-10-17 11:41:02 -07:00 |
yang-g
|
4287998855
|
Add a test spouse for server context
|
2016-10-13 16:45:53 -07:00 |
Vijay Pai
|
96e03110db
|
clang-format
|
2016-10-13 14:09:16 -07:00 |
Vijay Pai
|
075b18e77f
|
Bug fix on failure condition
|
2016-10-13 12:05:40 -07:00 |
Sree Kuchibhotla
|
e4996d6c43
|
Merge branch 'master' into rpc_mgr
|
2016-10-13 11:18:09 -07:00 |
Vijay Pai
|
61536a7371
|
Making split streaming testable
|
2016-10-13 11:04:57 -07:00 |
Vijay Pai
|
22fcbf9663
|
Merge branch 'master' into fc_1dstream
|
2016-10-13 09:39:05 -07:00 |
Sree Kuchibhotla
|
33382d0f53
|
Cleanup server_cc.cc
|
2016-10-03 15:15:49 -07:00 |
Vijay Pai
|
db5b1cbc94
|
Add all plumbing and typedef's for controlled server-side streaming
|
2016-10-03 09:18:46 -07:00 |
Mark D. Roth
|
a40d471110
|
Plumb through GRPC_INITIAL_METADATA_WAIT_FOR_READY_EXPLICITLY_SET.
|
2016-09-29 10:05:50 -07:00 |
Mark D. Roth
|
59c9f904bf
|
Rename GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY to
GRPC_INITIAL_METADATA_WAIT_FOR_READY.
Also add a flag to indicate whether wait_for_ready was explicitly set by
the application.
|
2016-09-28 13:33:21 -07:00 |
Mark D. Roth
|
9477724003
|
Change C++ API to expose wait_for_ready instead of fail_fast.
|
2016-09-27 13:07:00 -07:00 |
Yuchen Zeng
|
b8a886754e
|
Merge remote-tracking branch 'upstream/master' into fix_gprc
|
2016-09-22 10:59:39 -07:00 |
Mark D. Roth
|
abf03aed93
|
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
|
2016-09-16 07:35:37 -07:00 |
Yang Gao
|
24869d558a
|
Merge pull request #7996 from yang-g/canonical
Add a helper to get canonical code from status
|
2016-09-15 15:58:17 -07:00 |
Yuchen Zeng
|
66f3a4bbdf
|
Merge remote-tracking branch 'upstream/master' into fix_gprc
|
2016-09-15 11:21:52 -07:00 |
Craig Tiller
|
a51f54192a
|
Merge pull request #7559 from dgquintas/codegen_cleanse
Removed references to public APIs from codegen/
|
2016-09-13 19:40:43 -07:00 |
Yuchen Zeng
|
362ac1be0c
|
Fix gprc
|
2016-09-13 16:01:31 -07:00 |
Mark D. Roth
|
f5afcd9f65
|
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
|
2016-09-13 14:57:50 -07:00 |
yang-g
|
d558149a5e
|
Add a helper to get canonical code from status
|
2016-09-09 09:37:33 -07:00 |
Makarand Dharmapurikar
|
2b98b77225
|
add cacheable option to client_context
|
2016-09-07 14:24:15 -07:00 |
Mark D. Roth
|
3ad6188920
|
Fix a few lingering references to max_message_size.
|
2016-09-06 13:03:39 -07:00 |
Mark D. Roth
|
7bfa1a8343
|
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
|
2016-09-06 10:44:32 -07:00 |
Mark D. Roth
|
6980362c4e
|
Allow setting max send message size via C++ ServerBuilder API.
|
2016-09-06 08:15:36 -07:00 |
David Garcia Quintas
|
d10f1775eb
|
Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse
|
2016-09-03 12:42:02 +02:00 |
kpayson64
|
8d40e083f1
|
Merge pull request #7018 from vjpai/fc_unary
Support server-side streaming of a unary RPC
|
2016-09-02 09:15:14 -07:00 |
David Garcia Quintas
|
410208c25c
|
Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse
|
2016-09-01 18:23:55 +02:00 |
Mark D. Roth
|
79d7d99600
|
Merge pull request #7842 from jboeuf/security_context_extension
Adding extension points for security context.
|
2016-08-31 10:00:17 -07:00 |
Vijay Pai
|
5c9a3438c5
|
clang-format
|
2016-08-30 20:52:32 -07:00 |
Vijay Pai
|
84033b1f6b
|
Stick to StatusCode::INTERNAL when there's no service
response on a StreamedUnary
|
2016-08-30 20:50:43 -07:00 |
David Garcia Quintas
|
e3817f4fd1
|
Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse
|
2016-08-31 00:25:29 +02:00 |
Vijay Pai
|
77073ce99f
|
clang-format
|
2016-08-30 10:26:30 -07:00 |