Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Change grpc++ references in names to grpcpp | Vijay Pai | 2018-03-08 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | Clang format and fix copyrights | murgatroid99 | 2016-02-05 |
| | |||
* | Replace 'long' with 'int64_t' in public core headers | murgatroid99 | 2016-02-05 |
| | |||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | Update C++ impl | Craig Tiller | 2015-07-13 |
| | |||
* | Updating wrapped languages to new time functions | Craig Tiller | 2015-07-13 |
| | |||
* | Removing a few more references to #include <chrono> | Nicolas "Pixel" Noble | 2015-04-08 |
| | |||
* | Refactoring std::chrono out. | Nicolas Noble | 2015-04-08 |
| | |||
* | Protect on some overflow scenarios, add a test and build/run the test | Yang Gao | 2015-03-20 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | clang-format codebase | Craig Tiller | 2015-01-13 |
| | |||
* | Add deadline API on server side. | yangg | 2015-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 between | yangg | 2014-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. | Nicolas Noble | 2014-11-26 |