Age | Commit message (Expand) | Author |
2019-06-19 | Split generic tar code off to static library | David Oberhollenzer |
2019-06-19 | Cleanup: split up fstree.c | David Oberhollenzer |
2019-06-15 | libfstree.a: add function to get struct stat from tree node | David Oberhollenzer |
2019-06-15 | Move function to padd a file with 0 bytes to libutil | David Oberhollenzer |
2019-06-11 | Move file extraction code to generic data_reader_t in libsquashfs.a | David Oberhollenzer |
2019-06-11 | Move write_xattr to libsqfs.a | David Oberhollenzer |
2019-06-11 | Move data writer to libsqfs.a | David Oberhollenzer |
2019-06-10 | cleanup: move tree deserialization to libsqfs.a | David Oberhollenzer |
2019-06-10 | Rename table.h to highlevel.h | David Oberhollenzer |
2019-06-10 | Add generic function to produce a full path from an fstree node | David Oberhollenzer |
2019-06-10 | cleanup: move entire fstree serialization to libsqfs.a | David Oberhollenzer |
2019-06-10 | Generate a flat inode table from the fstree ahead of time | David Oberhollenzer |
2019-06-10 | Add pushd/popd utility | David Oberhollenzer |
2019-05-26 | gensquashfs: add option to simply pack an input directory | David Oberhollenzer |
2019-05-20 | Add string table header | David Oberhollenzer |
2019-05-19 | Add ZSTD compressor implementation | David Oberhollenzer |
2019-05-19 | Add SELinux labeling to fstree code | David Oberhollenzer |
2019-05-19 | Add string table implementation | David Oberhollenzer |
2019-05-06 | Add lz4 compressor implementation | David Oberhollenzer |
2019-05-06 | Add LZO compressor implementation | David Oberhollenzer |
2019-05-04 | Rename lzma compressor to xz, zlib compressor to gzip | David Oberhollenzer |
2019-05-03 | unsquashfs: add code to unpack the entire file system | David Oberhollenzer |
2019-05-03 | Add utility functions to read the fragment data from an image | David Oberhollenzer |
2019-05-03 | unsquashfs: add argument processing, file listing parameter | David Oberhollenzer |
2019-05-03 | Add helper function for reading dir entries to meta reader | David Oberhollenzer |
2019-05-03 | Add function to read generic inode from meta data reader | David Oberhollenzer |
2019-05-02 | unsquashfs: read ID table from file | David Oberhollenzer |
2019-05-02 | Add meta data reader implementation | David Oberhollenzer |
2019-05-02 | Add unsquashfs stub | David Oberhollenzer |
2019-05-02 | Add compress header to makefile, so it also gets packaged | David Oberhollenzer |
2019-05-02 | Write out the missing tables | David Oberhollenzer |
2019-05-02 | Add id table code stub | David Oberhollenzer |
2019-05-02 | Move super block init/write code to libsquashfs.a | David Oberhollenzer |
2019-05-02 | Move abstract squashfs I/O code to libsquashfs.a | David Oberhollenzer |
2019-05-02 | Add utility functions | David Oberhollenzer |
2019-05-02 | Add compressor library | David Oberhollenzer |
2019-04-30 | Initial commit | David Oberhollenzer |