Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-19 | Cleanup fstree code | David Oberhollenzer | |
Replace default_$FIELD with a struct stat. Merge the rest of add_node/add_file into mknode and add by path+stat. Expose the mknode function and replace all the duplicated node pointer arithmetic magic with a call to mknode. Plus a generic cleanup by utlizing new util functions. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-06-15 | libfstree.a: add function to get struct stat from tree node | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |