Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-05 | Cleanup: Remove the E_ prefix from all libsquashfs enumerators | David Oberhollenzer | |
Avoid namespace polution. Make sure all exportet symbols are prefixed with either sqfs_ or SQFS_. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-02-12 | Implement a more explicit object system | David Oberhollenzer | |
Make every dynamically allocated, opaque data structure inherit from a common sqfs_object_t structure with common entry points (e.g. destroy). This removes tons of public API functions and replaces them with a simple sqfs_destroy instead. If semantics of the (until now implicit) object system need to be extended, it can be much more conveniantely done this way. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-09-28 | Add header with declarations for the sqfs_xattr_writer_t | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |