squashfs
A (WIP) SquashFS reader and writer using fs.FS
-
Filename
Size
Last Commit Date
Commit Message
-
..
-
LICENSE
767
2024/05/30 21:46:01
added LICENSE
-
README.md
4857
2024/05/30 21:46:09
added initial README
-
blockcache.go
2094
2024/06/04 20:47:23
add uncompressed blocks to blockcache as well
-
blockcache_test.go
1497
2024/05/30 21:07:26
extended block cache tests to test invalidation
-
builder.go
11368
2024/06/06 22:09:20
removed extra newline
-
compressor.go
7705
2024/06/05 21:30:46
combine const statements
-
dir.go
2930
2024/06/09 19:13:16
add String method to dirEntry
-
entries.go
14564
2024/06/09 19:13:28
add String method to FSInfo objects
-
errors.go
1165
2024/05/04 20:41:15
removed unused error
-
file.go
4690
2024/06/05 21:25:07
replaced magic num with const
-
go.mod
200
2024/06/01 17:00:55
add rwcount package
-
go.sum
531
2024/06/01 17:00:55
add rwcount package
-
main_test.go
3633
2024/06/05 21:15:25
add fn to set owner (uid, gid) of entry for testing
-
metadata.go
2224
2024/06/05 21:22:26
made lookup table usage more generic
-
options.go
2032
2024/06/04 20:38:27
renamed Option interface to BuildOption
-
resolve.go
2232
2024/06/05 21:30:54
combine const statements
-
squashfs.go
4293
2024/06/10 21:04:59
added Readlink method to SquashFS
-
squashfs_test.go
13812
2024/06/10 21:11:28
added tests for Readlink
-
superblock.go
3397
2024/06/05 21:16:21
pull out compression option writing into own method
-
superblock_test.go
738
2024/05/19 19:00:11
moved all superblock code into own file (previously stats.go)