aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/completion_queue.h
Commit message (Collapse)AuthorAge
* Small improvements to generated documentationGravatar Craig Tiller2017-01-06
|
* gpr_atm isn't automatically initialized to 0. Thanks Obama.Gravatar Vijay Pai2016-12-05
|
* clang-formatGravatar Vijay Pai2016-12-05
|
* Track requests that could cause other requests to be created, and don't doGravatar Vijay Pai2016-12-05
| | | | a real core shutdown of a CQ until such requests are done
* Merge remote-tracking branch 'upstream/master' into fix_gprcGravatar Yuchen Zeng2016-09-15
|\
* | Fix gprcGravatar Yuchen Zeng2016-09-13
| |
| * Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-09-03
| |\ | |/ |/|
* | Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-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 ↵Gravatar Vijay Pai2016-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 newGravatar Vijay Pai2016-08-04
| | | | | | | | | | | | | | | ServerReaderWriterInterface so that some functions can be made to accept either.
| | * removed codegen/time.hGravatar David Garcia Quintas2016-07-27
| |/
* | Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-07-21
|\|
* | Make the FCUnary class actually work and test itGravatar vjpai2016-06-23
| |
| * Fix review commentsGravatar vjpai2016-06-21
| |
| * Add proper documentation of ordering and thread-safety forGravatar vjpai2016-06-17
|/ | | | streaming (sync and async) APIs
* generate_projects.sh and fix copyright yearGravatar Sree Kuchibhotla2016-04-21
|
* Add the option of adding a non-listening server completion queue. This makes ↵Gravatar Sree Kuchibhotla2016-04-21
| | | | writing certain test cases (like hybrid_end2end tests) easier
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Merge branch 'master' of github.com:grpc/grpc into codegen_libGravatar David Garcia Quintas2016-03-15
|\
* | docstringsGravatar David Garcia Quintas2016-03-08
| |
* | clang-formatGravatar David Garcia Quintas2016-03-08
| |
* | codegen interface usage of gpr_inf_futureGravatar David Garcia Quintas2016-03-08
| |
* | wip. cq refactoredGravatar David Garcia Quintas2016-03-07
| |
| * Revert "Revert "Properly integrate async API with server-side cancellations.""Gravatar Sree Kuchibhotla2016-03-07
| |
| * Revert "Properly integrate async API with server-side cancellations."Gravatar Sree Kuchibhotla2016-03-04
| |
| * Properly integrate async API with server-side cancellations.Gravatar Vijay Pai2016-03-03
|/ | | | There is a comment above IsCancelled that says when it is ok to use this.
* DONE!!1oneGravatar David Garcia Quintas2016-01-27