Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | Changing the library's code to adapt with the new API. | Nicolas "Pixel" Noble | 2015-07-23 |
| | |||
* | Introduce a clock type field onto gpr_timespec. | Craig Tiller | 2015-07-13 |
| | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense. | ||
* | C Core API cleanup. | Craig Tiller | 2015-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 working | Craig Tiller | 2015-04-29 |
| | |||
* | Merge pull request #1227 from nicolasnoble/the-purge-2 | Craig Tiller | 2015-04-24 |
|\ | | | | | Refactoring std::chrono out. | ||
* | | Test client stream cancellation and fix bug exposed by the test. | Abhishek Kumar | 2015-04-23 |
| | | |||
| * | Refactoring std::chrono out. | Nicolas Noble | 2015-04-08 |
|/ | |||
* | Make Next free of time_point to timespec conversion | Yang Gao | 2015-03-20 |
| | |||
* | Change to std::chrono and add a test. | vjpai | 2015-03-17 |
| | |||
* | Change behavior to properly account for possibility of NULL | Vijay Pai | 2015-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::Next | Vijay Pai | 2015-03-11 |
| | | | | If the deadline elapses, return true but have a null tag. | ||
* | Simplify TryPluck | Craig Tiller | 2015-02-18 |
| | |||
* | Merge github.com:grpc/grpc into an-update-on-c++ | Craig Tiller | 2015-02-18 |
|\ | |||
* | | Server side cancellation receive support | Craig Tiller | 2015-02-18 |
| | | |||
| * | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | | |||
* | | Initial sketch | Craig Tiller | 2015-02-18 |
| | | |||
| * | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
|/ | |||
* | clang-format | Craig Tiller | 2015-02-17 |
| | |||
* | More implementation | Craig Tiller | 2015-02-11 |
| | |||
* | Refine completion queue | Craig Tiller | 2015-02-09 |
| | |||
* | Remove more unnecessary files | Craig Tiller | 2015-02-09 |
| | |||
* | Cleanup some cruft | Craig Tiller | 2015-02-09 |
| | |||
* | Async API declarations | Craig Tiller | 2015-02-09 |
| | |||
* | Fix compile error | Craig Tiller | 2015-02-09 |
| | |||
* | Further progress | Craig Tiller | 2015-02-09 |
| | |||
* | Starting to scratch out the API | Craig Tiller | 2015-02-09 |
| | |||
* | New completion queue | Craig Tiller | 2015-02-06 |
| | |||
* | Remove TODO | Craig Tiller | 2015-02-06 |
| | |||
* | Move completion_queue.cc to common | Craig Tiller | 2015-02-06 |