summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-10-23Chore: Remove un-needed lifetimes in a few calls (#1309)Yuri Astrakhan
2023-10-22chore: Minor cleanup - remove un-needed ident qualifiers (#1307)Yuri Astrakhan
2023-08-26deps: bump dependencies as of 2023-08-26 (#1287)Clement Tsang
2023-08-24other: appease clippy after Rust 1.72.0 (#1281)Clement Tsang
2023-08-22deps: bump windows to 0.51.1 (#1279)Clement Tsang
2023-07-27bug: display arc max size in arc usage instead of system memory (#1264)Zeb Piasecki
2023-07-21deps: Update ratatui 0.22.0 (#1261)Clement Tsang
2023-07-19other: full width battery bar (#1251)Gabriele Belluardo
2023-07-11refactor: flatten IoCounter return value (#1253)Clement Tsang
2023-07-09add zfs io counters for linux and freebsd (#1248)Justin Martin
2023-07-05bug: missing windows syscall to close the handle on drop when killing (#1245)Clement Tsang
2023-07-04other: removes the percent sign from battery widget labels (#1244)Clement Tsang
2023-07-04other: remove the percentage sign for CPU usage in CPU widget (#1243)Clement Tsang
2023-07-02other: hide battery tab selector if there is only one battery (#1236)Clement Tsang
2023-07-01other: remove some unnecessary vec allocations (#1234)Clement Tsang
2023-06-29deps: bump deps as of 2023-06-29 (#1233)Clement Tsang
2023-06-27bug: fix core dump if the terminal is closed while bottom is open (#1230)Clement Tsang
2023-06-24docs: update time-related documentation (#1222)Clement Tsang
2023-06-23feature: support human times for rate (#1221)Clement Tsang
2023-06-22other: fix humantime-related documentation, add tests, support numbers + stri...Clement Tsang
2023-06-21bug: fix overflow/underflow with graph timespan zoom (#1219)Clement Tsang
2023-06-19other: revert color help text change (#1217)Clement Tsang
2023-06-19other: take ownership of config and matches when building App (#1215)Clement Tsang
2023-06-19bug: fix arguments being unsorted (#1216)Clement Tsang
2023-06-18other: use f32 for process percentage values (#1212)Clement Tsang
2023-06-17refactor: move out bits/bytes enum to utils (#1211)Clement Tsang
2023-06-13other: clean up some cfg usage (#1205)Clement Tsang
2023-06-12other: post-0.9.2 cleanup (#1203)Clement Tsang
2023-06-11feature: on Linux, check coretemp and don't fail fast with name generation wh...Clement Tsang
2023-06-11ci: add a build check for aarch64-linux-android (#1124)Clement Tsang
2023-06-11other: remaining changes needed to get android to build (#1199)Clement Tsang
2023-06-11other: have dummy fallback for disk I/O for unsupported OSes (#1198)Clement Tsang
2023-06-10refactor: redo how we do get processes between different OSes (#1197)Clement Tsang
2023-06-08bug: ntfs3 mounts don't show up (#1191)database64128
2023-06-08refactor: remove outdated collection thread code (#1190)Clement Tsang
2023-06-08other: enforce unused_imports lint again (#1189)Clement Tsang
2023-06-08feature: use better names for duplicate temp sensors found by `/sys/class/the...Clement Tsang
2023-06-07bug: when getting Linux temps, don't bail ASAP if they fail (#1186)Clement Tsang
2023-06-04refactor: change canvas macOS check to compile-time (#1184)Clement Tsang
2023-06-03other: fix links and broken references in doc comments (#1182)Clement Tsang
2023-06-02refactor: remove typed-builder (#1181)Clement Tsang
2023-05-31deps: bump ratatui to 0.21.0 (#1178)Clement Tsang
2023-05-31refactor: clean up some Linux proc collection code (#1179)Clement Tsang
2023-05-28refactor: remove typed builder from App struct (#1176)Clement Tsang
2023-05-26feature: support human times for `default_time_value` and `time_delta` (#1172)Clement Tsang
2023-05-26other: clean up some fixmes (#1171)Clement Tsang
2023-05-25other: simplify termination/event loop logic (#1169)Clement Tsang
2023-05-24other: clean up thread event code (#1170)Clement Tsang
2023-05-21refactor: remove procfs (#1163)Clement Tsang
2023-05-20refactor: remove TypedBuilder for col (#1162)Clement Tsang