Caleb Gardner
|
305f261d10
|
Add Lzo decompressor and Xz decompressor with filters
|
2021-09-12 05:26:47 -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 |
|
Caleb Gardner
|
28f39cf315
|
Updated libraries.
Replaced builtin zlib with faster library.
|
2021-04-03 10:14:12 -05:00 |
|
Caleb Gardner
|
9cf92c4916
|
Removed some shadowed values (thanks gopls)
|
2021-01-13 11:45:10 -06:00 |
|
Caleb Gardner
|
1506ca0ac3
|
updated dependencies
|
2021-01-10 04:39:19 -06:00 |
|
Caleb Gardner
|
43fe4f91a2
|
More work on Writer
Adding files to the Writer should work properly now (except symlinks)
Threaded the adding of files.
Added ability to ignore errors when adding files.
|
2021-01-03 04:39:39 -06:00 |
|
Caleb Gardner
|
162b228881
|
Some beginning work on squashfs.Writer
Just laying out some of the functions and what they do.
|
2021-01-01 10:54:09 -06:00 |
|
Caleb Gardner
|
5c3bf8d528
|
Implemented the rest of the compression types
Haven't implemented LZO due to limited libraries
|
2020-12-09 01:40:30 -06:00 |
|
Caleb Gardner
|
89b0a41ab9
|
Figured out it was the filters for XZ that was causing problems
Added lzma and xz decompression.
Renamed Zlib to Gzip
|
2020-12-04 05:36:58 -06:00 |
|
Caleb Gardner
|
a894e2efb9
|
Removed XZ compression.
When testing the archlinux, xz compression couldn't seem to extract ANY files.
Testing extraction with the appimage works though. So that's good.
|
2020-12-02 01:56:24 -06:00 |
|
Caleb Gardner
|
c5c6291643
|
Some more work on ExtractTo
Added Xz compression support
Started testing using a big squashfs fil (particularly the squashfs from an Arch Linux install img)
|
2020-11-30 03:53:57 -06:00 |
|
Caleb Gardner
|
426903a222
|
Renamed library to squashfs for ease of use
|
2020-11-25 10:51:59 -06:00 |
|
Caleb Gardner
|
f38db6107f
|
updated go module
|
2020-11-25 08:32:43 -06:00 |
|
Caleb Gardner
|
5761ad59cf
|
Renamed BlockReader to MetadataReader (more correct)
SOME work on fragments (not working still...)
|
2020-11-23 16:50:00 -06:00 |
|
Caleb Gardner
|
fe0f4ef05f
|
Working on reading data.
Set up go modules
|
2020-11-20 03:59:38 -06:00 |
|