summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2024-04-16Temporarily disable UI tests (#406)cyqsimon
2024-04-15Fix Windows FP discrepancy issue in test (#400)cyqsimon
2024-04-02Enable Android build (#384)Felix Obenhuber
2024-03-25Fix IPv6 socket detect logic (#383)cyqsimon
2024-03-25Apply suggestions from new clippy lint `clippy::assigning_clones` (#382)cyqsimon
2024-03-25Remove unnecessary logging synchronisation (#381)cyqsimon
2024-03-18feat: add `PID` column to `Process` table (#379)Krithic Kumar
2024-03-03chore(deps): bump ratatui from 0.25.0 to 0.26.1 (#368)dependabot[bot]
2024-03-01Remove redundant imports (#377)cyqsimon
2024-01-28Generate completion & manpage (#357)cyqsimon
2024-01-28Hot-fix: Windows compile issue (#356)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-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