index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
grpc++
/
alarm.h
Commit message (
Expand
)
Author
Age
*
Separate public and internal C++ interfaces
Vijay Pai
2017-10-26
*
Decouple alarm construction from setting to avoid races in MT code
Vijay Pai
2017-09-07
*
Revert "Separate internal-only and public parts of C++ API"
Vijay Pai
2017-07-25
*
Internalize structs and methods meant for being exposed through codegen
Vijay Pai
2017-07-10
*
Make grpc::Alarm non-copyable
David Garcia Quintas
2017-06-20
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
Use C++11 final and override
Vijay Pai
2016-11-01
*
Update copyrights
Craig Tiller
2016-03-31
*
docstrings
David Garcia Quintas
2016-03-08
*
Merge branch 'master' of github.com:grpc/grpc into alarm_cpp
David Garcia Quintas
2016-02-22
|
\
*
|
PR comments addressed
David Garcia Quintas
2016-02-22
*
|
Made Alarm's constructor a template for deadline
David Garcia Quintas
2016-02-17
|
/
*
Remove a small allocation, at the cost of a little uglier header file.
Vijay Pai
2016-02-11
*
Make C++ alarm class usable and testable - there were some build issues and
vjpai
2016-02-10
*
copyrights
David Garcia Quintas
2016-01-27
*
After GrpcLibrary refactoring. Compiles and passes. WIP still
David Garcia Quintas
2016-01-27
*
stream_op cleanup: miscellany
Craig Tiller
2015-11-02
*
C++ Alarm implementation (with tests).
David Garcia Quintas
2015-10-07