Age | Commit message (Expand) | Author |
2023-05-13 | Move directory iterator from libutil to libio | David Oberhollenzer |
2023-04-30 | Move the pattern matching from gensquashfs to dir_tree_iterator_t | David Oberhollenzer |
2023-04-29 | Move dir entry remapping from gensquashfs to libutil | David Oberhollenzer |
2023-04-29 | Cleanup: libutil: split functionality of dir tree iterator next | David Oberhollenzer |
2023-04-29 | libutil: Add an option to the dir_tree_iterator_t to add a path prefix | David Oberhollenzer |
2023-04-29 | Move type based filtering to libutil dir_tree_iterator_t | David Oberhollenzer |
2023-04-29 | libutil: Add a stacked, recursive directory tree iterator | David Oberhollenzer |
2023-04-21 | libutil: unix: simplify/unify directory iterator error handling | David Oberhollenzer |
2023-04-21 | Fix: libutil: type check bug in unix directory iterator read_link | David Oberhollenzer |
2023-04-21 | libutil: Add a method to the directory iterator to open a sub directory | David Oberhollenzer |
2023-04-21 | libutil: win32: clenaup dir iterator initialization, retain the path | David Oberhollenzer |
2023-04-21 | libutil: simplify win32 directory iterator state handling | David Oberhollenzer |
2023-04-17 | Add unit test for directory iterator | David Oberhollenzer |
2023-04-17 | Implement a version of the directory iterator for Unix | David Oberhollenzer |
2023-04-12 | Split out Windows directory iteration code to a dir_iterator_t type | David Oberhollenzer |
2023-01-31 | Move library source into src sub-directory | David Oberhollenzer |