summaryrefslogtreecommitdiffstats
path: root/src/app/data_harvester/network.rs
AgeCommit message (Expand)Author
2023-12-27refactor: pull data collection out of nested folder structure (#1364)Clement Tsang
2023-03-04refactor: migrate network collection to sysinfo (#1041)Clement Tsang
2022-10-15Revert "refactor: remove heim network usage (#833)"ClementTsang
2022-10-15refactor: remove heim network usage (#833)Clement Tsang
2022-07-23Implement support for FreeBSD (#766)Wesley Moore
2022-06-02refactor: unify all mod.rs structure to 2018 style (#742)Clement Tsang
2021-05-15refactor: split up data collection by OS (#482)Clement Tsang
2021-04-22feature: Add mount filtering, rework filter priority logic (#455)Clement Tsang
2021-04-04feature: Rework network y-axis, linear interpolation for off-screen data (#437)Clement Tsang
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-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-03refactor: Clean up some parts of data harvesting (#336)Clement Tsang
2020-11-30refactor: Simplify data harvesting (#335)Clement Tsang
2020-09-09refactor: rename data harvesting fns to what archs/oses they support (#229)Clement Tsang
2020-09-02other: aarch64 support (#217)Clement Tsang
2020-08-17feature: Add appox. total mem as an option for processes and basic memClement Tsang
2020-04-05deps: Upgrade crossterm and sysinfo (#105)Clement Tsang
2020-04-04(perf) Avoid harvesting if widget is not being displayedClement Tsang
2020-03-05Fix dialog box height and scroll label (#71)Clement Tsang
2020-03-02Refactoring.ClementTsang
2020-02-28Optimized imports as per clionClementTsang
2020-02-10More clippy fixing.ClementTsang
2020-02-09Update sysinfo, add total network to windows/linux.ClementTsang
2020-01-26Converted mem over, will need to move the label over tooClementTsang
2020-01-25Reworked network again; will use this to change all widgetsClementTsang