Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into fix_gprc | Yuchen Zeng | 2016-09-15 |
|\ | |||
* | | Fix gprc | Yuchen Zeng | 2016-09-13 |
| | | |||
| * | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-09-03 |
| |\ | |/ |/| | |||
* | | Merge branch 'master' into fc_unary | Vijay Pai | 2016-08-30 |
|\ \ | | | | | | | | | | | | | Resolve conflicts in ServerReaderWriterInterface Remove file server_streamed_unary.h and merge with sync_stream.h | ||
* | | | Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated ↵ | Vijay Pai | 2016-08-29 |
| | | | | | | | | | | | | | | | | | | 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) | ||
* | | | Make FCUnary and ServerReaderWriter derived classes of a new | Vijay Pai | 2016-08-04 |
| | | | | | | | | | | | | | | | ServerReaderWriterInterface so that some functions can be made to accept either. | ||
| | * | removed codegen/time.h | David Garcia Quintas | 2016-07-27 |
| |/ | |||
* | | Merge branch 'master' into fc_unary | Vijay Pai | 2016-07-21 |
|\| | |||
* | | Make the FCUnary class actually work and test it | vjpai | 2016-06-23 |
| | | |||
| * | Fix review comments | vjpai | 2016-06-21 |
| | | |||
| * | Add proper documentation of ordering and thread-safety for | vjpai | 2016-06-17 |
|/ | | | | streaming (sync and async) APIs | ||
* | generate_projects.sh and fix copyright year | Sree Kuchibhotla | 2016-04-21 |
| | |||
* | Add the option of adding a non-listening server completion queue. This makes ↵ | Sree Kuchibhotla | 2016-04-21 |
| | | | | writing certain test cases (like hybrid_end2end tests) easier | ||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into codegen_lib | David Garcia Quintas | 2016-03-15 |
|\ | |||
* | | docstrings | David Garcia Quintas | 2016-03-08 |
| | | |||
* | | clang-format | David Garcia Quintas | 2016-03-08 |
| | | |||
* | | codegen interface usage of gpr_inf_future | David Garcia Quintas | 2016-03-08 |
| | | |||
* | | wip. cq refactored | David Garcia Quintas | 2016-03-07 |
| | | |||
| * | Revert "Revert "Properly integrate async API with server-side cancellations."" | Sree Kuchibhotla | 2016-03-07 |
| | | |||
| * | Revert "Properly integrate async API with server-side cancellations." | Sree Kuchibhotla | 2016-03-04 |
| | | |||
| * | Properly integrate async API with server-side cancellations. | Vijay Pai | 2016-03-03 |
|/ | | | | There is a comment above IsCancelled that says when it is ok to use this. | ||
* | DONE!!1one | David Garcia Quintas | 2016-01-27 |