Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-29 | Avoid integer overflow in MonotonicClock{S,MS,US} | PHO | 1 | -6/+6 | |
This is Darwin specific: the previous implementation was causing an integer overflow when base.numer is very large. On PPC Darwin, the timebase info is 1000000000/33330116 and this is too large for integer arithmetic. | |||||
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-11-29 | Clock.cxx: provide all arguments for GetProcessTimes | Denis Krjuchkov | 1 | -2/+2 | |
All parameters seem mandatory, otherwise this call makes MPD crash. | |||||
2013-11-24 | Stats: use monotonic clock instead of GTimer | Max Kellermann | 1 | -0/+22 | |
Reduce GLib usage. | |||||
2013-11-24 | Stats: use GetProcessTimes() on WIN32 to determine MPD uptime | Max Kellermann | 1 | -0/+26 | |
Don't use GTimer if the operating system is able to tell us the uptime. | |||||
2013-10-15 | system/clock: convert to C++ | Max Kellermann | 1 | -4/+4 | |
2013-08-07 | Makefile.am: move sources to libsystem.a | Max Kellermann | 1 | -0/+0 | |
2013-02-27 | clock: fix usec-to-usec factor | Hagen Fritsch | 1 | -1/+1 | |
2013-02-27 | clock: add missing include | Hagen Fritsch | 1 | -0/+3 | |
2012-08-14 | timer: use monotonic clock if available | Max Kellermann | 1 | -0/+95 | |