summaryrefslogtreecommitdiffstats
path: root/src/display
AgeCommit message (Expand)Author
2020-01-07Use <local_ip, local_port, protocol> to indentify processesKelvin Zhang
2020-01-07fix(ui): add spacing between the up and down bandwidth values for readability...Hugo Locurcio
2020-01-04fix(display): use default foreground color instead of white (#65)Naïm Favier
2019-12-20refactor(interfaces): Rename interface to interface_name where appropriateEduardo Broto
2019-12-20feat(interfaces): listen on all interfaces by defaultEduardo Broto
2019-12-07chore(style): fix clippy errorsEduardo Broto
2019-11-05style(clippy): clippyAram Drevekenin
2019-11-05style(fmt): rustfmtAram Drevekenin
2019-11-05feat(raw): machine friendly outputAram Drevekenin
2019-10-17style(lint): rustfmt + clippyAram Drevekenin
2019-10-17refactor(styling): betterifyAram Drevekenin
2019-10-16feat(ui): change table orderAram Drevekenin
2019-10-16fix(sigwinch): block when waiting for signalAram Drevekenin
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