mfer/mfer
clawbot 353e05d270 feat: deterministic manifests by default, remove atime, rate-limit checker progress
- Remove atime field from proto schema (field 304 reserved)
- Omit createdAt timestamp by default for deterministic output
- Add --include-timestamps flag to gen and freshen commands to opt in
- Add Builder.SetIncludeTimestamps() and ScannerOptions.IncludeTimestamps
- Rate-limit Checker progress updates to once per second (matching Scanner)
- Add tests for all changes

Closes design decisions: deterministic-by-default, atime removal.
2026-02-11 03:49:43 -08:00
..
builder_test.go feat: deterministic manifests by default, remove atime, rate-limit checker progress 2026-02-11 03:49:43 -08:00
builder.go feat: deterministic manifests by default, remove atime, rate-limit checker progress 2026-02-11 03:49:43 -08:00
checker_test.go feat: deterministic manifests by default, remove atime, rate-limit checker progress 2026-02-11 03:49:43 -08:00
checker.go feat: deterministic manifests by default, remove atime, rate-limit checker progress 2026-02-11 03:49:43 -08:00
constants.go Add decompression size limit in deserializeInner() (closes #24) (#29) 2026-02-09 01:45:55 +01:00
deserialize.go Add decompression size limit in deserializeInner() (closes #24) (#29) 2026-02-09 01:45:55 +01:00
gpg_test.go Fix errcheck lint warnings in gpg.go and gpg_test.go 2026-02-10 18:36:12 -08:00
gpg.go Fix errcheck lint warnings in gpg.go and gpg_test.go 2026-02-10 18:36:12 -08:00
manifest.go Add GPG signature verification on manifest load 2025-12-18 05:56:16 -08:00
mf.go latest 2024-05-22 14:25:35 -07:00
mf.pb.go feat: deterministic manifests by default, remove atime, rate-limit checker progress 2026-02-11 03:49:43 -08:00
mf.proto feat: deterministic manifests by default, remove atime, rate-limit checker progress 2026-02-11 03:49:43 -08:00
scanner_test.go Fix IsHiddenPath treating current directory as hidden (closes #14) 2026-02-10 18:33:41 -08:00
scanner.go feat: deterministic manifests by default, remove atime, rate-limit checker progress 2026-02-11 03:49:43 -08:00
serialize.go Fix newTimestampFromTime panic on extreme dates (closes #15) (#20) 2026-02-09 02:10:21 +01:00
url_test.go Fix BaseURL.JoinPath encoding slashes in paths, add URL tests 2026-02-10 18:38:54 -08:00
url.go Fix BaseURL.JoinPath encoding slashes in paths, add URL tests 2026-02-10 18:38:54 -08:00