Age | Commit message (Expand) | Author |
---|---|---|
2020-03-05 | Change the signature of sqfs_compressor_create to return an error code | David Oberhollenzer |
2020-03-04 | Add a generic copying mechanism to sqfs_object_t | David Oberhollenzer |
2020-02-27 | Add a function to the compressor interface to get the configuration | David Oberhollenzer |
2020-02-12 | Implement a more explicit object system | David Oberhollenzer |
2019-11-24 | Cleanup libsquashfs invalid argument error codes | 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 | Fix lzma compressor: test if compression actually shrunk the data | David Oberhollenzer |
2019-09-27 | Add xz-utils based lzma compressor implementation | David Oberhollenzer |