summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-03-02feat(report): enhanced dot `report` (#797) - WIPfeat-dot-enriched-2FujiApple
2024-03-02doc: added #1007 to `CHANGELOG.md`FujiApple
2024-03-02feat(tui): only show flows if tui-max-flows > 1FujiApple
2024-03-02feat(config): restrict flows to Paris and Dublin strategies (#1007)FujiApple
2024-03-02feat: added `max_flows` to `Trace` and use to restriction the creation of new...FujiApple
2024-03-02doc: fix documented default for tui-max-flows to be 64FujiApple
2024-03-02doc: reformatted `CHANGELOG.md`FujiApple
2024-03-02doc: added #1011 to `CHANGELOG.md`FujiApple
2024-03-02doc: updated theme and bindings sections of `README.md`FujiApple
2024-03-02feat(tui): add support for more named colors (#1011)FujiApple
2024-03-02chore: adapt `unix.rs` for `nix` 0.28.0 changesFujiApple
2024-03-02build(deps): bump nix from 0.27.1 to 0.28.0dependabot[bot]
2024-03-02build(deps): bump indexmap from 2.2.4 to 2.2.5dependabot[bot]
2024-03-01build(deps): bump tun2 from 1.1.2 to 1.1.3dependabot[bot]
2024-02-29build(deps): bump indexmap from 2.2.3 to 2.2.4dependabot[bot]
2024-02-26build(deps): bump tun2 from 1.1.1 to 1.1.2dependabot[bot]
2024-02-26build(deps): bump socket2 from 0.5.5 to 0.5.6dependabot[bot]
2024-02-20build(deps): bump anyhow from 1.0.79 to 1.0.80dependabot[bot]
2024-02-20build(deps): bump serde_json from 1.0.113 to 1.0.114dependabot[bot]
2024-02-20build(deps): bump serde_yaml from 0.9.31 to 0.9.32dependabot[bot]
2024-02-20build(deps): bump serde from 1.0.196 to 1.0.197dependabot[bot]
2024-02-20build(deps): bump tun2 from 1.1.0 to 1.1.1dependabot[bot]
2024-02-13build(deps): bump ratatui from 0.26.0 to 0.26.1dependabot[bot]
2024-02-13build(deps): bump tun2 from 1.0.4 to 1.1.0dependabot[bot]
2024-02-12chore: removed needless allow of `too_many_arguments` lintFujiApple
2024-02-12refactor: removed `MultipathStrategy` from `net` moduleFujiApple
2024-02-12refactor: added `Flags` to `Probe`FujiApple
2024-02-12build: added `bitflags` to `dependencies`FujiApple
2024-02-12build(deps): bump thiserror from 1.0.56 to 1.0.57dependabot[bot]
2024-02-12build(deps): bump chrono from 0.4.33 to 0.4.34dependabot[bot]
2024-02-12build(deps): bump indexmap from 2.2.2 to 2.2.3dependabot[bot]
2024-02-11test(tracer): added test `test_tcp_dest_unreachable_and_refused`FujiApple
2024-02-11test(net): added automock to `Network` traitFujiApple
2024-02-11fix(tracer): ignore `ProbeState::Complete` in `TracerState::complete_probe` d...FujiApple
2024-02-11doc(tracer): small grammar fixesFujiApple
2024-02-11test(net): added ipv4 tests `test_recv_tcp_socket_tcp_[reply|refused|unreacha...FujiApple
2024-02-11test(net): added ipv4 tests `test_recv_icmp_probe_wrong_[icmp|udp|tcp]_origin...FujiApple
2024-02-11test(net): added ipv4 test `test_recv_icmp_probe_destination_unreachable_tcp_...FujiApple
2024-02-11test(net): added ipv4 test `test_recv_icmp_probe_time_exceeded_tcp_no_extensi...FujiApple
2024-02-11test(net): added ipv4 test `test_recv_icmp_probe_destination_unreachable_udp_...FujiApple
2024-02-11test(net): added ipv4 test `test_recv_icmp_probe_time_exceeded_udp_no_extensi...FujiApple
2024-02-11test(net): added ipv4 test `test_recv_icmp_probe_destination_unreachable_icmp...FujiApple
2024-02-11test(net): added ipv4 test `test_recv_icmp_probe_time_exceeded_icmp_no_extens...FujiApple
2024-02-11test(net): added ipv4 test `test_recv_icmp_probe_echo_reply`FujiApple
2024-02-11test(net): added ipv4 test `test_dispatch_tcp_probe`FujiApple
2024-02-11test(net): added ipv4 tests `test_dispatch_udp_probe_classic_unprivileged_[no...FujiApple
2024-02-11test(net): added ipv4 test `test_dispatch_udp_probe_paris_privileged`FujiApple
2024-02-11test(net): added ipv4 test `test_dispatch_udp_probe_classic_privileged_with_p...FujiApple
2024-02-11test(net): added ipv4 tests `test_dispatch_udp_probe_invalid_packet_size_[low...FujiApple
2024-02-11test(net): added ipv4 test `test_dispatch_udp_probe_classic_privileged_no_pay...FujiApple