aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common/alarm.cc
Commit message (Expand)AuthorAge
* Moving ::grpc::Alarm to ::grpc_impl::Alarm.Gravatar Nicolas "Pixel" Noble2018-12-12
* Add callback-based alarmsGravatar Vijay Pai2018-09-13
* Fix grpc++->grpcpp leftover filesGravatar Muxi Yan2018-02-20
* clang-formatGravatar Vijay Pai2018-01-21
* Restructure to simplify, harden, and avoid forward declarationGravatar Vijay Pai2018-01-21
* Remove alarm from core, implement in C++ layer onlyGravatar Vijay Pai2018-01-21
* Merge branch 'master' of github.com:grpc/grpc into alarm_cppGravatar David Garcia Quintas2016-02-22
|\
* | PR comments addressedGravatar David Garcia Quintas2016-02-22
* | Made Alarm's constructor a template for deadlineGravatar David Garcia Quintas2016-02-17
|/
* Remove a small allocation, at the cost of a little uglier header file.Gravatar Vijay Pai2016-02-11
* Sanity: clang-format and regen projectsGravatar Vijay Pai2016-02-11
* tag fed in by user should be any arbitrary tag, not a CompletionQueueTagGravatar vjpai2016-02-10
* Fixed wrong usage of global varGravatar David Garcia Quintas2016-01-28
* copyrightsGravatar David Garcia Quintas2016-01-27
* After GrpcLibrary refactoring. Compiles and passes. WIP stillGravatar David Garcia Quintas2016-01-27
* stream_op cleanup: miscellanyGravatar Craig Tiller2015-11-02
* C++ Alarm implementation (with tests).Gravatar David Garcia Quintas2015-10-07