aboutsummaryrefslogtreecommitdiff
path: root/bin/gensquashfs/src
AgeCommit message (Expand)Author
2023-04-21libutil: unix: simplify/unify directory iterator error handlingDavid Oberhollenzer
2023-04-21libutil: Add a method to the directory iterator to open a sub directoryDavid Oberhollenzer
2023-04-19libfstree: hoist file link pointer into parent structureDavid Oberhollenzer
2023-04-19libfstree: Change file_info_t already_matched into flagDavid Oberhollenzer
2023-04-19libfstree: get rid of dir_info_tDavid Oberhollenzer
2023-04-17fstree_from_dir: Move the recursion step into scan_dirDavid Oberhollenzer
2023-04-17Remove the remainder of the Win32 fstree_from_dir implementationDavid Oberhollenzer
2023-04-17Implement a version of the directory iterator for UnixDavid Oberhollenzer
2023-04-12Merge Windows and Unix implementations of fstree_from_subdirDavid Oberhollenzer
2023-04-12Copy the dir scan pattern from the Windows implementationDavid Oberhollenzer
2023-04-12Cleanup: gensquashfs: split readlink handling out of directory scanDavid Oberhollenzer
2023-04-12gensquashfs: merge some of the Windows and Unix entry filtering codeDavid Oberhollenzer
2023-04-12Win32: gensquashfs: Merge fstree_from_dir and subdir implementationsDavid Oberhollenzer
2023-04-12Split out Windows directory iteration code to a dir_iterator_t typeDavid Oberhollenzer
2023-04-12Fix fstree defaults usage in Windows version of fstree_from_dirDavid Oberhollenzer
2023-04-06libfstree: Move left over dirscan flags to gensquashfsDavid Oberhollenzer
2023-04-04Move scan callback from libfstree to gensquashfsDavid Oberhollenzer
2023-04-02Move fstree CLI code to libcommonDavid Oberhollenzer
2023-04-01libsquashfs: remove the default block writer alignment featureDavid Oberhollenzer
2023-01-31Move library source into src sub-directoryDavid Oberhollenzer