Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-02 | libvmon: use readdir() instead of readdir_r() | Vito Caputo | |
readdir_r() has been deprecated in glibc | |||
2016-09-09 | libvmon: clear {children,threads}_changed when sampling | Vito Caputo | |
The samplers may set these, but we need to clear them on every vmon_sample(). | |||
2016-09-09 | *: refactor all the things | Vito Caputo | |
Long overdue house cleaning. The addition of compositing/monitoring overlays in vwm3 pushed vwm well past what is a reasonable size for a simple thousand line file. This is a first step towards restoring sanity in the code, but no behavioral differences are intended, this is mostly just shuffling around and organizing code. I expect some performance regressions initially, follow-on commits will make more improvements to that end as the dust settles. |