Age | Commit message (Expand) | Author |
2022-03-30 | Fix: Directory insertion order on Windows | David Oberhollenzer |
2021-06-25 | libfstree: guard against possible overflow in readlink() | David Oberhollenzer |
2021-03-24 | libfstree: implement directory scanning code for Windows | David Oberhollenzer |
2021-02-19 | libfstree: Add a filter callback to the directory scanning function | David Oberhollenzer |
2021-02-18 | libfstree: add a subdirectory scanning function | David Oberhollenzer |
2021-02-18 | fstree_from_dir: add filtering flags to skip certain inode types | David Oberhollenzer |
2020-12-15 | libfstree: make the directory scanning code a little more generic | David Oberhollenzer |
2020-12-10 | Move fstree dirscan code back to libfstree | David Oberhollenzer |
2019-09-28 | Move fstree_from_dir to gensquashfs code | David Oberhollenzer |
2019-09-27 | Add a header for platform compatibillity fluff | David Oberhollenzer |
2019-09-27 | Cleanup: remove most of the payload pointer magic from libfstree | David Oberhollenzer |
2019-09-25 | Remove no-longer-used cruft from libfstree | David Oberhollenzer |
2019-08-26 | Tune the paranoia down a bit | David Oberhollenzer |
2019-08-23 | Size accounting + alloc() overflow checking, round #2 | David Oberhollenzer |
2019-08-23 | Some simple search/replace cases for allocation | David Oberhollenzer |
2019-08-19 | Fix memory leak in dir-scan error code path | David Oberhollenzer |
2019-08-11 | Add gensquashfs option to read xattrs from input files | David Oberhollenzer |
2019-08-11 | Add --one-file-system option to gensquashfs | David Oberhollenzer |
2019-08-11 | Replace fstree_from_dir boolean with flag field | David Oberhollenzer |
2019-08-04 | Fix functions with side effect being used inside asserts | David Oberhollenzer |
2019-08-03 | cleanup: remove left over atime/ctime code | David Oberhollenzer |
2019-07-30 | Add propper copyright headers to all source files | David Oberhollenzer |
2019-07-24 | Enable largefile support | Matt Turner |
2019-07-22 | Add a way to optionally keep the original time stamps | David Oberhollenzer |
2019-07-10 | Make coverity happy | David Oberhollenzer |
2019-07-01 | Fix alloca'd memory being freed in fstree_from_dir | David Oberhollenzer |
2019-06-19 | Cleanup fstree code | David Oberhollenzer |
2019-05-26 | gensquashfs: add option to simply pack an input directory | David Oberhollenzer |