aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/util/time.cc
Commit message (Collapse)AuthorAge
* Refactoring std::chrono out.Gravatar Nicolas Noble2015-04-08
|
* Protect on some overflow scenarios, add a test and build/run the testGravatar Yang Gao2015-03-20
|
* clang-format c++ codeGravatar Yang Gao2015-03-17
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
|
* Add deadline API on server side.Gravatar yangg2015-01-06
| | | | | | | Change on 2015/01/06 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83351442
* Add missing casts to enable compilation with gcc 4.7Gravatar rsilvera2014-12-16
| | | | | | | Change on 2014/12/16 by rsilvera <rsilvera@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82275653
* Make the default deadline gpr_inf_future to avoid mismatch betweenGravatar yangg2014-12-12
| | | | | | | | | | | | gpr_inf_future and time_point::max(). The redundant AbsoluteDeadline prefix is removed from the utility function names. Now the ClientContext holds a gpr_timespec instead of a time_point. A test will be added in the server side deadline support cl. Change on 2014/12/11 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81920769
* Initial import.Gravatar Nicolas Noble2014-11-26