-
Fixed missing import Pre-Release
released this
2023-03-29 12:45:21 -05:00 | 94 commits to main since this releaseDownloads
-
Fixes for non-Linux OSes Pre-Release
released this
2023-03-18 06:57:45 -05:00 | 95 commits to main since this releaseWhat's Changed
- fix: use correct ENODATA value on different platforms by @x1unix in https://github.com/CalebQ42/squashfs/pull/20
New Contributors
- @x1unix made their first contribution in https://github.com/CalebQ42/squashfs/pull/20
Full Changelog: https://github.com/CalebQ42/squashfs/compare/v0.7.8...v0.7.9
Downloads
-
Fixed bug Pre-Release
released this
2023-01-18 02:31:08 -06:00 | 98 commits to main since this releaseFixed a bug with fuse2 mounting
Downloads
-
Fuse2 Pre-Release
released this
2023-01-17 10:20:11 -06:00 | 99 commits to main since this releaseAdded Fuse2 mounting capabilities
Downloads
-
Fixed bug Pre-Release
released this
2023-01-05 01:29:23 -06:00 | 101 commits to main since this release- Fixed an issue when using Zstd compression
Downloads
-
v0.7.5 Pre-Release
released this
2023-01-04 06:40:57 -06:00 | 102 commits to main since this release- Reverted some changes to fullreader that was causing problems
Downloads
-
FUSE fix Pre-Release
released this
2023-01-04 06:01:12 -06:00 | 103 commits to main since this release- Fixed
Reader.Mountto work properly.- No longer returns a
*fuse.Connand is now managed byReader.MountWaitandReader.Unmount
- No longer returns a
Downloads
- Fixed
-
ReaderAtOffset Pre-Release
released this
2022-12-22 02:00:42 -06:00 | 105 commits to main since this release- Added ReaderAtOffset which reads a squashfs archive from io.ReaderAt at a given offset.
Downloads
-
Slight FUSE improvements Pre-Release
released this
2022-12-17 17:06:28 -06:00 | 106 commits to main since this releasesquashfs.Mountnow serves the mount on a seperate goroutine and has comments.
Downloads
-
FUSE Pre-Release
released this
2022-12-03 02:50:17 -06:00 | 109 commits to main since this release- Added the ability to FUSE mount an archive (using fuse3)
- Use
Reader.Mount
- Use
- Added
File.ReadAt- Still needs to be tested, but I want to get FUSE released.
- Added
FS.OpenFilewhich returns a*squashfs.Fileinstead of anfs.File
Downloads
- Added the ability to FUSE mount an archive (using fuse3)