summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
* Ignore connections that fail parsing instead of panicking on BSD - Tentative fix for #217 * Log when a connection fails parsing - I actually love unreadable code * Fix clippy complaint
2023-10-11Fix clippy complaintscyqsimon
2023-10-11Add logging infrastructure (#302)cyqsimon
* Add logging dependencies * Initialise logging
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
* Move CLI structs to their own file * `main` returns `Result` directly * Slightly reduced nesting
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
See https://github.com/mitsuhiko/insta/issues/411
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
* CI: Auto fetch MSRV from Cargo.toml * CI: Forgot to checkout before fetching MSRV
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]
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.4 to 4.4.6. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.4...v4.4.6) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06chore(deps): bump regex from 1.9.5 to 1.9.6 (#298)dependabot[bot]
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.5 to 1.9.6. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.9.5...1.9.6) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06chore(deps): bump insta from 1.32.0 to 1.33.0 (#297)dependabot[bot]
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.32.0 to 1.33.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.32.0...1.33.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06chore(deps): bump thiserror from 1.0.48 to 1.0.49 (#296)dependabot[bot]
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.48 to 1.0.49. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.48...1.0.49) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25chore(deps): bump unicode-width from 0.1.10 to 0.1.11 (#294)dependabot[bot]
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.10 to 0.1.11. - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.10...v0.1.11) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25chore(deps): bump insta from 1.31.0 to 1.32.0 (#293)dependabot[bot]
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.31.0 to 1.32.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.31.0...1.32.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
- Closes #287
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
* migrate structopt to clap * add a entry in changelog * Move changelog entry from `Added` to `Fixed` --------- Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com>
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
2023-09-11CD: Fix upload URLcyqsimon
- Not my last fuck-up after all
2023-09-11CD: Fix inconsistent matrix declarationcyqsimon
- Hopefully this is my last fuck-up
2023-09-11CD: Fix incorrect tag patterncyqsimon
Oops
2023-09-11Update CDcyqsimon
2023-09-01fix(windows): don't send key twice (#280)sigmaSd