summaryrefslogtreecommitdiffstats
path: root/src/app/data_harvester
AgeCommit message (Expand)Author
2021-06-26bug: Divide Windows process cpu usage by number of processors (#525)Clement Tsang
2021-06-18refactor: Fix clippy lint for entry vacancy check (#503)Clement Tsang
2021-05-15refactor: split up data collection by OS (#482)Clement Tsang
2021-05-13refactor: switch to procfs library (#479)Clement Tsang
2021-05-09change: switch from sysinfo to heim for cpu usage in macOS and Windows (#467)Clement Tsang
2021-05-08deps: Update dependencies 2021-05-08 (#466)Clement Tsang
2021-04-24change: remove gap between CPU and columns in basic (#460)Clement Tsang
2021-04-22feature: Add mount filtering, rework filter priority logic (#455)Clement Tsang
2021-04-04refactor: Switch from fnv to fxhash (#444)Clement Tsang
2021-04-04feature: Rework network y-axis, linear interpolation for off-screen data (#437)Clement Tsang
2021-03-23bug: Fix getpwuid segfault (#440)Zeb Piasecki
2021-03-12feature: Add support for displaying load average (#392)pvanheus
2021-02-28feature: User info in proc widget for Unix-based systems (#425)Clement Tsang
2021-02-24bug: Fix bugs with disk widget and disk encryption (#423)Clement Tsang
2021-01-25bug: Workaround for strange rendering when there are <4 CPU entries reported ...Clement Tsang
2021-01-21feature: Use `ps` as fallback to query CPU usage under macOS (#390)Frederick Zhang
2021-01-01feature: Add network interface filtering (#381)Clement Tsang
2020-12-29other: Add reference to why we use sysinfo for Windows network detection for nowClementTsang
2020-12-27feature: Adds uid and gid collection (no GUI yet) (#375)Clement Tsang
2020-12-22feature: Hide SWAP graph and legend in normal mode if SWAP is 0 (#372)Clement Tsang
2020-12-21refactor: Cut out sysinfo from Linux builds (#368)Clement Tsang
2020-12-17uptick: 0.5.6 (#362)Clement Tsang
2020-12-17refactor: re-use heim for ARM targets if possible (#360)Clement Tsang
2020-12-15deps: Update to heim 0.1 (#354)Clement Tsang
2020-12-11refactor: Another small optimization pass (#350)Clement Tsang
2020-12-10bug: Fix some performance regressions (#344)Clement Tsang
2020-12-08refactor: Refactor some canvas code (#342)Clement Tsang
2020-12-05refactor: Rename battery_harvester to batteries (#340)Clement Tsang
2020-12-03refactor: Clean up some parts of data harvesting (#336)Clement Tsang
2020-11-30refactor: Simplify data harvesting (#335)Clement Tsang
2020-11-22other: Switch to once_cell (#324)Clement Tsang
2020-11-22ci: uptick to 0.5.1, fix ciClementTsang
2020-10-02bug: terminate threads, fix blocking poll in input (#262)Clement Tsang
2020-10-01bug: use cmdline for Linux proc name if >=15 chars (#261)Clement Tsang
2020-09-30Use tmp_dir rather than /tmp/ (#260)Clement Tsang
2020-09-09refactor: rename data harvesting fns to what archs/oses they support (#229)Clement Tsang
2020-09-09refactor: rewrite column algorithm (#227)Clement Tsang
2020-09-06feature: Adds tree view (#223)Clement Tsang
2020-09-03bug: change heim io fn to not bail on any errorClementTsang
2020-09-02feature: Add ability to filter out disks and temp (#220)Clement Tsang
2020-09-02other: aarch64 support (#217)Clement Tsang
2020-08-31refactor: Update error messages w/ anyhow and thiserror (#216)Clement Tsang
2020-08-31bug: Use correct labels for sensors in Linux (#215)Clement Tsang
2020-08-25bug: fix grouping being broken after refactor (#201)0.4.6Clement Tsang
2020-08-22feature: allow searching by state, add more keyword variantsClement Tsang
2020-08-21feature: Support memb (mem bytes) searching in processesClement Tsang
2020-08-21refactor: Remove ps callsClement Tsang
2020-08-17feature: Add appox. total mem as an option for processes and basic memClement Tsang
2020-08-16bug: Fix bug w/ parsing `/proc/{pid}/stats` Clement Tsang
2020-08-15feature: Allow sorting by any columnClement Tsang