summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
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-09CI: upload binaries as long as build step succeedscyqsimon
2023-10-09CI: allow manual triggeringcyqsimon
2023-10-08CI: make insta generate new snapshots in CIcyqsimon
2023-10-08CI: set `--color=never` for cargo-instacyqsimon
2023-10-08CI: test using `cargo-insta`cyqsimon
2023-10-08Explicitly name `layout-*` tests as socyqsimon
2023-10-08Migrate all tests to using `cargo-insta`cyqsimon
2023-10-07CI: override default run condition for failed test snapshots upload stepcyqsimon
2023-10-07CI: upload failed test snapshotscyqsimon
2023-10-07CI: Use checkout v4cyqsimon
2023-10-07CI: Auto fetch MSRV from Cargo.toml (#300)cyqsimon
2023-10-07Compact tests using `rstest`cyqsimon
2023-10-07Rm old, unused test snapshotscyqsimon
2023-10-07Update table of contentscyqsimon
2023-10-07chore: `cargo update`cyqsimon
2023-10-06chore(deps): bump clap from 4.4.4 to 4.4.6 (#299)dependabot[bot]
2023-10-06chore(deps): bump regex from 1.9.5 to 1.9.6 (#298)dependabot[bot]
2023-10-06chore(deps): bump insta from 1.32.0 to 1.33.0 (#297)dependabot[bot]
2023-10-06chore(deps): bump thiserror from 1.0.48 to 1.0.49 (#296)dependabot[bot]
2023-09-25chore(deps): bump unicode-width from 0.1.10 to 0.1.11 (#294)dependabot[bot]
2023-09-25chore(deps): bump insta from 1.31.0 to 1.32.0 (#293)dependabot[bot]
2023-09-25Enable dependabotcyqsimon
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-20Add downstream packaging tracking table (repology)cyqsimon
2023-09-19Always use `github.ref_name` for version numberv0.21.0cyqsimon
2023-09-19Bump version to 0.21.0cyqsimon
2023-09-19Add comments in workflow definitionscyqsimon
2023-09-19Bump depscyqsimon
2023-09-19Add `publish crate` workflowcyqsimon
2023-09-11migrate structopt to clap (#285)liyixin
2023-09-11CD: automated workflow only ever drafts releasescyqsimon
2023-09-11CD: set correct version for binaries, this time for realcyqsimon
2023-09-11CD: set correct version for binariescyqsimon