aboutsummaryrefslogtreecommitdiff
path: root/tests/fstree_from_file.c
AgeCommit message (Expand)Author
2021-03-06Cleanup: add some structure to the test directoryDavid Oberhollenzer
2021-02-19libfstree: Add a filter callback to the directory scanning functionDavid Oberhollenzer
2020-09-29Replace file/getline usage with istreamDavid Oberhollenzer
2020-04-17tests: improve diagnostics output & make "release builds" workDavid Oberhollenzer
2019-12-18Add an explicit link count to the fstree nodesDavid Oberhollenzer
2019-12-18Rename fstree "slink_target" to "target"David Oberhollenzer
2019-12-18Cleanup: merge the fstree post processing functionsDavid Oberhollenzer
2019-11-23Fix: add missing null-terminator in getline implementationDavid Oberhollenzer
2019-11-23Make sure the unit tests build with the mingw cross compilerDavid Oberhollenzer
2019-09-29Cleanup: fstree no longer has any use for the block sizeDavid Oberhollenzer
2019-09-27Add a header for platform compatibillity fluffDavid Oberhollenzer
2019-09-27Cleanup: remove most of the payload pointer magic from libfstreeDavid Oberhollenzer
2019-07-30Add propper copyright headers to all source filesDavid Oberhollenzer
2019-07-24Enable largefile supportMatt Turner
2019-07-17fstree: add support for spaces in filenamesDavid Oberhollenzer
2019-07-07Fix regression in fstree_from_file device node formatDavid Oberhollenzer
2019-06-23Move fstree default option processing to fstree codeDavid Oberhollenzer
2019-06-22Add very basic test case for fstree_from_fileDavid Oberhollenzer