Age | Commit message (Expand) | Author |
2020-06-07 | Replace assert with propper error handling in rdsquashfs describe | David Oberhollenzer |
2020-06-07 | Update CHANGELOG.md | David Oberhollenzer |
2020-06-07 | Move the fragment deduplication hash table back into the block processor | David Oberhollenzer |
2020-06-07 | block processor: add an internal common cleanup function | David Oberhollenzer |
2020-06-04 | Fix compressor config union size test | 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 | Strictly enfore min/max dictionary size in XZ & LZMA compressors | 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-06-03 | Cleanup: Add defines for minimum and maximum block size | David Oberhollenzer |
2020-06-02 | Cleanup: clear naming confusion lzma vs xz in some comments | David Oberhollenzer |
2020-06-02 | tar2sqfs: add missing copyright header | David Oberhollenzer |
2020-05-30 | Fix: Only add Selinux flags if WITH_SELINUX is set | David Oberhollenzer |
2020-05-30 | sqfs2tar: Move hard link detection to tree-repacking code | David Oberhollenzer |
2020-05-30 | Cleanup: sqfs2tar: break up and simplify the repacking code | David Oberhollenzer |
2020-05-30 | Cleanup: Reorganize structure of Automake files | David Oberhollenzer |
2020-05-30 | Cleanup: move man pages to the respective program source directories | David Oberhollenzer |
2020-05-30 | Cleanup: try to split tar2sqfs.c in a reasonable way | David Oberhollenzer |
2020-05-30 | Cleanup: try to split sqfs2tar.c in a reasonable way | David Oberhollenzer |
2020-05-30 | Block processor: cleanup macros, merge windows & pthread initialization | David Oberhollenzer |
2020-05-29 | Block processor: merge finish & sync functions | David Oberhollenzer |
2020-05-29 | Block processor: allow operation without a fragment table | David Oberhollenzer |
2020-05-29 | Block processor: Add a raw block submission function | David Oberhollenzer |
2020-05-29 | Block processor: add flags to manage hashing & sparse block detection | David Oberhollenzer |
2020-05-29 | Support associating a user pointer with data blocks | David Oberhollenzer |
2020-05-29 | Block processor: turn internal functions into interface entry points | David Oberhollenzer |
2020-05-29 | Make the block processor inode management optional | 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-29 | cleanup: libsqfs: remove hooks from sqfs_block_writer_t | David Oberhollenzer |
2020-05-26 | sqfsdiff: extract compressor options, but don't fail on error | David Oberhollenzer |
2020-05-24 | Minor fixes/cleanups in the block processor | David Oberhollenzer |
2020-05-24 | Cleanup: split the block processor common.c again | David Oberhollenzer |
2020-05-24 | block processor: promote fragments to fragment blocks | David Oberhollenzer |
2020-05-23 | block processor: move the block consolidation to the worker thread | David Oberhollenzer |
2020-05-23 | block processor: recycle blocks to reduce allocation pressure | David Oberhollenzer |
2020-05-23 | block processor: don't zero initialize the block payload area | David Oberhollenzer |
2020-05-23 | Update benchmark numbers for zstd, now that it uses correct parameters | David Oberhollenzer |
2020-05-21 | Update CHANGELOG.md | David Oberhollenzer |
2020-05-21 | Fix: zstd: actually set the compression level from the options | David Oberhollenzer |
2020-05-21 | hash table: switch to sqfs_* types, mark functions as hidden | David Oberhollenzer |
2020-05-21 | Update CHANGELOG.md | David Oberhollenzer |
2020-05-21 | Fix the semantics of the super block deduplication | David Oberhollenzer |
2020-05-19 | Cleanup: move hash table header to include directory | David Oberhollenzer |
2020-05-18 | libtar: fix size computation of PAX line length | David Oberhollenzer |
2020-05-16 | Update documentation | David Oberhollenzer |
2020-05-07 | Fix checksums for the corpus tests now that -T actually works | David Oberhollenzer |
2020-05-07 | Fix compilation on GCC4 and below | Brandon Maier |
2020-05-04 | Expose more fine grained control values & flags on the XZ compressor | David Oberhollenzer |