Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-30 | Fix: Directory insertion order on Windows | David Oberhollenzer | |
The fstree sorting code got removed recently, in favour of inserting at the correct position. The Windows directory scanning code still used it's own list insertion code instead of mknode (so it could allocate and translate the directory entry name in-place), which broke the sorting order. This issue is fixed in this commit. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2022-03-30 | Cleanup: remove node sorting from libfstree | David Oberhollenzer | |
Always insert the tree nodes in the correct oder and remove the post-process sorting step. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-12-18 | Cleanup: internalize some fstree functions | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |