summaryrefslogtreecommitdiffstats
path: root/src/display
AgeCommit message (Expand)Author
2024-01-28Generate completion & manpage (#357)cyqsimon
2024-01-28chore(deps): bump ratatui from 0.24.0 to 0.25.0 (#348)dependabot[bot]
2023-12-08Show interface names (#340)ilyes-ced
2023-11-02Display bandwidth in different unit families (#328)cyqsimon
2023-11-01Bump ratatui to 0.24.0 (#327)cyqsimon
2023-11-01Log unresolved processes in more detail + general refactor (#318)cyqsimon
2023-10-20Make logging race-free using a global lock & macro (#309)cyqsimon
2023-10-19Table formatting logic overhaul (#305)cyqsimon
2023-10-17Partially fix flaky tests (#308)cyqsimon
2023-10-12Set known orphan connections max sizecyqsimon
2023-10-12Handle IPv4-mapped IPv6 addresses when resolving connection ownercyqsimon
2023-10-12Reduce logging noise by omitting known orphan connectionscyqsimon
2023-10-12Add logging when the process name fails to resolvecyqsimon
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
2023-08-14Bump incompatible depscyqsimon
2020-12-27Convince clippy to chillBrooks J Rady
2020-09-29fix(ui): upgrade tui to latest version and fix breaking changes (#190)Aram Drevekenin
2020-09-02fix(formatting): improve accuracy (#178)Aram Drevekenin
2020-09-01hotfix(truncation): display long uneven hostnames properly (fixes small issue...Aram Drevekenin
2020-09-01fix(formatting): panic when slice str (#177)zxlzy
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-19Use correct elapsed time when resizing the terminalRupert Rutledge
2020-05-18Rename the total_bandwidth file for clarityRupert Rutledge
2020-05-17feat(layout): 'Window' ordering ability (#118)Louis Lesage
2020-05-16Deal with clippy linting issuesRupert Rutledge
2020-05-16Merge remote-tracking branch 'origin/master' into issue-163-elapsed-timeRupert Rutledge
2020-05-16Fix issue of duration being shown on non -t invocationsRupert Rutledge
2020-05-16Address review feedbackRupert Rutledge
2020-05-09Add days to the duration printRupert Rutledge
2020-05-09Fix silly issue with altering logicRupert Rutledge
2020-05-09Simplify logic in the header_parts functionRupert Rutledge
2020-05-09Split the header into different parts based on size of terminalRupert Rutledge
2020-05-09Split the header row into 3 columnsRupert Rutledge
2020-05-08fix(formatting): add terabytes as a display unit (#168)Brooks Rady
2020-05-08Address PR feedback.Rupert Rutledge
2020-05-03style(lint): make clippy happy on all channelsAram Drevekenin
2020-04-26Add space to elapsed time to mirror other printRupert Rutledge
2020-04-26Running cargo fmtRupert Rutledge
2020-04-26Split Header rendering into different sectionsRupert Rutledge
2020-04-26Running cargo fmtRupert 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