summaryrefslogtreecommitdiffstats
path: root/src/display/ui.rs
AgeCommit message (Expand)Author
2019-09-19refactor(connection): remote stale netstat crate and reorder everythingAram Drevekenin
2019-09-16style(all): rustfmtAram Drevekenin
2019-09-16refactor(traffic): reduce code duplication and get rid of macroAram 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(connection): sort with OrdAram Drevekenin
2019-09-15refactor(mutex): handle mutext locking outside of display loopAram 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