summaryrefslogtreecommitdiffstats
path: root/DiskIOMeter.c
AgeCommit message (Collapse)Author
2020-12-06Use size_t as len type for Meter_UpdateValuesChristian Göttsche
Most of the time the parameter is passed to snprintf type functions
2020-12-04Convert personal copyright authorship to teamChristian Göttsche
2020-11-22Reduce scope of cached valuesBenny Baumann
2020-11-19IWYU update (Linux)Christian Göttsche
2020-11-02Handle data wraparounds in IO MetersChristian Göttsche
If the current data is smaller than the previous one, either by a retrieve error or a device removal or a original data wraparound, sanitize the value to zero. Fixes: #299
2020-10-29FreeBSD: implement Platform_getDiskIO()Christian Goettsche
2020-10-26Improve handling of no data in Disk and Network IO MetersChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
Information as seen by IWYU 0.12 + clang 9 on Linux
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-16Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann
2020-10-16Generalize Meter value colors for IOChristian Göttsche
2020-10-10Mark Object pointer to _display function constChristian Göttsche
2020-10-07Mark Object instances constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-10-03Add DiskIOMeter for IO read/write usageChristian Göttsche