Age | Commit message (Expand) | Author |
2019-09-05 | Move block processor from compressor to libsquashfs code | David Oberhollenzer |
2019-09-05 | Cleanup: move "create_block" from block processor over to data writer | David Oberhollenzer |
2019-09-04 | Split fstree inode serialization, move independend part to libsquashfs.so | David Oberhollenzer |
2019-09-04 | Add fstree independend directory writer to libsquashfs.so | David Oberhollenzer |
2019-09-02 | Move fstree independend parts of xattr_reader to libsquashfs.so | David Oberhollenzer |
2019-09-01 | Internalize the layout of the id_table_t structure | David Oberhollenzer |
2019-09-01 | Move command line processing stuff out of compressor code | David Oberhollenzer |
2019-09-01 | API cleanup: Shuffle declarations around | David Oberhollenzer |
2019-09-01 | Break up squashfs.h into topic related headers | David Oberhollenzer |
2019-09-01 | Install libsquashfs.so headers on the system in "sqfs" subdirectory | David Oberhollenzer |
2019-09-01 | Move some application specific stuff out of libutil | David Oberhollenzer |
2019-08-31 | Turn libsquashfs.a into a shared library | David Oberhollenzer |
2019-08-31 | Split libsquashfs.a into low seperate libraries | David Oberhollenzer |
2019-08-31 | Merge libcompress.a into libsquashfs.a | David Oberhollenzer |
2019-08-23 | Add wrappers for calloc style functions with size overflow checking | David Oberhollenzer |
2019-08-18 | Replace update_crc32 helper function with crc32 from zlib | David Oberhollenzer |
2019-08-18 | Add pthread based, parallel block processor implementation | David Oberhollenzer |
2019-08-18 | Add block processor data structure | David Oberhollenzer |
2019-08-05 | cleanup: unify all the code that reads squashfs images | David Oberhollenzer |
2019-08-04 | Improve file unpacking order | David Oberhollenzer |
2019-08-02 | Implement support for SOURCE_DATE_EPOCH environment variable | David Oberhollenzer |
2019-08-01 | Add xattr reader implementation to recover xattrs from squashfs | David Oberhollenzer |
2019-07-29 | Cleanup: move deduplication code from data writer to fstree | David Oberhollenzer |
2019-07-28 | Add some nice statistics output to tar2sqfs and gensquashfs | David Oberhollenzer |
2019-07-28 | Add utility function to compute crc32 check sums | David Oberhollenzer |
2019-07-28 | Merge remaining code of fragment reader into data reader | David Oberhollenzer |
2019-07-25 | Generate linear file list in fstree | David Oberhollenzer |
2019-07-25 | Add generic read_table function similar to write_table | David Oberhollenzer |
2019-07-25 | Rename table.c to write_table.c in accordance to function it contains | David Oberhollenzer |
2019-07-25 | libutil: add read_data style wrapper around pread() | David Oberhollenzer |
2019-07-21 | Implement generating an inode table for NFS export | David Oberhollenzer |
2019-07-16 | cleanup: move error handling into read_retry | David Oberhollenzer |
2019-07-16 | cleanup: move error handling into write_retry | David Oberhollenzer |
2019-07-04 | libtar: add support for xattr extensions | David Oberhollenzer |
2019-07-03 | cleanup: move tree node from path function to libfstree.a | David Oberhollenzer |
2019-07-01 | cleanup: split tar code up, remove some duplications | David Oberhollenzer |
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 |