aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/alarm.h
Commit message (Collapse)AuthorAge
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* 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
|
* Separate public and internal C++ interfacesGravatar Vijay Pai2017-10-26
|
* Decouple alarm construction from setting to avoid races in MT codeGravatar Vijay Pai2017-09-07
|
* Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
|
* Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
| | | | or that interface with core and are only for internal use
* Make grpc::Alarm non-copyableGravatar David Garcia Quintas2017-06-20
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* docstringsGravatar David Garcia Quintas2016-03-08
|
* 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
| | | | This commit may or may not be a great tradeoff.
* Make C++ alarm class usable and testable - there were some build issues andGravatar vjpai2016-02-10
| | | | it was not actually even included in the library or the test suite.
* 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