Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 1 | -5/+5 |
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -8/+8 |
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -38/+19 |
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -14/+0 |
* | Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW. | Jason Evans | 2016-10-30 | 1 | -2/+2 |
* | Do not advance decay epoch when time goes backwards. | Jason Evans | 2016-10-11 | 1 | -0/+22 |
* | Refine nstime_update(). | Jason Evans | 2016-10-10 | 1 | -27/+49 |
* | Fix mixed decl in nstime.c | Elliot Ronaghan | 2016-06-07 | 1 | -3/+5 |
* | Update private_symbols.txt. | Jason Evans | 2016-04-18 | 1 | -2/+2 |
* | Refactor time_* into nstime_*. | Jason Evans | 2016-02-22 | 1 | -0/+148 |