Age | Commit message (Expand) | Author |
2020-09-03 | Fix integer bounds checking in GNU tar sparse format 1.0 parser | David Oberhollenzer |
2020-09-02 | Fix nonexistant gnu tar sparse format 1.0 support | David Oberhollenzer |
2020-08-26 | Fix tree node path generation for detached sub trees | David Oberhollenzer |
2020-08-16 | Fix libtar treatment of link targets that fill the header field | David Oberhollenzer |
2020-08-12 | Fix block processor single block with don't fragment flag bug | David Oberhollenzer |
2020-08-04 | Cleanup: move zlib/lz4 code from lib/sqfs/comp/ to lib/ | David Oberhollenzer |
2020-07-29 | Fix: xattr reader: read the header after seaking to an OOL value | David Oberhollenzer |
2020-06-20 | Fix block bounds checking in libsquashfs data reader | David Oberhollenzer |
2020-06-13 | Fix: don't include alloca.h on systems that don't provide this headerv1.0.0 | David Oberhollenzer |
2020-06-13 | Bump the so version number for libsquashfs | David Oberhollenzer |
2020-06-12 | Add an explicit defition for the libsquashfs so version | David Oberhollenzer |
2020-06-11 | Add flags to functions that might logically be expanded in the future | David Oberhollenzer |
2020-06-09 | Cleanup: mark sqfs_xattr_writer_flush writer argument as const | David Oberhollenzer |
2020-06-09 | Cleanup: remove refcount adjusting in sqfs_xattr_writer_end | David Oberhollenzer |
2020-06-09 | Cleanup: split libsquashfs xattr writer code | David Oberhollenzer |
2020-06-07 | Fix uninitialized error code in block processor error path | 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 | 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-05-30 | Cleanup: sqfs2tar: break up and simplify the repacking code | 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-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-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 | 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-04 | Expose more fine grained control values & flags on the XZ compressor | David Oberhollenzer |
2020-05-04 | Fix: propperly set the last block flag if fragments are disabled | David Oberhollenzer |
2020-05-03 | Fix: use 0644 as default permissions when creating files | David Oberhollenzer |