summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-01-18chore(deps): bump tracing from 0.1.39 to 0.1.40 (#354)dependabot[bot]
2024-01-01chore(deps): bump anyhow from 1.0.75 to 1.0.78 (#347)dependabot[bot]
2024-01-01chore(deps): bump http_req from 0.10.1 to 0.10.2 (#344)dependabot[bot]
2024-01-01chore(deps): bump clap from 4.4.10 to 4.4.12 (#345)dependabot[bot]
2024-01-01chore(deps): bump thiserror from 1.0.50 to 1.0.53 (#346)dependabot[bot]
2024-01-01chore(deps): bump once_cell from 1.18.0 to 1.19.0 (#349)dependabot[bot]
2024-01-01chore(deps): bump clap-verbosity-flag from 2.1.0 to 2.1.1 (#350)dependabot[bot]
2024-01-01chore(deps): bump tokio from 1.34.0 to 1.35.1 (#351)dependabot[bot]
2024-01-01chore(deps): bump async-trait from 0.1.74 to 0.1.76 (#352)dependabot[bot]
2023-12-16chore(deps): bump zerocopy from 0.7.21 to 0.7.31 (#343)dependabot[bot]
2023-12-08Write changelog for all unreleased commitscyqsimon
2023-12-08Upload changed snapshots from all dirscyqsimon
2023-12-08Show interface names (#340)ilyes-ced
2023-12-08Fix PR submitter detection (#342)cyqsimon
2023-12-01chore(deps): bump sysinfo from 0.29.10 to 0.29.11 (#336)dependabot[bot]
2023-12-01chore(deps): bump tokio from 1.33.0 to 1.34.0 (#335)dependabot[bot]
2023-12-01chore(deps): bump itertools from 0.11.0 to 0.12.0 (#334)dependabot[bot]
2023-12-01chore(deps): bump clap from 4.4.7 to 4.4.10 (#333)dependabot[bot]
2023-11-29chore(deps): bump openssl from 0.10.57 to 0.10.60 (#332)dependabot[bot]
2023-11-12CI: ensure a changelog entry exists for each PR (#331)cyqsimon
2023-11-02Display bandwidth in different unit families (#328)cyqsimon
2023-11-02Reorganise & cleanup (#329)cyqsimon
2023-11-01Bump ratatui to 0.24.0 (#327)cyqsimon
2023-11-01chore(deps): bump procfs from 0.15.1 to 0.16.0 (#321)dependabot[bot]
2023-11-01chore(deps): bump trust-dns-resolver from 0.23.1 to 0.23.2 (#319)dependabot[bot]
2023-11-01chore(deps): bump clap from 4.4.6 to 4.4.7 (#320)dependabot[bot]
2023-11-01chore(deps): bump regex from 1.10.1 to 1.10.2 (#325)dependabot[bot]
2023-11-01chore(deps): bump thiserror from 1.0.49 to 1.0.50 (#323)dependabot[bot]
2023-11-01chore(deps): bump http_req from 0.10.0 to 0.10.1 (#324)dependabot[bot]
2023-11-01chore(deps): bump clap-verbosity-flag from 2.0.1 to 2.1.0 (#326)dependabot[bot]
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-26`Cargo.toml` manifest cleanup (#311)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-16CI: amend #306cyqsimon
2023-10-16CI: allow Windows tests to run if PR source is own repo (#306)cyqsimon
2023-10-16Bump version to 0.21.1v0.21.1cyqsimon
2023-10-16Bump all dependencies (#304)cyqsimon
2023-10-16... and I forgot to keep changelog againcyqsimon
2023-10-16Bump `rustix` dependenciescyqsimon
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