Age | Commit message (Expand) | Author |
2022-08-20 | Return an error number from sqfs_tree_find_hard_links | David Oberhollenzer |
2022-07-08 | Cleanup: move filename_sane & canonicalize_path functions to libutil | David Oberhollenzer |
2022-07-08 | Make sqfs_tree_node_get_path more robust | David Oberhollenzer |
2022-07-08 | Move sqfs_tree_node_get_path to libsquashfs | David Oberhollenzer |
2022-07-08 | Cleanup: move inode_stat to sqfs2tar | David Oberhollenzer |
2022-07-08 | Cleanup: move mkdir_p from libcommon to libutil | David Oberhollenzer |
2022-07-08 | Cleanup: move libutil headers to sub directory | David Oberhollenzer |
2021-11-24 | Fix: libcommon: Correctly restore prefix path in mkdir_p on Windows | David Oberhollenzer |
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 |