aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp/impl/codegen/completion_queue.h
Commit message (Collapse)AuthorAge
* Make Pluck use the changes made in FinalizeResultGravatar Yash Tibrewal2018-11-14
|
* Experimental C++ server callback unary APIGravatar Vijay Pai2018-10-29
|
* Merge pull request #16842 from yashykt/interceptorsGravatar Yash Tibrewal2018-10-28
|\ | | | | Experimental API for Client and Server Interception
* | Fix an outdated commentGravatar Sree Kuchibhotla2018-10-26
| | | | | | Fix the outdated commment in ServerCompletionQueue constructor
| * Merge branch 'master' into interceptorsGravatar Yash Tibrewal2018-10-25
| |\ | |/ |/|
* | clang-formatGravatar Vijay Pai2018-10-25
| |
* | Fix documentation warningsGravatar Morgan Chen2018-10-24
| |
| * Merge branch 'master' into interceptorsGravatar Yash Tibrewal2018-10-22
| |\ | |/ |/|
| * Adding a testGravatar Yash Tibrewal2018-10-16
| |
* | Revert "Merge pull request #16600 from ↵Gravatar Mark D. Roth2018-09-25
|/ | | | | | | grpc/revert-16574-health_checking_service" This reverts commit de11358660b6474ffea480d8d756c23e58a7cf07, reversing changes made to 107d10ea73f77dc9bb498c9b91e1fcd0188dfb45.
* Provide a generic client-side unary callback APIGravatar Vijay Pai2018-08-30
|
* Revert "Implement Watch method in health check service."Gravatar Juanli Shen2018-08-29
|
* Implement Watch method in health check service.Gravatar Mark D. Roth2018-08-28
|
* Create a new method handler for resource exhaustion and tie into thread mgrGravatar Vijay Pai2018-08-14
|
* Experimental infrastructure for callback-based CQGravatar Vijay Pai2018-08-10
|
* Initialize member in default ctorGravatar yang-g2018-07-17
|
* Update completion_queue.hGravatar Vijay Pai2018-03-13
|
* Added protected default constructorGravatar makdharma2018-03-13
|
* forgot to add completion_queue.h doh!Gravatar makdharma2018-03-12
|
* moved Next implementation to CC file.Gravatar makdharma2018-02-26
|
* Remove "final" keyword and make methods protected.Gravatar makdharma2018-02-23
| | | | | This adds extensibility to the API and makes custom implementation of the server possible.
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15