Age | Commit message (Expand) | Author |
2020-02-10 | Cleanup: remove the fragment store/discard and block discard hooks | David Oberhollenzer |
2020-02-10 | Cleanup statistics print out | David Oberhollenzer |
2020-02-10 | Cleanup: Use stat structs instead of hooks in tar2sqfs/gensquashfs | David Oberhollenzer |
2020-02-10 | Add run time statistics to the block writer and processor | David Oberhollenzer |
2020-02-09 | block processor: merge left overs of block.c/fragment.c into common.c | David Oberhollenzer |
2020-02-09 | Move block writer and fragment table management out of block processor | David Oberhollenzer |
2020-01-31 | Split the block writing/deduplication away from the block processor | David Oberhollenzer |
2020-01-29 | Rename sqfs_data_writer_t back to sqfs_block_processor_t | David Oberhollenzer |
2020-01-26 | Fix memory leak in hard link detection code | David Oberhollenzer |
2020-01-26 | Cleanup: Move fragment deduplication code over to fragment table | David Oberhollenzer |
2020-01-25 | Add missing headers to installed header list | David Oberhollenzer |
2020-01-24 | Cleanup: use fragment table primitive in data writer | David Oberhollenzer |
2020-01-24 | Cleanup: remove single use helper functions from data writer | David Oberhollenzer |
2020-01-24 | Cleanup: use the frag table data type in the data reader | David Oberhollenzer |
2020-01-24 | Add a fragment table primitive to libsquashfs | David Oberhollenzer |
2020-01-20 | Add a flag field to the id table create function | David Oberhollenzer |
2020-01-19 | Cleanup: remove the payload pointers from sqfs_inode_generic_t | David Oberhollenzer |
2020-01-19 | Add a helper function to unpack directory index entries | David Oberhollenzer |
2020-01-19 | Fix directory index accounting when reading inodes | David Oberhollenzer |
2020-01-12 | Add a start anchor parameter to sqfs_dir_reader_find_by_path | David Oberhollenzer |
2020-01-12 | Add an inode deep copy helper function to libsquashfs | David Oberhollenzer |
2020-01-06 | Cleanup: use parse_size function to parse compressor options | David Oberhollenzer |
2020-01-02 | Support parsing [device] block size argument with SI suffix | David Oberhollenzer |
2019-12-30 | Fix zlib paths in automake file | David Oberhollenzer |
2019-12-29 | Add a small version of zlib that can be built in statically | David Oberhollenzer |
2019-12-28 | Add a small version of liblz4 that can be built in statically | David Oberhollenzer |
2019-12-23 | Simplify hard link handling | David Oberhollenzer |
2019-12-23 | Minor cleanup in inode allocation | David Oberhollenzer |
2019-12-23 | Add libtar.a function to create hardlink records | David Oberhollenzer |
2019-12-23 | Add simple sqfs_tree_node_t hardlink detection to libcommon | David Oberhollenzer |
2019-12-23 | Bring back the flat list of inodes in libfstree | David Oberhollenzer |
2019-12-22 | Add hard link support to gensquashfs and tar2sqfs | David Oberhollenzer |
2019-12-22 | Add basic support for handling and serializing hard links | David Oberhollenzer |
2019-12-19 | Split the libfstree add_by_path tree traversal function out | David Oberhollenzer |
2019-12-19 | Fix link count for file inodes in tree serialization. | David Oberhollenzer |
2019-12-18 | Add an explicit link count to the fstree nodes | David Oberhollenzer |
2019-12-18 | Rename fstree "slink_target" to "target" | David Oberhollenzer |
2019-12-18 | Move is_filename_sane to libfstree, add test cases | David Oberhollenzer |
2019-12-18 | Cleanup: internalize some fstree functions | David Oberhollenzer |
2019-12-18 | Cleanup: merge the fstree post processing functions | David Oberhollenzer |
2019-12-16 | Remove fstree inode table | David Oberhollenzer |
2019-12-16 | Do the fstree serialization in a recursive tree walk | David Oberhollenzer |
2019-12-16 | Use the sqfs_dir_writer_t to create the NFS export table | David Oberhollenzer |
2019-12-16 | Add ability to sqfs_dir_writer to create an export table | David Oberhollenzer |
2019-12-16 | Cleanup: split sqfs_serialize_fstree into smaller functions | David Oberhollenzer |
2019-12-15 | Fix tar GNU sparse header parsing | David Oberhollenzer |
2019-12-13 | Better support for reading/writing non-ASCII xattr values from/to tar | David Oberhollenzer |
2019-12-13 | Make the PAX header parser more strict | David Oberhollenzer |
2019-12-13 | Fix name of libsquashfs pkg-config file | David Oberhollenzer |
2019-12-13 | Merge windows and pthread thread pool implementations | David Oberhollenzer |