Age | Commit message (Expand) | Author |
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 link count for file inodes in tree serialization. | David Oberhollenzer |
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: merge the fstree post processing functions | David Oberhollenzer |
2019-12-16 | Remove fstree inode table | David Oberhollenzer |
2019-12-16 | Do the fstree serialization in a recursive tree walk | 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-16 | Cleanup: split sqfs_serialize_fstree into smaller functions | David Oberhollenzer |
2019-12-15 | Fix tar GNU sparse header parsing | David Oberhollenzer |
2019-12-13 | Better support for reading/writing non-ASCII xattr values from/to tar | David Oberhollenzer |
2019-12-13 | Make the PAX header parser more strict | David Oberhollenzer |
2019-12-13 | Fix name of libsquashfs pkg-config file | David Oberhollenzer |
2019-12-13 | Merge windows and pthread thread pool implementations | David Oberhollenzer |
2019-12-13 | Cleanup data writer | David Oberhollenzer |
2019-12-12 | Don't kick off the threads until the queue is full | David Oberhollenzer |
2019-12-12 | Fix thread pool queue accounting | David Oberhollenzer |
2019-12-12 | Fix out of bounds writes in lzo compressor | David Oberhollenzer |
2019-12-12 | Fix "buffer to small" being treated as error in zstd compressor | David Oberhollenzer |
2019-12-12 | Fix: programs linking against libsquashfs also need pthread | David Oberhollenzer |
2019-12-09 | Only check for OS specific bad filenames when unpacking | David Oberhollenzer |
2019-12-08 | Replace SetEvent synchronization with condition variables | David Oberhollenzer |
2019-12-08 | Fix Windows file creation mode | David Oberhollenzer |
2019-12-08 | Add native Windows port of the multi-threaded data writer | David Oberhollenzer |
2019-12-05 | Minor data writer cleanup | David Oberhollenzer |
2019-12-05 | Fix pthread data writer interfering with signal handling | 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 | Fix check of block size in super block | David Oberhollenzer |
2019-11-24 | Cleanup libsquashfs invalid argument error codes | David Oberhollenzer |
2019-11-24 | Cleanup: split out sqfs_write_super similar to sqfs_read_super | 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: add missing null-terminator in getline implementation | 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 |