mfer/mfer
clawbot dacc97d1f6 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-20 03:45:19 -08:00
..
builder_test.go feat: deterministic manifests by default, remove atime, rate-limit checker progress 2026-02-20 03:45:19 -08:00
builder.go feat: deterministic manifests by default, remove atime, rate-limit checker progress 2026-02-20 03:45:19 -08:00
checker_test.go feat: deterministic manifests by default, remove atime, rate-limit checker progress 2026-02-20 03:45:19 -08:00
checker.go feat: deterministic manifests by default, remove atime, rate-limit checker progress 2026-02-20 03:45:19 -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: handle errcheck warnings in gpg.go and gpg_test.go 2026-02-19 23:41:14 -08:00
gpg.go fix: handle errcheck warnings in gpg.go and gpg_test.go 2026-02-19 23:41:14 -08:00
manifest.go Add deterministic file ordering in Builder.Build() 2026-02-20 03:05: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-20 03:45:19 -08:00
mf.proto feat: deterministic manifests by default, remove atime, rate-limit checker progress 2026-02-20 03:45:19 -08:00
scanner_test.go Fix IsHiddenPath treating current directory as hidden (closes #14) 2026-02-20 03:43:56 -08:00
scanner.go feat: deterministic manifests by default, remove atime, rate-limit checker progress 2026-02-20 03:45:19 -08:00
serialize.go Add deterministic file ordering in Builder.Build() 2026-02-20 03:05:16 -08:00
url_test.go Fix BaseURL.JoinPath encoding slashes in paths, add URL tests 2026-02-20 03:44:47 -08:00
url.go Fix BaseURL.JoinPath encoding slashes in paths, add URL tests 2026-02-20 03:44:47 -08:00