Age | Commit message (Expand) | Author |
2020-06-03 | Cleanup: Add defines for minimum and maximum block size | David Oberhollenzer |
2020-05-21 | Fix the semantics of the super block deduplication | David Oberhollenzer |
2020-03-05 | Cleanup: Remove the E_ prefix from all libsquashfs enumerators | David Oberhollenzer |
2019-11-24 | Fix check of block size in super block | David Oberhollenzer |
2019-11-24 | Cleanup: split out sqfs_write_super similar to sqfs_read_super | David Oberhollenzer |
2019-11-23 | Move some unix header inclusions to compat.h | David Oberhollenzer |
2019-10-07 | Cleanup: move libutil related headers to "util" sub directory | David Oberhollenzer |
2019-09-27 | Add a header for platform compatibillity fluff | David Oberhollenzer |
2019-09-27 | Cleanup: replace fixed with data types with typedefs | David Oberhollenzer |
2019-09-10 | Cleanup: mark arguments const where possible | 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-01 | Break up squashfs.h into topic related headers | David Oberhollenzer |
2019-09-01 | Install libsquashfs.so headers on the system in "sqfs" subdirectory | David Oberhollenzer |
2019-07-30 | Add propper copyright headers to all source files | David Oberhollenzer |
2019-07-25 | Fix checks of super block block size | David Oberhollenzer |
2019-07-24 | Enable largefile support | Matt Turner |
2019-07-16 | cleanup: move error handling into write_retry | David Oberhollenzer |
2019-05-04 | Remove compressor internal buffers | David Oberhollenzer |
2019-05-02 | Move super block init/write code to libsquashfs.a | David Oberhollenzer |