Caleb Gardner
72d85d7810
Added (expiremental) support for device files and Fifo
2023-04-09 20:41:00 -05:00
Caleb Gardner
67df5f40c6
Fix #21 and update deps
v0.7.10
2023-03-29 12:45:21 -05:00
Caleb Gardner
1ae5593e6c
Merge pull request #20 from x1unix/main
...
fix: use correct ENODATA value on different platforms
v0.7.9
2023-03-18 06:57:45 -05:00
ds.hiveon
653c4a167b
fix: remove redundant build tag
2023-03-18 07:46:29 +01:00
ds.hiveon
9fe17650b8
fix: use correct ENODATA value on different platforms
2023-03-18 07:44:18 +01:00
Caleb Gardner
e9e967f085
Fuse2 fix
v0.7.8
2023-01-18 02:31:08 -06:00
Caleb Gardner
187da99dd6
Added fuse2 mounting
v0.7.7
2023-01-17 10:20:11 -06:00
Caleb Gardner
75d2a29319
Export SquashFuse
2023-01-17 09:56:34 -06:00
Caleb Gardner
ce2e45ceec
Fixed issues with decompress.Decoder
v0.7.6
2023-01-05 01:29:23 -06:00
Caleb Gardner
089ef53c8c
Revert changes to fullreader
v0.7.5
2023-01-04 06:40:57 -06:00
Caleb Gardner
658e5c9e0b
Mount is non-blocking again
v0.7.4
2023-01-04 06:01:12 -06:00
Caleb Gardner
f2d86aff96
Fixed a race condition with mounts that caused them to fail
v0.7.3
2023-01-04 05:41:43 -06:00
Caleb Gardner
f61237a1f0
Added ReaderAtOffset
v0.7.2
2022-12-22 02:00:42 -06:00
Caleb Gardner
820e06e792
fuse Serve in goroutine
v0.7.1
2022-12-17 17:06:28 -06:00
Caleb Gardner
4f8f5f6928
Tweaks to decode interface
2022-12-17 16:47:33 -06:00
Caleb Gardner
1b5078c7bd
Messing around with optimizations.
2022-12-14 13:48:22 -06:00
Caleb Gardner
56fdba2f28
Merge pull request #17 from CalebQ42/fuseBraz
...
Fuse SUCCESS
v0.7.0
2022-12-03 02:50:17 -06:00
Caleb Gardner
ffbf4ebc64
Fuse SUCCESS
2022-12-03 02:45:58 -06:00
Belac Darkstorm
a015b16293
Clean path before checking if valid.
v0.6.2
2022-10-24 03:17:55 -05:00
Caleb Gardner
327781d86e
Fixed issues with fragments
v0.6.1
2022-08-26 12:11:27 -05:00
Caleb Gardner
4efd2ee49d
Merge pull request #16 from tri-adam/0.6.0-fixes
...
v0.6.0 fixes
2022-08-26 11:44:16 -05:00
Caleb Gardner
392193993c
Added single file test
2022-08-26 11:43:46 -05:00
Adam Hughes
2230a449ec
fix: use fs interfaces in type assertions
...
Previous code would panic due to invalid type assertions (presumably due
to change of type returned by func Sub). Switching to relevant fs
interface types fixes the issue and should work going forward, even if
the type is changed.
Signed-off-by: Adam Hughes <9903835+tri-adam@users.noreply.github.com >
2022-08-26 15:10:51 +00:00
Adam Hughes
0e50efea64
fix: use correct count when reading fragments
...
Signed-off-by: Adam Hughes <9903835+tri-adam@users.noreply.github.com >
2022-08-26 15:00:00 +00:00
Caleb Gardner
7a22538623
Finishing touches?
v0.6.0
2022-08-26 05:01:17 -05:00
Caleb Gardner
3bf851852f
Updated README (limitations)
2022-06-21 01:25:00 -05:00
Caleb Gardner
ac89ff7275
Updated README. Performance may not be very good...
2022-06-21 01:23:41 -05:00
Caleb Gardner
83dfa77b7d
Potential workaround for poor zstd performance
...
Performance is still not great, but better
2022-06-21 01:09:33 -05:00
Caleb Gardner
1b934de04d
Messing with stuff
2022-06-19 16:25:50 -05:00
Caleb Gardner
981f1697ab
Added benchmark race to proper tests
2022-06-19 02:02:31 -05:00
Caleb Gardner
214419b5c3
IT WORKS (again)
2022-06-19 00:32:33 -05:00
Caleb Gardner
8f5e1fef96
NEW ISSUES
2022-06-18 14:40:33 -05:00
Caleb Gardner
49595de3f2
Re-wrote metadata reader. Seems to work now.
...
Need to work on test now.
2022-06-18 14:31:17 -05:00
Caleb Gardner
96b38935a6
Found the problem file.
...
NOW TO DEBUG
2022-06-18 06:46:00 -05:00
Caleb Gardner
9ac8fef3b2
Fixing issues
2022-06-18 06:30:04 -05:00
Caleb Gardner
cde6a265a1
Started work on proper tests.
...
STILL HAVING STUPID UNEXPLAINABLE NIL POINTERS.
2022-06-18 01:32:51 -05:00
Caleb Gardner
8613e35221
Fixed some bugs
...
THINGS ARE BROKEN FOR NO REASON
2022-05-10 01:40:32 -05:00
Caleb Gardner
16ef5838c3
Move changes from exp2 to main
...
This is largely a move to simplify a lot of the readers
Also further breaks out functions.
2022-05-10 01:12:13 -05:00
Caleb Gardner
0a2ced9072
Merge pull request #11 from tri-adam/path-fix
...
fix: handle paths with special characters
v0.5.4
2022-04-22 04:25:42 -05:00
Adam Hughes
a908d69987
fix: handle paths with special characters
...
Use direct comparison of filenames rather than path.Match, which gives
characters such as '[' special meaning, resulting in unexpected failures
when calling Open, ReadDir, Stat, or Sub.
2022-04-22 05:02:57 +00:00
Caleb Gardner
6ada4f3b49
Create FUNDING.yml
2021-12-31 00:35:04 -06:00
Caleb Gardner
89f28cec6e
Merge pull request #6 from stffabi/feature/support-reading-dot
...
Support reading "." for fs.FS
v0.5.3
2021-12-02 07:40:27 -06:00
stffabi
c988309edc
Support reading "." for fs.FS
2021-12-02 13:43:18 +01:00
Caleb Gardner
e8a8c531a9
Tweaks to make FromReader work
v0.5.2
2021-09-27 01:27:58 -05:00
Caleb Gardner
80ff4466ae
Added new test
2021-09-26 22:36:30 -05:00
Caleb Gardner
64055a8a63
Improved testing
2021-09-26 19:10:43 -05:00
Caleb Gardner
0402b0a2ee
Bringing rawreader from expiremental branch.
...
Now allows creation of a squashfs.Reader from an io.Reader
v0.5.1
2021-09-26 18:30:08 -05:00
Caleb Gardner
305f261d10
Add Lzo decompressor and Xz decompressor with filters
v0.5.0
2021-09-12 05:26:47 -05:00
Caleb Gardner
70e3d81427
Some musings on what to do.
2021-04-30 03:32:31 -05:00
Caleb Gardner
6ad6857d8d
Renamed files to make them more clear
...
Trying to figure out how to write. Might have to keep tables uncompressed for now.
2021-04-30 02:52:27 -05:00