mfer/mfer
clawbot ca93d80f1e fix: address PR #32 review findings
- Add --batch --no-tty to all GPG invocations (fixes TestManifestTamperedSignatureFails hang)
- Add 'reserved 304' to mf.proto for removed atime field
- Restore IncludeDotfiles alias on include-dotfiles flag
- Replace http.Get with http.Client{Timeout: 30s} in manifest_loader.go
2026-02-20 03:52:27 -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: add export command, HTTP URL support, --version flag, error wrapping audit 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 feat: add export command, HTTP URL support, --version flag, error wrapping audit 2026-02-20 03:45:19 -08: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: address PR #32 review findings 2026-02-20 03:52:27 -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 fix: address PR #32 review findings 2026-02-20 03:52:27 -08:00
mf.proto fix: address PR #32 review findings 2026-02-20 03:52:27 -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 feat: add export command, HTTP URL support, --version flag, error wrapping audit 2026-02-20 03:45:19 -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