Age | Commit message (Expand) | Author |
2019-11-24 | Fix: Move LZO compressor from libsquashfs to libcommon | David Oberhollenzer |
2019-10-07 | Cleanup: move libutil related headers to "util" sub directory | David Oberhollenzer |
2019-10-07 | Improve ABI backward & forward compatibillity | David Oberhollenzer |
2019-09-29 | Cleanup: rename "compress.h" to "compressor.h" | David Oberhollenzer |
2019-09-28 | Fix out of bounds check in lzo_compressor_create | David Oberhollenzer |
2019-09-28 | Fix lzma2 VLI filter testing | David Oberhollenzer |
2019-09-28 | Fix unwanted sign extension in lzma decompressor | David Oberhollenzer |
2019-09-27 | Remove use of ssize_t from library API | David Oberhollenzer |
2019-09-27 | Cleanup: replace fixed with data types with typedefs | David Oberhollenzer |
2019-09-27 | Fix typo in error enumerator | David Oberhollenzer |
2019-09-27 | Cleanup: merge data.h into block.h | David Oberhollenzer |
2019-09-27 | Fix lzma compressor: test if compression actually shrunk the data | David Oberhollenzer |
2019-09-27 | Add xz-utils based lzma compressor implementation | David Oberhollenzer |
2019-09-09 | Change license of libsquashfs.so | David Oberhollenzer |
2019-09-08 | Replace direct file I/O with abstraction layer | David Oberhollenzer |
2019-09-07 | Remove printing to stderr in libsquashfs with returning error numbers | David Oberhollenzer |
2019-09-05 | Fix API visibility for libsquashfs.so | David Oberhollenzer |
2019-09-05 | Cleanup naming scheme of compressor | David Oberhollenzer |
2019-09-05 | Move block processor from compressor to libsquashfs code | David Oberhollenzer |
2019-09-05 | Cleanup: move "create_block" from block processor over to data writer | David Oberhollenzer |
2019-09-01 | Move command line processing stuff out of compressor code | David Oberhollenzer |
2019-09-01 | Install libsquashfs.so headers on the system in "sqfs" subdirectory | David Oberhollenzer |
2019-08-31 | Merge libcompress.a into libsquashfs.a | David Oberhollenzer |