mfer/mfer
clawbot bc4366aad4 fix: FindExtraFiles skips dotfiles and manifest files to avoid false positives
FindExtraFiles now skips hidden files/directories and manifest files
(index.mf, .index.mf) when looking for extra files. Previously it would
report these as 'extra' even though they are intentionally excluded from
manifests by default, making --no-extra-files unusable.

Also includes IsHiddenPath fix for '.' (needed by the new filtering).
2026-02-08 17:12:25 -08:00
..
builder_test.go Fix newTimestampFromTime panic on extreme dates (closes #15) (#20) 2026-02-09 02:10:21 +01:00
builder.go Specify and enforce path invariants (closes #26) (#31) 2026-02-09 01:45:29 +01:00
checker_test.go fix: FindExtraFiles skips dotfiles and manifest files to avoid false positives 2026-02-08 17:12:25 -08:00
checker.go fix: FindExtraFiles skips dotfiles and manifest files to avoid false positives 2026-02-08 17:12:25 -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 Add GPG signature verification on manifest load 2025-12-18 05:56:16 -08:00
gpg.go progress 2026-02-08 09:25:58 -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 Add UUID to manifest and verify integrity before decompression 2025-12-18 02:20:51 -08:00
mf.proto Specify and enforce path invariants (closes #26) (#31) 2026-02-09 01:45:29 +01:00
scanner_test.go Use Go 1.13+ octal literal syntax throughout codebase 2025-12-18 01:29:40 -08:00
scanner.go fix: FindExtraFiles skips dotfiles and manifest files to avoid false positives 2026-02-08 17:12:25 -08:00
serialize.go Fix newTimestampFromTime panic on extreme dates (closes #15) (#20) 2026-02-09 02:10:21 +01:00
url.go Add custom types for type safety throughout codebase 2025-12-18 01:01:18 -08:00