Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | threads: use utility+POSIX functions instead of weird wrappers | wm4 | 2015-05-11 | 1 | -1/+7 |
* | timer: add "static" to a variable | wm4 | 2015-05-01 | 1 | -1/+1 |
* | msg: add --log-file option | wm4 | 2015-01-26 | 1 | -1/+1 |
* | timer: remove unneeded time_t overflow check | wm4 | 2014-05-24 | 1 | -12/+1 |
* | timer: workaround for crappy operating systems | wm4 | 2014-05-23 | 1 | -0/+1 |
* | timer: fix previous commit | wm4 | 2014-05-22 | 1 | -1/+1 |
* | timer: improve overflow checks | wm4 | 2014-05-22 | 1 | -4/+5 |
* | timer: fix (usually impossible) timespec.tv_sec overflow | wm4 | 2014-05-22 | 1 | -1/+13 |
* | timer: account for negative time values | wm4 | 2014-05-18 | 1 | -2/+6 |
* | threads: use mpv time for mpthread_cond_timedwait wrapper | wm4 | 2014-05-18 | 1 | -3/+63 |
* | timer: add utility function to get relative time | wm4 | 2014-02-28 | 1 | -0/+11 |
* | timer: init only once | wm4 | 2014-02-10 | 1 | -1/+8 |
* | Replace calls to usec_sleep() | wm4 | 2013-05-26 | 1 | -6/+0 |
* | Replace all calls to GetTimer()/GetTimerMS() | wm4 | 2013-05-26 | 1 | -10/+0 |
* | timer: refactor, add 64 bit timer function | wm4 | 2013-05-26 | 1 | -0/+82 |