| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| SHA256SUMS | 2026-07-06 | 505 Bytes | |
| ttl-aarch64-apple-darwin.tar.gz | 2026-07-06 | 3.9 MB | |
| ttl-aarch64-unknown-linux-gnu.tar.gz | 2026-07-06 | 3.9 MB | |
| ttl-aarch64-unknown-linux-musl.tar.gz | 2026-07-06 | 4.0 MB | |
| ttl-x86_64-apple-darwin.tar.gz | 2026-07-06 | 4.2 MB | |
| ttl-x86_64-unknown-linux-musl.tar.gz | 2026-07-06 | 4.4 MB | |
| README.md | 2026-07-06 | 2.9 kB | |
| v0.20.2 source code.tar.gz | 2026-07-06 | 914.0 kB | |
| v0.20.2 source code.zip | 2026-07-06 | 949.8 kB | |
| Totals: 9 Items | 22.2 MB | 2 | |
What's Changed
- Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in https://github.com/lance0/ttl/pull/86
- Bump docker/metadata-action from 5 to 6 by @dependabot[bot] in https://github.com/lance0/ttl/pull/87
- Bump docker/setup-qemu-action from 3 to 4 by @dependabot[bot] in https://github.com/lance0/ttl/pull/88
- Bump docker/login-action from 3 to 4 by @dependabot[bot] in https://github.com/lance0/ttl/pull/89
- Bump docker/build-push-action from 6 to 7 by @dependabot[bot] in https://github.com/lance0/ttl/pull/90
- fix: PMTUD correlation, lock ordering, and enrichment dedup by @lance0 in https://github.com/lance0/ttl/pull/104
- fix: harden unsafe socket code against alignment UB and bad cmsg by @lance0 in https://github.com/lance0/ttl/pull/102
- fix: harden CLI validation against panics and port overflow by @lance0 in https://github.com/lance0/ttl/pull/99
- fix: file security and output hygiene by @lance0 in https://github.com/lance0/ttl/pull/103
- fix: prevent TUI panics on multi-byte input and edge cases by @lance0 in https://github.com/lance0/ttl/pull/100
- fix: prevent arithmetic panics on clock jumps and oversized packets by @lance0 in https://github.com/lance0/ttl/pull/101
- docs: add SAFETY comment to set_ip_hdrincl unsafe block by @lance0 in https://github.com/lance0/ttl/pull/111
- Bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/lance0/ttl/pull/105
- Bump actions/cache from 5 to 6 by @dependabot[bot] in https://github.com/lance0/ttl/pull/106
- Bump anyhow from 1.0.102 to 1.0.103 by @dependabot[bot] in https://github.com/lance0/ttl/pull/107
- Bump clap_complete from 4.6.5 to 4.6.7 by @dependabot[bot] in https://github.com/lance0/ttl/pull/108
- Bump maxminddb from 0.28.1 to 0.29.0 by @dependabot[bot] in https://github.com/lance0/ttl/pull/109
- test: cover multibyte settings cursor editing by @lance0 in https://github.com/lance0/ttl/pull/112
- fix: propagate IPv6 scope_id through recv/bind paths (LAN-143) by @lance0 in https://github.com/lance0/ttl/pull/113
- fix: parse IPv6 extension headers in quoted error payloads (LAN-144) by @lance0 in https://github.com/lance0/ttl/pull/114
- fix: bound enrichment caches to prevent unbounded memory growth (LAN-145) by @lance0 in https://github.com/lance0/ttl/pull/115
- fix: TUI async polling, replay validation, assert→Result (LAN-150, LAN-181) by @lance0 in https://github.com/lance0/ttl/pull/116
- fix: populate response TTL on macOS/BSD IPv4 (1-byte IP_RECVTTL cmsg) by @lance0 in https://github.com/lance0/ttl/pull/117
- refactor: use PMTUD_MARKER const for the payload marker write by @lance0 in https://github.com/lance0/ttl/pull/118
- fix: cap export filename length to stay within NAME_MAX by @lance0 in https://github.com/lance0/ttl/pull/119
Full Changelog: https://github.com/lance0/ttl/compare/v0.20.1...v0.20.2