Age | Commit message (Expand) | Author |
2020-05-29 | Support associating a user pointer with data blocks | David Oberhollenzer |
2020-05-29 | Turn the sqfs_block_writer_t into an interface | David Oberhollenzer |
2020-05-29 | cleanup: libsqfs: eliminate block writer statistics | David Oberhollenzer |
2020-05-04 | Expose more fine grained control values & flags on the XZ compressor | David Oberhollenzer |
2020-04-16 | tar2sqfs & gensquashfs: Delete the output file on failure | David Oberhollenzer |
2020-04-01 | Fix missing header without LZO | Alyssa Ross |
2020-03-19 | Fix compressor availability check in libcommon | David Oberhollenzer |
2020-03-05 | Get rid of sqfs_compressor_exists | David Oberhollenzer |
2020-03-05 | Change the signature of sqfs_compressor_create to return an error code | David Oberhollenzer |
2020-03-05 | Cleanup: Remove the E_ prefix from all libsquashfs enumerators | David Oberhollenzer |
2020-03-04 | Add a generic copying mechanism to sqfs_object_t | David Oberhollenzer |
2020-03-01 | Fix printf format specifies for sqfs_u64 | David Oberhollenzer |
2020-03-01 | Fix: Replace bit shifts in parse_size with SZ_MUL_OV | David Oberhollenzer |
2020-02-27 | Add a function to the compressor interface to get the configuration | David Oberhollenzer |
2020-02-23 | Turn file inode management completely over to the block processor | David Oberhollenzer |
2020-02-23 | Unify the payload counters in the sqfs_inode_generic_t | David Oberhollenzer |
2020-02-22 | libcommon: stdin file: Fix size accounting for sparse files | David Oberhollenzer |
2020-02-22 | Move inode size accounting completely to the block processor | David Oberhollenzer |
2020-02-22 | Make hard link detection scale better | David Oberhollenzer |
2020-02-15 | Add a "sequence error" to libsquashfs error codes | David Oberhollenzer |
2020-02-12 | Implement a more explicit object system | David Oberhollenzer |
2020-02-12 | Remove usage of sqfs_block_t from block reader | 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-09 | Move block writer and fragment table management out of 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-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-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-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 basic support for handling and serializing hard links | 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: 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-12 | Fix out of bounds writes in lzo compressor | David Oberhollenzer |
2019-12-09 | Only check for OS specific bad filenames when unpacking | David Oberhollenzer |
2019-11-25 | Cleanup: move overflow safe alloc code into libsquashfs | David Oberhollenzer |
2019-11-24 | Cleanup libsquashfs invalid argument error codes | David Oberhollenzer |
2019-11-24 | Fix: Move LZO compressor from libsquashfs to libcommon | David Oberhollenzer |
2019-11-23 | Move some unix header inclusions to compat.h | David Oberhollenzer |