summaryrefslogtreecommitdiffstats
path: root/src/display/components/table.rs
AgeCommit message (Collapse)Author
2020-04-05feat(network): add accumlated usage (#155)Brooks Rady
* Add accumlated usage * Fixed a nasty performace leak * Fix a silly reverse-ordering bug * Address some feedback * Finished some reorganizing * Another silly reversal bug * Let the test cases run * Most tests are working * Fix some formatting that got left behind * Fix the rest of the tests * Add some new tests to cover the total mode * Whoops, a double newline
2020-01-25feat(layout): new layout (#139)Aram Drevekenin
2020-01-16feat(ui): select windows to display from CLI (#107)Simone Robutti
* added first version (no tests) * fixed layout * added support for 2 windows * comments * breathing windows * added tests * format * fixed rebase * review * added more tests * simplified table creation * fix(table): do not overflow on max size Co-authored-by: Aram Drevekenin <aram@poor.dev>
2020-01-13Sniff Ipv6 packetsKelvin Zhang
2020-01-07fix(ui): add spacing between the up and down bandwidth values for ↵Hugo Locurcio
readability (#58)
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
Specifying an interface is now optional. The interface is shown in the connections table.
2019-12-07chore(style): fix clippy errorsEduardo Broto
2019-11-05feat(raw): machine friendly outputAram Drevekenin
2019-10-14style(formatting): rustfmtAram Drevekenin
2019-10-13feat(ui): components, new details and responsive layoutAram Drevekenin