summaryrefslogtreecommitdiffstats
path: root/src/display/ui.rs
AgeCommit message (Expand)Author
2024-03-25Apply suggestions from new clippy lint `clippy::assigning_clones` (#382)cyqsimon
2024-03-18feat: add `PID` column to `Process` table (#379)Krithic Kumar
2024-01-28Generate completion & manpage (#357)cyqsimon
2023-12-08Show interface names (#340)ilyes-ced
2023-11-02Display bandwidth in different unit families (#328)cyqsimon
2023-10-19Table formatting logic overhaul (#305)cyqsimon
2023-10-17Partially fix flaky tests (#308)cyqsimon
2023-10-12Reduce logging noise by omitting known orphan connectionscyqsimon
2023-10-11Minor refactor of `main.rs` (#301)cyqsimon
2023-08-25Use variable capture syntax in format macros where possiblecyqsimon
2023-08-25Compact importscyqsimon
2023-08-25use alternate modeNbiba Bedis
2023-08-25Switch from `tui` to `ratatui`cyqsimon
2023-08-25Fix clippy warningscyqsimon
2020-12-27Convince clippy to chillBrooks J Rady
2020-07-14feat(raw): add delimiters to raw output (#175)sigmaSd
2020-07-13fix(rawmode): honor RenderOpts flag when using raw mode (#174)sigmaSd
2020-05-20Merge remote-tracking branch 'origin/master' into issue-163-elapsed-timeRupert Rutledge
2020-05-17feat(layout): 'Window' ordering ability (#118)Louis Lesage
2020-04-26Running cargo fmtRupert Rutledge
2020-04-26Split Header rendering into different sectionsRupert Rutledge
2020-04-26Working implementation of the elapsed time of the captureRupert Rutledge
2020-04-05feat(network): add accumlated usage (#155)Brooks Rady
2020-04-05feat(network): hide dns queries by default (#161)Oleh
2020-01-25feat(layout): new layout (#139)Aram Drevekenin
2020-01-16feat(ui): select windows to display from CLI (#107)Simone Robutti
2020-01-13Sniff Ipv6 packetsKelvin Zhang
2020-01-13feat(helptext): communicate pause/resume to the user (#111)Aram Drevekenin
2020-01-12Merge pull request #77 from imsnif/averageKelvin Zhang
2020-01-12suggestion for previous state storage and calculationAram Drevekenin
2020-01-10Pause UI with <SPACE>Kelvin 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-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-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(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-22fix(network): more accurate bandwidth calculationAram Drevekenin