summaryrefslogtreecommitdiffstats
path: root/src/display/ui_state.rs
AgeCommit message (Expand)Author
2020-05-03style(lint): make clippy happy on all channelsAram Drevekenin
2020-04-05feat(network): add accumlated usage (#155)Brooks Rady
2020-01-18Declare and initialize data_for_process in one step. Applied suggested changes.José
2020-01-17Adds unknown to the process listJosé
2020-01-14Merge pull request #70 from zhangxp1998/ipv6ebroto
2020-01-14fix(ui-state): do not overcalculate bandwidth and connections (#114)Aram Drevekenin
2020-01-13Sniff Ipv6 packetsKelvin Zhang
2020-01-12Fix formatting issue, remove deadcodeKelvin Zhang
2020-01-12suggestion for previous state storage and calculationAram Drevekenin
2020-01-09Update UI snapshots for new bandwidth calculationKelvin Zhang
2020-01-09Display weighted average of bandwidthKelvin Zhang
2020-01-07Use <local_ip, local_port, protocol> to indentify processesKelvin Zhang
2019-12-20refactor(interfaces): Rename interface to interface_name where appropriateEduardo Broto
2019-12-20feat(interfaces): listen on all interfaces by defaultEduardo Broto
2019-11-05style(fmt): rustfmtAram Drevekenin
2019-11-05feat(raw): machine friendly outputAram Drevekenin
2019-10-13feat(ui): components, new details and responsive layoutAram Drevekenin
2019-10-06style(rustfmt): fmtAram Drevekenin
2019-10-06feat(ui): react to SIGWINCHAram Drevekenin
2019-10-05refactor(dns): handle ip to host conversion in the display layerAram Drevekenin
2019-09-29feat(dns): lazily lookup hostnames for ipsAram Drevekenin
2019-09-19refactor(connection): remote stale netstat crate and reorder everythingAram Drevekenin
2019-09-17refactor(traffic): use own socket struct so it sortsAram Drevekenin
2019-09-16refactor(ui): remove unneeded drainsAram Drevekenin
2019-09-16style(all): rustfmtAram Drevekenin
2019-09-16refactor(ui): less allocationsAram Drevekenin
2019-09-16refactor(ui): use or_defaultAram Drevekenin
2019-09-16refactor(ui): use BTreeMaps instead of HashMaps for sortingAram Drevekenin
2019-09-15refactor(match): remove None => () in favor of if letAram Drevekenin
2019-09-15refactor(connection): sort with OrdAram Drevekenin
2019-09-15refactor(ui): derive defaultAram Drevekenin
2019-09-15refactor(ui): get rid of macros when rendering tablesAram Drevekenin
2019-09-12refactor(mutex): only lock mutex once per display loopAram Drevekenin
2019-09-12refactor(types): use u128 instead of biguintAram Drevekenin
2019-09-12refactor(lib): rename mirror_utilizationAram Drevekenin
2019-09-10refactor(files): change structure (mostly)Aram Drevekenin
2019-09-07refactor(ui): state structureAram Drevekenin
2019-09-07refactor(ui): state and componentsAram Drevekenin