aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/time_test.c
Commit message (Collapse)AuthorAge
* Use stdlib to avoid ubsan errorsGravatar Craig Tiller2017-04-19
|
* Update time_cmp to ignore tv_nsec when tv_sec is INT64 MAX or MINGravatar yang-g2017-03-29
|
* Make convert clock_type consistent with add/sub when dealing with extreme valuesGravatar yang-g2017-03-28
|
* 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
|
* Fix time_test.cGravatar Craig Tiller2015-12-22
|
* make gpr_timespec platform agnosticGravatar Jan Tattermusch2015-12-10
|
* Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
|
* Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
|
* Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense.
* Addressing a first batch of feedback.Gravatar Nicolas Noble2015-02-23
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* () --> (void)Gravatar Craig Tiller2015-01-15
|
* Initial import.Gravatar Nicolas Noble2014-11-26