Age | Commit message (Expand) | Author |
2020-01-19 | Update explanation on directory index accounting | David Oberhollenzer |
2020-01-19 | Add a helper function to unpack directory index entries | David Oberhollenzer |
2020-01-12 | Add a start anchor parameter to sqfs_dir_reader_find_by_path | David Oberhollenzer |
2020-01-12 | Add an inode deep copy helper function to libsquashfs | David Oberhollenzer |
2020-01-06 | Cleanup: use parse_size function to parse compressor options | David Oberhollenzer |
2020-01-02 | Support parsing [device] block size argument with SI suffix | David Oberhollenzer |
2019-12-31 | Include sys/sysmacros.h on any GNU libc platform | Pino Toscano |
2019-12-23 | Add libtar.a function to create hardlink records | David Oberhollenzer |
2019-12-23 | Add simple sqfs_tree_node_t hardlink detection to libcommon | David Oberhollenzer |
2019-12-23 | Bring back the flat list of inodes in libfstree | David Oberhollenzer |
2019-12-22 | Add hard link support to gensquashfs and tar2sqfs | David Oberhollenzer |
2019-12-22 | Add basic support for handling and serializing hard links | David Oberhollenzer |
2019-12-19 | Split the libfstree add_by_path tree traversal function out | David Oberhollenzer |
2019-12-19 | Fix spelling mistakes found by lintian | Benjamin Drung |
2019-12-18 | Add an explicit link count to the fstree nodes | David Oberhollenzer |
2019-12-18 | Rename fstree "slink_target" to "target" | David Oberhollenzer |
2019-12-18 | Move is_filename_sane to libfstree, add test cases | David Oberhollenzer |
2019-12-18 | Cleanup: internalize some fstree functions | David Oberhollenzer |
2019-12-18 | Cleanup: remove the unused "block_size" from the fstree | David Oberhollenzer |
2019-12-18 | Cleanup: merge the fstree post processing functions | David Oberhollenzer |
2019-12-16 | Remove fstree inode table | David Oberhollenzer |
2019-12-16 | Use the sqfs_dir_writer_t to create the NFS export table | David Oberhollenzer |
2019-12-16 | Add ability to sqfs_dir_writer to create an export table | David Oberhollenzer |
2019-12-13 | Better support for reading/writing non-ASCII xattr values from/to tar | David Oberhollenzer |
2019-12-09 | Only check for OS specific bad filenames when unpacking | David Oberhollenzer |
2019-11-28 | Cleanup: Return combined return value from compressor id by name | David Oberhollenzer |
2019-11-25 | Cleanup: remove what is left of libutil | David Oberhollenzer |
2019-11-25 | Cleanup: move overflow safe alloc code into libsquashfs | David Oberhollenzer |
2019-11-24 | Cleanup: completely move str_table into libsquashfs internals | David Oberhollenzer |
2019-11-24 | Cleanup: remove unused str_table functions | David Oberhollenzer |
2019-11-24 | Cleanup: move canonicalize_name back to libfstree.a | David Oberhollenzer |
2019-11-24 | Cleanup libsquashfs invalid argument error codes | David Oberhollenzer |
2019-11-24 | Cleanup: remove the entirely redundant sqfs_has_xattr function | David Oberhollenzer |
2019-11-24 | Fix: Move LZO compressor from libsquashfs to libcommon | David Oberhollenzer |
2019-11-23 | Fix various data type problems | David Oberhollenzer |
2019-11-23 | Add windows implementation for chdir in libcompat | David Oberhollenzer |
2019-11-23 | Move some unix header inclusions to compat.h | David Oberhollenzer |
2019-11-22 | Add fchownat/fchmodat mockups to libcompat for Windows | David Oberhollenzer |
2019-11-22 | Cleanup: move all the compatibillity fluff to a dedicated "libcompat" | David Oberhollenzer |
2019-11-22 | Ensure that tar2sqfs & sqfs2tar set stdin/out to binary mode | David Oberhollenzer |
2019-11-18 | Remove directory stack code | David Oberhollenzer |
2019-11-18 | Add container_of implementation to utilities | David Oberhollenzer |
2019-11-15 | Add missing "sys/sysmacros.h" header for back in for Linux | David Oberhollenzer |
2019-11-15 | Fix build on BSD systems | Alyssa Ross |
2019-11-06 | Cleanup: remove BSD style __progname | David Oberhollenzer |
2019-11-06 | Cleanup: remove unused stdout sqfs_file_t wrapper | David Oberhollenzer |
2019-11-06 | Remove raw file descriptors from tar read path | David Oberhollenzer |
2019-11-06 | Remove raw file descriptors from unpack write paths | David Oberhollenzer |
2019-10-28 | Add macro for printf format specifier for size_t | David Oberhollenzer |
2019-10-28 | Add fallback implementation for getsubopt() | David Oberhollenzer |