index
:
squashfs-tools-ng.git
feature/goliath/msvc
fixes-1.0.0
fixes-1.1.0
fixes-1.2.0
fixes-1.3.0
master
A new set of tools and libraries for working with SquashFS images
David Oberhollenzer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
io
/
src
/
win32
/
dir_iterator.c
Age
Commit message (
Expand
)
Author
2023-08-10
Refactor: rename dir_iterator_t to sqfs_dir_iterator_t
David Oberhollenzer
2023-08-10
Implement pen_file_ro method in native dir iterators
David Oberhollenzer
2023-08-10
libio: dir iterator: merge common code paths for initialization
David Oberhollenzer
2023-07-03
Refactor: rename dir_entry_t to sqfs_dir_entry_t
David Oberhollenzer
2023-06-15
libcompat: Add a helper to get/set OS error state
David Oberhollenzer
2023-06-15
Mass rename istream_t/ostream_t with sqfs_ prefix
David Oberhollenzer
2023-06-05
Move dir_entry_xattr_t from libio to libsquashfs
David Oberhollenzer
2023-05-22
libtar: add a dir_iterator_t implementation for tar files
David Oberhollenzer
2023-05-16
libio: add xattr query interface to dir_iterator_t
David Oberhollenzer
2023-05-14
libio: Add a function to open an istream_t from a directory iterator
David Oberhollenzer
2023-05-14
libio: Move skip function into dir_iterator_t base interface
David Oberhollenzer
2023-05-13
Move directory iterator from libutil to libio
David Oberhollenzer