aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/completion_queue.h
Commit message (Collapse)AuthorAge
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* DONE!!1oneGravatar David Garcia Quintas2016-01-27
|
* After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
|
* Made "codedgen" directories closed over #includesGravatar David Garcia Quintas2016-01-21
|
* clang-formatGravatar David Garcia Quintas2016-01-20
|
* WIP. Added ChannelInterfaceGravatar David Garcia Quintas2016-01-13
|
* Updated copyrightsGravatar murgatroid992016-01-12
|
* Fix R/W template argument order in prototypesGravatar Ian Coolidge2016-01-11
| | | | | | | In some cases, the prototype argument order was different than the declaration order. Based on a patch from Sam Leffler.
* Replicate C++ docs from master to beta branchGravatar Craig Tiller2015-09-03
| | | | Original PR #3074 by @dgquintas
* headers reorgGravatar yang-g2015-08-21
|
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|
* Use a sync service to handle requests to unknown servicesGravatar yang-g2015-08-13
|
* Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense.
* Add missing headers to build.jsonGravatar yang-g2015-06-23
|
* clang-formatGravatar Craig Tiller2015-06-05
|
* Progress commit on fixing up C++Gravatar Craig Tiller2015-06-04
|
* Beginning the cleanupGravatar Craig Tiller2015-06-04
|
* Completion queue binding for new requests API changeGravatar Craig Tiller2015-05-06
| | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time.
* Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
|\ | | | | | | | | Conflicts: include/grpc++/completion_queue.h
| * Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
| | | | | | | | the tests to init/shutdown free.
* | Refactoring std::chrono out.Gravatar Nicolas Noble2015-04-08
|/
* Make Next free of time_point to timespec conversionGravatar Yang Gao2015-03-20
|
* resolve merge errorGravatar Yang Gao2015-03-19
|
* sync to head and run clang-format againGravatar Yang Gao2015-03-19
|\
| * Dodging VisualStudio's #define of max().Gravatar Nicolas "Pixel" Noble2015-03-19
| |
* | clang-format new changesGravatar Yang Gao2015-03-17
| |
* | resolve merge confictGravatar Yang Gao2015-03-17
|\|
* | clang-format c++ codeGravatar Yang Gao2015-03-17
| |
| * Change to std::chrono and add a test.Gravatar vjpai2015-03-17
| |
| * More sane ordering of methodsGravatar Vijay Pai2015-03-12
| |
| * Change behavior to properly account for possibility of NULLGravatar Vijay Pai2015-03-12
| | | | | | | | | | | | | | | | | | | | | | tag. This can happen if the tag is actually an integer being typecast to void* To avoid breaking the API of existing Next calls, I've made a new AsyncNext method with a tri-state return that indicates whether there is a shutdown, an actual event, or a timeout. Still needs proper testing for the AsyncNext method specifically.
| * Add support for deadline on CompletionQueue::NextGravatar Vijay Pai2015-03-11
|/ | | | If the deadline elapses, return true but have a null tag.
* Global replace google::protobuf::Message with grpc::protobuf::Message, all ↵Gravatar Yang Gao2015-03-03
| | | | tests passed
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Simplify TryPluckGravatar Craig Tiller2015-02-18
|
* Merge github.com:grpc/grpc into an-update-on-c++Gravatar Craig Tiller2015-02-18
|\
* | Server side cancellation receive supportGravatar Craig Tiller2015-02-18
| |
| * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
| |
* | Initial sketchGravatar Craig Tiller2015-02-18
| |
| * Update copyright to 2015Gravatar Craig Tiller2015-02-18
|/
* Add some commentsGravatar Craig Tiller2015-02-17
|
* clang-formatGravatar Craig Tiller2015-02-17
|
* implement async unary callGravatar Yang Gao2015-02-12
|
* Fix FinalizeResult signatureGravatar Craig Tiller2015-02-11
|
* Server progressGravatar Craig Tiller2015-02-11
|
* Stub out unary call wrapperGravatar Craig Tiller2015-02-09
|
* Refine completion queueGravatar Craig Tiller2015-02-09
|
* Cleanup some cruftGravatar Craig Tiller2015-02-09
|