aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common/completion_queue.cc
Commit message (Collapse)AuthorAge
* wip. cq refactoredGravatar David Garcia Quintas2016-03-07
|
* Fixed wrong usage of global varGravatar David Garcia Quintas2016-01-28
|
* After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
|
* fixed copyrightsGravatar David Garcia Quintas2016-01-21
|
* Made "codedgen" directories closed over #includesGravatar David Garcia Quintas2016-01-21
|
* headers reorgGravatar yang-g2015-08-21
|
* Changing the library's code to adapt with the new API.Gravatar Nicolas "Pixel" Noble2015-07-23
|
* 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.
* C Core API cleanup.Gravatar Craig Tiller2015-05-04
| | | | | | Simplify grpc_event into something that can be non-heap allocated. Deprecate grpc_event_finish. Remove grpc_op_error - use an int as this is more idiomatic C style.
* Hack to get Mac end2end test workingGravatar Craig Tiller2015-04-29
|
* Merge pull request #1227 from nicolasnoble/the-purge-2Gravatar Craig Tiller2015-04-24
|\ | | | | Refactoring std::chrono out.
* | Test client stream cancellation and fix bug exposed by the test.Gravatar Abhishek Kumar2015-04-23
| |
| * Refactoring std::chrono out.Gravatar Nicolas Noble2015-04-08
|/
* Make Next free of time_point to timespec conversionGravatar Yang Gao2015-03-20
|
* Change to std::chrono and add a test.Gravatar vjpai2015-03-17
|
* 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.
* 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
|/
* clang-formatGravatar Craig Tiller2015-02-17
|
* More implementationGravatar Craig Tiller2015-02-11
|
* Refine completion queueGravatar Craig Tiller2015-02-09
|
* Remove more unnecessary filesGravatar Craig Tiller2015-02-09
|
* Cleanup some cruftGravatar Craig Tiller2015-02-09
|
* Async API declarationsGravatar Craig Tiller2015-02-09
|
* Fix compile errorGravatar Craig Tiller2015-02-09
|
* Further progressGravatar Craig Tiller2015-02-09
|
* Starting to scratch out the APIGravatar Craig Tiller2015-02-09
|
* New completion queueGravatar Craig Tiller2015-02-06
|
* Remove TODOGravatar Craig Tiller2015-02-06
|
* Move completion_queue.cc to commonGravatar Craig Tiller2015-02-06