Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-13 | multiload: Use common subdirs - src, data | rbuj | 1 | -442/+0 | |
2020-08-30 | multiload: do not count shared memory twice on Linux | rbuj | 1 | -6/+23 | |
Restore user memory value which was updated on libgtop 2.32, since the new value cannot be used to display multiple memory areas. https://github.com/GNOME/libgtop/commit/0580b2f | |||||
2020-08-28 | multiload: Do not get "diskload-nvme-diskstats" on GetDiskLoad | rbuj | 1 | -3/+2 | |
2020-08-28 | multiload: Remove dead function - GetPage | rbuj | 1 | -48/+0 | |
2020-07-29 | multiload: Use the id instead of the name to identify the graph type | rbuj | 1 | -56/+65 | |
2020-07-29 | multiload: Display the percentage used accurately on tooltip | rbuj | 1 | -12/+29 | |
2020-07-26 | multiload: Do not add the same global variables within all graphs | rbuj | 1 | -22/+35 | |
2020-07-17 | Remove warning about assigned value is never used reported by cppcheck | rbuj | 1 | -4/+0 | |
2020-04-16 | Remove unused-variable warnings | rbuj | 1 | -4/+0 | |
2019-07-13 | multiload: Use /proc/diskstats for NVMe drives | Victor Kareh | 1 | -19/+58 | |
Since glibtop does not support NVMe drives, we rely on /proc/diskstats to tell use load information for NVMe drives. If diskstats is not present it returns to glibtop as a fallback. | |||||
2019-05-04 | multiload: filter-out non-local disks and user mounts | rbuj | 1 | -3/+4 | |
Fix #171 | |||||
2019-01-28 | multiload: ignore priviledged mount points | Sebastian Geiger | 1 | -0/+9 | |
fixes https://github.com/mate-desktop/mate-applets/issues/230 origin commit: https://gitlab.gnome.org/GNOME/gnome-applets/commit/daadbbc | |||||
2018-02-04 | Scaling network graph using thresholds defined by user | Marian Gasparovic | 1 | -17/+13 | |
2018-02-02 | multiload: fix tabs/spaces mix in more places | monsta | 1 | -93/+91 | |
2017-05-09 | Load graph scales automatically according to average load, draws horicontal ↵ | marosg | 1 | -20/+10 | |
grid lines for each load level. | |||||
2014-11-27 | multiload: Don't unconditionally use PATH_MAX | infirit | 1 | -12/+19 | |
Since PATH_MAX is not guaranteed to be defined, unconditionally using it will cause a build failure on platforms that don't define it. So stop using it and use dynamic allocation to achieve the same result. Taken from gnome-applets commit: 877359047a4c3327d574955a72a102cc7320f6d3 From: Emilio Pozuelo Monfort <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=603997 | |||||
2014-11-27 | multiload: Remove unused code | infirit | 1 | -5/+2 | |
2011-11-14 | initial | Perberos | 1 | -0/+406 | |