aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/time_test.cc
Commit message (Collapse)AuthorAge
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Clang format and fix copyrightsGravatar murgatroid992016-02-05
|
* Replace 'long' with 'int64_t' in public core headersGravatar murgatroid992016-02-05
|
* headers reorgGravatar yang-g2015-08-21
|
* Update C++ implGravatar Craig Tiller2015-07-13
|
* Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
|
* Removing a few more references to #include <chrono>Gravatar Nicolas "Pixel" Noble2015-04-08
|
* 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
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* 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
* 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