summaryrefslogtreecommitdiffstats
path: root/src/display
AgeCommit message (Expand)Author
2019-10-14style(code): clippyAram Drevekenin
2019-10-14style(formatting): rustfmtAram Drevekenin
2019-10-14fix(ui): atomic drawingAram Drevekenin
2019-10-13feat(ui): components, new details and responsive layoutAram Drevekenin
2019-10-06fix(styling): clippyAram 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-22fix(network): more accurate bandwidth calculationAram 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(traffic): reduce code duplication and get rid of macroAram 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(ui): do not allocate twice for every bandwidth displayAram Drevekenin
2019-09-15refactor(match): remove None => () in favor of if letAram Drevekenin
2019-09-15refactor(connection): sort with OrdAram Drevekenin
2019-09-15refactor(mutex): handle mutext locking outside of display loopAram Drevekenin
2019-09-15refactor(ui): derive defaultAram Drevekenin
2019-09-15refactor(ui): rename render_table to create_tableAram 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-08refactor(network): current_connections and storeAram Drevekenin
2019-09-08refactor(traffic): unduplicatify logicAram Drevekenin
2019-09-07refactor(ui): state structureAram Drevekenin
2019-09-07refactor(ui): state and componentsAram Drevekenin