Age | Commit message (Expand) | Author |
2019-06-10 | gensquashfs: do pushd/popd when needed instead of chdir | David Oberhollenzer |
2019-06-09 | Add workaround to make empty directories with xattrs work | David Oberhollenzer |
2019-05-31 | Update documentation | David Oberhollenzer |
2019-05-31 | gensquashfs: allow combining packdir and packfile | David Oberhollenzer |
2019-05-26 | gensquashfs: add option to simply pack an input directory | David Oberhollenzer |
2019-05-25 | gensquashfs: Make '-X help' work without specifying input/output files | David Oberhollenzer |
2019-05-21 | Add command line flag for compressor options, pass them to compressors | David Oberhollenzer |
2019-05-21 | fix: inode number difference in dirent is actually signed | David Oberhollenzer |
2019-05-20 | cleanup: remove squashfs type from fstree nodes | David Oberhollenzer |
2019-05-20 | cleanup: internalize meta reader/writer implementations | David Oberhollenzer |
2019-05-20 | Get rid of unalligned pointers | David Oberhollenzer |
2019-05-19 | Add ZSTD compressor implementation | David Oberhollenzer |
2019-05-19 | Generate extended attribute table | David Oberhollenzer |
2019-05-19 | Add xattr indices to inodes | David Oberhollenzer |
2019-05-19 | Add SELinux option to gensquashfs | David Oberhollenzer |
2019-05-19 | Add SELinux labeling to fstree code | David Oberhollenzer |
2019-05-19 | Fix directory index (yet again) | David Oberhollenzer |
2019-05-13 | Add yet another magic clutch to squashfs dir entry generation | David Oberhollenzer |
2019-05-13 | Generate dir index for extended dir inode | David Oberhollenzer |
2019-05-06 | Add lz4 compressor implementation | David Oberhollenzer |
2019-05-06 | Implement reading and writing of compressor options | David Oberhollenzer |
2019-05-06 | Add LZO compressor implementation | David Oberhollenzer |
2019-05-05 | Print out what we are doing on the way and options to keep quiet | David Oberhollenzer |
2019-05-04 | Rename tools to not collide with squashfs-tools | David Oberhollenzer |
2019-05-04 | Rename lzma compressor to xz, zlib compressor to gzip | David Oberhollenzer |
2019-05-04 | Remove compressor internal buffers | David Oberhollenzer |
2019-05-03 | unsquashfs: add argument processing, file listing parameter | David Oberhollenzer |
2019-05-02 | cleanup round | David Oberhollenzer |
2019-05-02 | Write out the missing tables | David Oberhollenzer |
2019-05-02 | Write inodes to image | 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 | Pack file data and fragments | David Oberhollenzer |
2019-05-02 | Store globally interesting data in sqfs_info_t structure | David Oberhollenzer |
2019-05-02 | mksquashfs: merge headers | David Oberhollenzer |
2019-05-02 | Cannonicalize path names read from the input file | David Oberhollenzer |
2019-05-02 | Add super block and padding functions | David Oberhollenzer |
2019-05-02 | Add meta data writer | David Oberhollenzer |
2019-05-02 | Add compressor library | David Oberhollenzer |
2019-04-30 | Initial commit | David Oberhollenzer |