issues Search Results · repo:nlepage/go-tarfs language:Go
Filter by
5 results
(75 ms)5 results
innlepage/go-tarfs (press backspace or delete to remove)It looks like we inadvertently introduced a regression in v1.2.0. It no longer correctly handles opening a PAX global
header.
We still correctly record the presence of the pax_global_header entry in the ...
joelanford
- 1
- Opened on Aug 14, 2023
- #18
Use tarfiles from https://github.com/golang/go/tree/master/src/archive/tar/testdata in the tests
enhancement
nlepage
- Opened on Jul 26, 2023
- #17
I ve been a user of this library, and I find it really useful (thanks!).
However, I ve noticed that the files within the tar are fully read into memory, even if the underlying reader supports
io.ReaderAt. ...
joelanford
- 5
- Opened on Jul 21, 2023
- #15
Some tar files may have file entries with a path inside of a directory (eg dir1/file11), but miss corresponding
directory entries (eg have no entry for dir1).
ping @mihaibuzgau @viovanov I saw both of ...
enhancement
nlepage
- 1
- Opened on Mar 24, 2022
- #12
STEPS
1. Create an archive:
mkdir empty_dir
tar -cf fs_test_infinite_loop.tar -C empty_dir .
2. Walk the archive using fs.WalkDir function.
EXPECTED: The walk function is called once. ...
bug
adyatlov
- 2
- Opened on Dec 3, 2021
- #10

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.