Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-20 | Cleanup: split "dir.h" into "dir_reader.h" and "dir_writer.h" | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-09-19 | Add directory reader data structure | David Oberhollenzer | |
This moves a lot of the stuff that is done manually in the tree deserializer to a generic helper in libsquashfs. Due to how the fstree is implemented, as a work around, the inode needs to be temporarily stored in the tree node, but some of the directory details could be removed. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |