Age | Commit message (Expand) | Author |
2020-02-12 | Implement a more explicit object system | David Oberhollenzer |
2019-11-25 | Cleanup: move overflow safe alloc code into libsquashfs | 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-27 | Cleanup: merge data.h into block.h | David Oberhollenzer |
2019-09-10 | API cleanup: eliminate boolean arguments | David Oberhollenzer |
2019-09-09 | Change license of libsquashfs.so | David Oberhollenzer |
2019-09-09 | Remove ad-hoc image size accounting | 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 | Cleanup: add sqfs_* prefix to meta writer | David Oberhollenzer |
2019-09-01 | Install libsquashfs.so headers on the system in "sqfs" subdirectory | David Oberhollenzer |
2019-08-23 | Size accounting + alloc() overflow checking, round #2 | David Oberhollenzer |
2019-07-30 | Add propper copyright headers to all source files | David Oberhollenzer |
2019-07-25 | Cleanup sqfs_write_table | David Oberhollenzer |
2019-07-25 | Rename table.c to write_table.c in accordance to function it contains | David Oberhollenzer |