Vijay Pai
|
de2aec8106
|
Merge branch 'master' into fc_unary
Resolve conflicts in ServerReaderWriterInterface
Remove file server_streamed_unary.h and merge with sync_stream.h
|
2016-08-30 10:20:20 -07:00 |
Vijay Pai
|
a9c0d7f88b
|
Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is
violating the appearance of unary-ness)
|
2016-08-29 16:42:04 -07:00 |
Vijay Pai
|
581097fe0d
|
Make FCUnary and ServerReaderWriter derived classes of a new
ServerReaderWriterInterface so that some functions can be made
to accept either.
|
2016-08-04 10:50:51 -07:00 |
Vijay Pai
|
0a1c598986
|
Merge branch 'master' into fc_unary
|
2016-07-21 11:34:02 -07:00 |
vjpai
|
c0c38b1f19
|
Make the FCUnary class actually work and test it
|
2016-06-23 17:27:11 -07:00 |
vjpai
|
ef01edf5b7
|
Fix review comments
|
2016-06-21 16:42:08 -07:00 |
vjpai
|
b9df2760ed
|
Add proper documentation of ordering and thread-safety for
streaming (sync and async) APIs
|
2016-06-17 00:27:00 -07:00 |
Sree Kuchibhotla
|
01907123f6
|
generate_projects.sh and fix copyright year
|
2016-04-21 15:09:13 -07:00 |
Sree Kuchibhotla
|
1f5e262589
|
Add the option of adding a non-listening server completion queue. This makes writing certain test cases (like hybrid_end2end tests) easier
|
2016-04-21 12:28:15 -07:00 |
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
2016-03-31 07:46:18 -07:00 |
David Garcia Quintas
|
cd21266b5f
|
Merge branch 'master' of github.com:grpc/grpc into codegen_lib
|
2016-03-15 17:10:45 -07:00 |
David Garcia Quintas
|
60ee8dd2fc
|
docstrings
|
2016-03-08 17:21:42 -08:00 |
David Garcia Quintas
|
b942640497
|
clang-format
|
2016-03-08 16:25:11 -08:00 |
David Garcia Quintas
|
be25493398
|
codegen interface usage of gpr_inf_future
|
2016-03-08 16:24:35 -08:00 |
David Garcia Quintas
|
e1ce31eda3
|
wip. cq refactored
|
2016-03-07 18:19:12 -08:00 |
Sree Kuchibhotla
|
b0d1567e8e
|
Revert "Revert "Properly integrate async API with server-side cancellations.""
|
2016-03-07 10:51:02 -08:00 |
Sree Kuchibhotla
|
edd96e4926
|
Revert "Properly integrate async API with server-side cancellations."
|
2016-03-04 14:32:50 -05:00 |
Vijay Pai
|
13ee2f2df3
|
Properly integrate async API with server-side cancellations.
There is a comment above IsCancelled that says when it is ok to use this.
|
2016-03-03 13:57:32 -08:00 |
David Garcia Quintas
|
6bd7b97dc6
|
DONE!!1one
|
2016-01-27 19:21:12 -08:00 |