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
Age
Commit message (
Expand
)
Author
2023-06-09
libtar: overhaul buffer management in istream_t wrapper
David Oberhollenzer
2023-06-09
libio: remove eof flag from istream_t interface
David Oberhollenzer
2023-06-09
libio: eliminate direct access of the interal buffer
David Oberhollenzer
2023-06-08
Move tar compressor auto wrapping code from tar2sqfs into libtar
David Oberhollenzer
2023-06-07
libsquashfs: Add utility functions to read xattrs into list
David Oberhollenzer
2023-06-05
libsqfs: Add an xattr writer function to add a combined key-value struct
David Oberhollenzer
2023-06-05
Move dir_entry_xattr_t from libio to libsquashfs
David Oberhollenzer
2023-06-05
libio: istream_get_line: minor cleanup
David Oberhollenzer
2023-06-05
libio: istream_get_line: fix memory leak in error path
David Oberhollenzer
2023-06-05
libio: istream_get_line: fix trailing CR sanitation
David Oberhollenzer
2023-06-05
libio: add a simple unit test for the memory istream_t implementation
David Oberhollenzer
2023-06-05
libio: remove buffer_offset from istream_t
David Oberhollenzer
2023-06-04
libio: move splice function from ostream to istream
David Oberhollenzer
2023-06-04
libio: Move istream_t precache logic into backend implementation
David Oberhollenzer
2023-06-03
libio: consolidate add-hoc memory istream_t implementations
David Oberhollenzer
2023-06-01
libio: split dir_entry_t from dir_iterator_t, add create helper
David Oberhollenzer
2023-05-30
libfstree: accept dir_entry_t instead of path and struct stat
David Oberhollenzer
2023-05-22
libtar: add a dir_iterator_t implementation for tar files
David Oberhollenzer
2023-05-16
libtar: replace tar_xattr_t with dir_entry_xattr_t struct
David Oberhollenzer
2023-05-16
libio: add xattr query interface to dir_iterator_t
David Oberhollenzer
2023-05-15
libio: remove device number from dir_iterator_t, add flag field
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-14
libio: merge directory iterator headers, document API and behavior
David Oberhollenzer
2023-05-13
Move directory iterator from libutil to libio
David Oberhollenzer
2023-05-05
Internalize fstree_mknode, consolidate fstree functionality
David Oberhollenzer
2023-04-30
Move the pattern matching from gensquashfs to dir_tree_iterator_t
David Oberhollenzer
2023-04-29
gensquashfs: use prefix functionality for glob_files target node
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
gensquashfs: use stacked tree iterator in fstree_from_dir
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-20
Collect and print statistics about the kind of files we are packing
David Oberhollenzer
2023-04-20
libfstree: Remove special modes for hard links
David Oberhollenzer
2023-04-19
libfstree: Make hard link resolution non-recursive
David Oberhollenzer
2023-04-19
libfstree: hoist file link pointer into parent structure
David Oberhollenzer
2023-04-19
libfstree: get rid of dir_info_t
David Oberhollenzer
2023-04-17
Add unit test for directory iterator
David Oberhollenzer
2023-04-17
Internalize fstree_insert_sorted
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-04-12
Win32: Fix fstree CLI mtime range check
David Oberhollenzer
2023-04-12
Fix: missing libcompat dependency for libio tests on Windows
David Oberhollenzer
[prev]
[next]