aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-05libio: istream_get_line: fix memory leak in error pathDavid Oberhollenzer
2023-06-05libio: istream_get_line: fix trailing CR sanitationDavid Oberhollenzer
2023-06-05libio: add a simple unit test for the memory istream_t implementationDavid Oberhollenzer
2023-06-05libio: remove buffer_offset from istream_tDavid Oberhollenzer
2023-06-04libio: move splice function from ostream to istreamDavid Oberhollenzer
2023-06-04libio: Move istream_t precache logic into backend implementationDavid Oberhollenzer
2023-06-03libio: consolidate add-hoc memory istream_t implementationsDavid Oberhollenzer
2023-06-01libio: split dir_entry_t from dir_iterator_t, add create helperDavid Oberhollenzer
2023-06-01Cleanup some redundant header inclusionsDavid Oberhollenzer
2023-05-30libfstree: accept dir_entry_t instead of path and struct statDavid Oberhollenzer
2023-05-30gensquashfs: simplify parsing of glob flagsDavid Oberhollenzer
2023-05-30gensquashfs: Cleanup glob error handlingDavid Oberhollenzer
2023-05-30gensquashfs: split glob related code from fstree_from_file.cDavid Oberhollenzer
2023-05-22libtar: add a dir_iterator_t implementation for tar filesDavid Oberhollenzer
2023-05-16libtar: replace tar_xattr_t with dir_entry_xattr_t structDavid Oberhollenzer
2023-05-16libio: add xattr query interface to dir_iterator_tDavid Oberhollenzer
2023-05-15libio: remove device number from dir_iterator_t, add flag fieldDavid Oberhollenzer
2023-05-14libio: Add a function to open an istream_t from a directory iteratorDavid Oberhollenzer
2023-05-14libio: Move skip function into dir_iterator_t base interfaceDavid Oberhollenzer
2023-05-14libio: merge directory iterator headers, document API and behaviorDavid Oberhollenzer
2023-05-13Move directory iterator from libutil to libioDavid Oberhollenzer
2023-05-05Internalize fstree_mknode, consolidate fstree functionalityDavid Oberhollenzer
2023-04-30Move the pattern matching from gensquashfs to dir_tree_iterator_tDavid Oberhollenzer
2023-04-29gensquashfs: use prefix functionality for glob_files target nodeDavid Oberhollenzer
2023-04-29Move dir entry remapping from gensquashfs to libutilDavid Oberhollenzer
2023-04-29Cleanup: libutil: split functionality of dir tree iterator nextDavid Oberhollenzer
2023-04-29libutil: Add an option to the dir_tree_iterator_t to add a path prefixDavid Oberhollenzer
2023-04-29gensquashfs: Dismantle the scan_dir wrapperDavid Oberhollenzer
2023-04-29gensquashfs: Move the scan_dir callback before creating the nodeDavid Oberhollenzer
2023-04-29gensquashfs: Remove flag handling from scan_dirDavid Oberhollenzer
2023-04-29gensquashfs: Remove fstree_from_subdirDavid Oberhollenzer
2023-04-29Move type based filtering to libutil dir_tree_iterator_tDavid Oberhollenzer
2023-04-29gensquashfs: use stacked tree iterator in fstree_from_dirDavid Oberhollenzer
2023-04-29libutil: Add a stacked, recursive directory tree iteratorDavid Oberhollenzer
2023-04-29gensquashfs: simplify sort_file_listDavid Oberhollenzer
2023-04-29Fix: gensquashfs: sort by file breaking up the directory listDavid Oberhollenzer
2023-04-21libutil: unix: simplify/unify directory iterator error handlingDavid Oberhollenzer
2023-04-21Fix: libutil: type check bug in unix directory iterator read_linkDavid Oberhollenzer
2023-04-21libutil: Add a method to the directory iterator to open a sub directoryDavid Oberhollenzer
2023-04-21libutil: win32: clenaup dir iterator initialization, retain the pathDavid Oberhollenzer
2023-04-21libutil: simplify win32 directory iterator state handlingDavid Oberhollenzer
2023-04-20Collect and print statistics about the kind of files we are packingDavid Oberhollenzer
2023-04-20libfstree: Remove special modes for hard linksDavid Oberhollenzer
2023-04-19libfstree: Make hard link resolution non-recursiveDavid Oberhollenzer
2023-04-19libfstree: Remove external file_info_t declarationDavid 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-17Add unit test for directory iteratorDavid Oberhollenzer