Age | Commit message (Expand) | Author |
2020-04-16 | Propperly cast void pointer in sqfs_object_t inline function | David Oberhollenzer |
2020-03-04 | Add a generic copying mechanism to sqfs_object_t | David Oberhollenzer |
2020-02-12 | Implement a more explicit object system | David Oberhollenzer |
2020-02-12 | Cleanup: Move sqfs_block_t to block processor internals | David Oberhollenzer |
2020-02-10 | Add run time statistics to the block writer and processor | David Oberhollenzer |
2020-01-31 | Split the block writing/deduplication away from the block processor | David Oberhollenzer |
2020-01-29 | Rename sqfs_data_writer_t back to sqfs_block_processor_t | David Oberhollenzer |
2020-01-24 | Add a fragment table primitive to libsquashfs | David Oberhollenzer |
2019-09-28 | Add header with declarations for the sqfs_xattr_writer_t | 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-25 | Remove condensed sparse file handling from libsquashfs | David Oberhollenzer |
2019-09-25 | Add the ability to hook into the data writer block writing | David Oberhollenzer |
2019-09-25 | Rename block processor to sqfs_data_writer_t | David Oberhollenzer |
2019-09-20 | Integrate the data reader into libsquashfs | David Oberhollenzer |
2019-09-20 | Add fstree like tree deserialization function to dir reader | David Oberhollenzer |
2019-09-19 | Add directory reader data structure | David Oberhollenzer |
2019-09-15 | Move sparse_map_t to libsquashfs headers, rename it to sqfs_sparse_map_t | David Oberhollenzer |
2019-09-09 | Add doxygen annotations to all public headers | David Oberhollenzer |
2019-09-09 | Add xattr data structure declarations to predef header | 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 | Move data structure forward declarations to predef header | David Oberhollenzer |
2019-09-05 | Cleanup: move inclusion of type headers to predef.h | David Oberhollenzer |
2019-09-05 | Fix API visibility for libsquashfs.so | David Oberhollenzer |