summaryrefslogtreecommitdiffstats
path: root/DiskIOMeter.c
AgeCommit message (Expand)Author
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
2020-12-06Use size_t as len type for Meter_UpdateValuesChristian Göttsche
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
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
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