summaryrefslogtreecommitdiffstats
path: root/src/app
AgeCommit message (Expand)Author
2020-01-07Base building blocks of grouped process functionalityClementTsang
2020-01-06Some basic cleaningClementTsang
2020-01-02Some documentation changesClementTsang
2020-01-02Fix problem on windows with ddClementTsang
2020-01-01Added dialog for dd, added error message if fail to dd, cleaned up some stuffClementTsang
2020-01-01[skip travis] Add check to prevent improper dd while on another panelClementTsang
2019-12-31Add new option to allow for seeing cpu usage in processes as a percentage of ...ClementTsang
2019-12-30Quick error change for processes to be a bit more graceful, fix testsClement Tsang
2019-12-29Fix processes in windowsClement Tsang
2019-12-27Some cleaning to avoid duplicate codeClementTsang
2019-12-25Add g and GG logicClementTsang
2019-12-25Redid some of the networking portion, changed cargo a bit, some refactoringClementTsang
2019-12-25Update heimClementTsang
2019-12-23Fix some more clippy hints.Clement Tsang
2019-12-22Some simple fixes to abide by clippyClement Tsang
2019-12-13Rename error name.Clement Tsang
2019-12-13Fixed problem with invalid vector index access.Clement Tsang
2019-12-07Update dependenciesClementTsang
2019-12-07Add debug flagClementTsang
2019-12-06Update tui version... legends aren't showing up yet, will have to fork again.ClementTsang
2019-10-12Fixed problem caused by overfilling the input queue with scroll events.ClementTsang
2019-10-12Separated stale and display constants.ClementTsang
2019-10-10Added scaling factor to make CPU usage in processes more representative of TO...ClementTsang
2019-10-09Fix for cleaning times, as well as made it not run every loop.ClementTsang
2019-10-06Added way of removing stale entries in the old PID list.ClementTsang
2019-10-05Removed unsafe unwrapsClementTsang
2019-09-25Fix for divide by zero if swap/mem was 0ClementTsang
2019-09-25Fixed linux issue.ClementTsang
2019-09-25Added dd for windows.Clement Tsang
2019-09-25Support for key events in windows works.Clement Tsang
2019-09-25Added some more support for windows.Clement Tsang
2019-09-17Potential fix for windows processes.ClementTsang
2019-09-16Added dd command on linux.ClementTsang
2019-09-16Modified errors in data_collection portion to use the newer error type added ...ClementTsang
2019-09-16Added reads and writes for disk.ClementTsang
2019-09-15Added scrolling event, need to implement across processes now.ClementTsang
2019-09-15[skip travis] Changed rustfmt, formatting.ClementTsang
2019-09-15Added a few changes - fix for slow start time feel, changed cpu legend displa...ClementTsang
2019-09-15Made charting look better, switched back to braille markers (its the only way...ClementTsang
2019-09-14Added error util, finished network graph.ClementTsang
2019-09-14Added average cpu option.ClementTsang
2019-09-14Added clap support for command line options, as well as tweaked some table pl...ClementTsang
2019-09-11Changed layout again.ClementTsang
2019-09-11Added temp setting to app, need to add to data collection. Also refactoring ...ClementTsang
2019-09-11Refactoring. Lots of it.ClementTsang
2019-09-11More refactoring.ClementTsang