Age | Commit message (Expand) | Author |
2021-06-25 | Add default cases for every switch block | David Oberhollenzer |
2021-06-25 | Remove casual un-const casting in various places | David Oberhollenzer |
2021-06-25 | libcommon: remove potentially un-aligned access in LZO compressor | David Oberhollenzer |
2021-03-06 | Add a context pointer to the rbtree key comparison | David Oberhollenzer |
2021-03-06 | Cleanup: replace the void-ptr with an inode-ptr in the file tree node | David Oberhollenzer |
2021-01-19 | libcommon: Use the newer API for the block processor | David Oberhollenzer |
2020-11-13 | Fix: include MacOS compat byteswab definitions in LZO compressor | David Oberhollenzer |
2020-11-07 | Cleanup: libcommon: try to split up some of the larger files | David Oberhollenzer |
2020-09-29 | Update tar2sqfs/sqfs2tar documentation | David Oberhollenzer |
2020-09-16 | Remodel libtar/tar2sqfs to read data from an istream_t | David Oberhollenzer |
2020-09-16 | Remodel file extraction tools to use libfstream | David Oberhollenzer |
2020-09-16 | Implement a data writer based output stream | David Oberhollenzer |
2020-08-26 | Fix tree node path generation for detached sub trees | David Oberhollenzer |
2020-06-11 | Add flags to functions that might logically be expanded in the future | David Oberhollenzer |
2020-06-04 | Cleanup: libcommon: use global LUTs for compressor options | David Oberhollenzer |
2020-06-04 | Cleanup: Pull compression level parameter out into compressor config | David Oberhollenzer |
2020-06-04 | lzma compressor: support micro management options | David Oberhollenzer |
2020-06-04 | lzma compressor: add support for the "extreme" flag | David Oberhollenzer |
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 |