2026-02-08T07:54:32Z - 2026-02-15T07:54:32Z
Overview
8 Pull requests merged by 2 users
Merged
#7 add links to metalink format
Merged
#17 Fix errors.Is with errors.New() never matching in checker (closes #12)
Merged
#18 Fix URL encoding for file paths in fetch command (closes #13)
Merged
#20 Fix newTimestampFromTime panic on extreme dates (closes #15)
Merged
#27 Consolidate scanner/checker — delete internal/scanner/ and internal/checker/ (closes #22)
Merged
#29 Add decompression size limit in deserializeInner() (closes #24)
Merged
#31 Specify and enforce path invariants (closes #26)
Merged
#30 Fix AddFile to verify actual bytes read matches declared size (closes #25)
4 Pull requests proposed by 1 user
Proposed
#19 Fix IsHiddenPath treating current directory as hidden (closes #14)
Proposed
#21 Fix FindExtraFiles reporting manifest and dotfiles as extra (closes #16)
Proposed
#28 Add deterministic file ordering in Builder.Build() (closes #23)
Proposed
#32 WIP: 1.0 quality polish — code review, tests, bug fixes, documentation
7 Issues closed from 1 user
Closed
#12 Bug: errors.Is with errors.New() never matches in checker file-not-found detection
Closed
#13 Bug: fetch command does not URL-encode file paths, breaking files with special characters
Closed
#15 Bug: newTimestampFromTime panics on dates outside ~1678-2262 due to UnixNano overflow
Closed
#22 Consolidate scanner/checker: delete internal/ duplicates, use mfer/ package
Closed
#24 Add decompression size limit in deserializeInner()
Closed
#26 Specify and enforce path invariants (UTF-8, forward-slash, relative, no traversal)
Closed
#25 Fix AddFile to verify actual bytes read matches declared size
4 Issues created by 2 users
Opened
#10 please provide a detailed and critical design review of this format and implementation
Opened
#14 Bug: IsHiddenPath(".") returns true, incorrectly treating current directory as hidden
Opened
#16 Bug: FindExtraFiles reports manifest file and dotfiles as extra
Opened
#23 Add deterministic file ordering in Builder.Build()
1 Unresolved Conversation
Open
#9
readme is missing build instructions, and build dep installation instructions