Age | Commit message (Expand) | Author |
2022-07-08 | Cleanup: move libutil headers to sub directory | David Oberhollenzer |
2020-06-03 | Cleanup: Add defines for minimum and maximum block size | David Oberhollenzer |
2019-11-25 | Cleanup: move overflow safe alloc code into libsquashfs | David Oberhollenzer |
2019-11-24 | Fix check of block size in super block | 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-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-25 | Replace reads in squashfs with positional reads | David Oberhollenzer |
2019-07-24 | Enable largefile support | Matt Turner |
2019-07-16 | cleanup: move error handling into read_retry | David Oberhollenzer |
2019-07-09 | Sanity check id table size read from super block | David Oberhollenzer |
2019-07-04 | Fix: check block_log range before deriving block size from it | David Oberhollenzer |
2019-06-15 | Move super block version check to sqfs_super_read | David Oberhollenzer |
2019-05-02 | Add unsquashfs stub | David Oberhollenzer |