Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-19 | Implement rudimentary reference counting for sqfs_object_t | David Oberhollenzer | |
Implement grab/drop functions to increase/decrease reference count and destroy the object if the count drops to 0. Make sure that all objects that maintain internal references actually grab that reference, duplicate it in the copy function, drop it in the destroy handler. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2023-01-19 | Add a helper function to initialize libsquashfs objects | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2022-07-08 | Cleanup: rename libfstream to libio, split headers | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |