mfer/internal/cli
sneak a20c3e5104 Add manifest corruption detection test
Generates a ~1MB manifest (20000 files with random names), then:
- Verifies truncated manifest causes check to fail
- Runs 500 iterations of random single-byte corruption
- Each iteration verifies check detects the corruption
2025-12-17 16:11:59 -08:00
..
check.go Add atomic writes, humanized sizes, debug logging, and -v/-q per-command 2025-12-17 15:57:20 -08:00
entry_test.go Add manifest corruption detection test 2025-12-17 16:11:59 -08:00
entry.go Add godoc strings to all exported types, functions, and fields 2025-12-17 11:27:41 -08:00
fetch_test.go Fix all linter errors 2025-12-17 14:37:52 -08:00
fetch.go Add atomic writes, humanized sizes, debug logging, and -v/-q per-command 2025-12-17 15:57:20 -08:00
freshen_test.go Change FileProgress callback to channel-based progress 2025-12-17 14:30:10 -08:00
freshen.go Add atomic writes, humanized sizes, debug logging, and -v/-q per-command 2025-12-17 15:57:20 -08:00
gen.go Add atomic writes, humanized sizes, debug logging, and -v/-q per-command 2025-12-17 15:57:20 -08:00
list.go Add list command to show manifest contents 2025-12-17 15:36:48 -08:00
mfer.go Add atomic writes, humanized sizes, debug logging, and -v/-q per-command 2025-12-17 15:57:20 -08:00