summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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-29Fix vague CLI option documentation; closes #314 (#316)cyqsimon
2023-10-26Use `once_cell::sync::Lazy` to make regex usage more ergonomic (#313)cyqsimon
2023-10-26Minor code style improvements (#312)cyqsimon
2023-10-21Reset clippy levelscyqsimon
2023-10-21Refactor `OsInputOutput` (combine interfaces & frames into single Vec) (#310)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-12Forgot to allow write access to log filecyqsimon
2023-10-12Add logging when the process name fails to resolvecyqsimon
2023-10-11Ignore connections that fail parsing instead of panicking on BSD (#288)cyqsimon
2023-10-11Fix clippy complaintscyqsimon
2023-10-11Add logging infrastructure (#302)cyqsimon
2023-10-11Reduce repitition using default `Opts`cyqsimon
2023-10-11Never use `&Option` in function signaturecyqsimon
2023-10-11Minor refactor of `main.rs` (#301)cyqsimon
2023-10-08Explicitly name `layout-*` tests as socyqsimon
2023-10-08Migrate all tests to using `cargo-insta`cyqsimon
2023-10-07Compact tests using `rstest`cyqsimon
2023-10-07Rm old, unused test snapshotscyqsimon
2023-09-20Add missing version flag to CLI (#290)Marcin Puc
2023-09-20Update test snapshot, another onecyqsimon
2023-09-20Update test snapshotcyqsimon
2023-09-11migrate structopt to clap (#285)liyixin
2023-09-01fix(windows): don't send key twice (#280)sigmaSd
2023-08-26fix: fix snapshot testsNbiba Bedis
2023-08-26chore: drop lazy_staticNbiba Bedis
2023-08-25Use variable capture syntax in format macros where possiblecyqsimon
2023-08-25Compact importscyqsimon
2023-08-25Move completion file locationcyqsimon
2023-08-25Migrate from `failure` to `anyhow`+`thiserror`cyqsimon
2023-08-25Fix `cargo {clippy,fmt}` complaintscyqsimon
2023-08-25clippyNbiba Bedis
2023-08-25update testsNbiba Bedis
2023-08-25use alternate modeNbiba Bedis
2023-08-25Add autocompletion script.Mathias Schmitt
2023-08-25Switch from `tui` to `ratatui`cyqsimon
2023-08-25Fix windows buildcyqsimon
2023-08-25Fix MacOS clippy warnings (hopefully?)cyqsimon
2023-08-25Fix clippy warningscyqsimon
2023-08-25Bump deps againcyqsimon
2023-08-25Temporarily switch to patched fork of `packet-builder`cyqsimon