Age | Commit message (Expand) | Author |
2020-06-13 | Fix: don't include alloca.h on systems that don't provide this headerv1.0.0 | David Oberhollenzer |
2020-03-01 | Fix alloca in write_inode.c for windows build | David Oberhollenzer |
2020-02-23 | Unify the payload counters in the sqfs_inode_generic_t | David Oberhollenzer |
2020-01-19 | Cleanup: remove the payload pointers from sqfs_inode_generic_t | David Oberhollenzer |
2019-11-22 | Cleanup: move all the compatibillity fluff to a dedicated "libcompat" | David Oberhollenzer |
2019-10-08 | Fix unaligned reads in write_dir_index | David Oberhollenzer |
2019-10-07 | Cleanup: move libutil related headers to "util" sub directory | David Oberhollenzer |
2019-10-03 | Store directory index in generic inode structure | David Oberhollenzer |
2019-09-29 | Fix inode writer: do not store the file mode, only permissions | 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-24 | Fix zero size stack array allocation in write_inode | 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-07 | Remove printing to stderr in libsquashfs with returning error numbers | David Oberhollenzer |
2019-09-07 | Move data structure forward declarations to predef header | David Oberhollenzer |
2019-09-05 | Fix API visibility for libsquashfs.so | David Oberhollenzer |
2019-09-05 | Cleanup: add sqfs_* prefix to meta writer | David Oberhollenzer |
2019-09-04 | Store number of file blocks in generic inode struct | David Oberhollenzer |
2019-09-04 | Split fstree inode serialization, move independend part to libsquashfs.so | David Oberhollenzer |
2019-08-31 | Split libsquashfs.a into low seperate libraries | David Oberhollenzer |
2019-07-30 | Add propper copyright headers to all source files | David Oberhollenzer |
2019-07-28 | Add general purpose flags field to file_info_t | David Oberhollenzer |
2019-07-28 | Add fragment and block checksum fields to file_info_t | David Oberhollenzer |
2019-07-24 | Enable largefile support | Matt Turner |
2019-07-22 | Add a way to optionally keep the original time stamps | David Oberhollenzer |
2019-07-16 | Fix directory index creation | David Oberhollenzer |
2019-07-12 | Simplify writer code for files without a fragment | David Oberhollenzer |
2019-07-10 | Fix dirindex writing for ext dir inode | David Oberhollenzer |
2019-07-07 | Cleanup: merge inode type selection in inode writer | David Oberhollenzer |
2019-07-06 | Cleanup: split off inode writer block list and dir index code | David Oberhollenzer |
2019-07-04 | Fix: simplify deduction logic for squashfs inode type | David Oberhollenzer |
2019-07-02 | Add missing htole32 transformations | David Oberhollenzer |
2019-07-02 | Fix directory index offset calculation | David Oberhollenzer |
2019-06-28 | Add support for packing sparse files | David Oberhollenzer |
2019-06-28 | Fix inode fragment & sparse counter initialization | David Oberhollenzer |
2019-06-19 | Cleanup fstree code | David Oberhollenzer |
2019-06-10 | cleanup: move entire fstree serialization to libsqfs.a | David Oberhollenzer |