summaryrefslogtreecommitdiffstats
path: root/src/app/data_harvester.rs
AgeCommit message (Expand)Author
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-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-10-02other: more traces to debug, update some deps (#264)Clement Tsang
2020-10-01bug: use cmdline for Linux proc name if >=15 chars (#261)Clement Tsang
2020-09-30feature: add --debug flag for logging (#259)Clement Tsang
2020-09-09refactor: rename data harvesting fns to what archs/oses they support (#229)Clement Tsang
2020-09-06feature: Adds tree view (#223)Clement Tsang
2020-09-02other: aarch64 support (#217)Clement Tsang
2020-08-21refactor: remove kill command, use libcClement 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-15feature: Allow sorting by any columnClement Tsang
2020-04-16feature: Add battery widget (#120)Clement Tsang
2020-04-11feature: Show process state (#114)Clement Tsang
2020-04-10feature: add io and io/s for processes (#113)Clement Tsang
2020-04-04(perf) Avoid harvesting if widget is not being displayedClement Tsang
2020-03-13Cleanup before modularity (#84)Clement Tsang
2020-03-11Fix cpu legend colouring (#83)Clement Tsang
2020-03-02Refactoring.ClementTsang
2020-03-02Refactoring.ClementTsang
2020-02-28Optimized imports as per clionClementTsang
2020-02-15[skip travis] Some notes and readme changes... and an additional commit befor...ClementTsang
2020-02-15Fixed issue with HJKL keys interfering with search widget. Oops!ClementTsang
2020-02-15Removed extra debug statements.ClementTsang
2020-02-14Merged async together.ClementTsang
2020-02-12Removed unnecessary clone.ClementTsang
2020-02-12Added maximizing mode to allow users to zoom into a particular widget. Not 1...ClementTsang
2020-02-11Accidentally left in an extra line of code.ClementTsang
2020-02-11Add current cpu total flag to other OSClementTsang
2020-02-10More clippy fixing.ClementTsang
2020-02-09Some more changes to support sysinfo updateClement Tsang
2020-02-09Update sysinfo, add total network to windows/linux.ClementTsang
2020-02-01Optimizing processes...ClementTsang
2020-01-28Added cleaning event loopClementTsang
2020-01-28Moved temp and drives over...ClementTsang
2020-01-26Moved CPU overClementTsang
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