Age | Commit message (Expand) | Author |
2020-04-16 | sqfs2tar: Fix trailing slashes for directory names | David Oberhollenzer |
2020-03-22 | Do not try to read back the compressor options | David Oberhollenzer |
2020-03-19 | Fix: properly terminate the getopt_long arrays | David Oberhollenzer |
2020-03-05 | Get rid of sqfs_compressor_exists | David Oberhollenzer |
2020-03-05 | Change the signature of sqfs_compressor_create to return an error code | David Oberhollenzer |
2020-03-04 | Cleanup: match xattr reader API closer to id table API | David Oberhollenzer |
2020-02-12 | Implement a more explicit object system | David Oberhollenzer |
2020-01-20 | Add a flag field to the id table create function | David Oberhollenzer |
2020-01-19 | Cleanup: remove the payload pointers from sqfs_inode_generic_t | David Oberhollenzer |
2020-01-08 | Always append '/' to names of directories | David Oberhollenzer |
2019-12-23 | Extend sqfs2tar to preserve hard links | 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-12-02 | Add a --root-becomes option to tar2sqfs and sqfs2tar | David Oberhollenzer |
2019-11-24 | Fix: Move LZO compressor from libsquashfs to libcommon | David Oberhollenzer |
2019-11-23 | Move some unix header inclusions to compat.h | David Oberhollenzer |
2019-11-22 | Ensure that tar2sqfs & sqfs2tar set stdin/out to binary mode | David Oberhollenzer |
2019-11-06 | Cleanup: remove BSD style __progname | David Oberhollenzer |
2019-11-06 | Remove raw file descriptors from unpack write paths | David Oberhollenzer |
2019-10-07 | Do an explicit "is filename sane" check | David Oberhollenzer |
2019-10-07 | Cleanup: move libutil related headers to "util" sub directory | David Oberhollenzer |
2019-10-07 | Cleanup: move write_data to libtar | David Oberhollenzer |
2019-10-07 | Cleanup: Move padd_file function to libtar | David Oberhollenzer |
2019-10-07 | Rename "hihglevel.h" to the more appropriate "common.h" | David Oberhollenzer |
2019-10-06 | Improve error reporting for sqfs2tar, rdsquashfs, sqfsdiff | David Oberhollenzer |
2019-09-29 | Cleanup: rename "compress.h" to "compressor.h" | David Oberhollenzer |
2019-09-28 | Fix sqfs2tar inversion of xattr flag | David Oberhollenzer |
2019-09-28 | Move declarations for sqfs_xattr_reader_t to a seperate header | David Oberhollenzer |
2019-09-28 | Fix memory leaks in sqfs2tar error paths | David Oberhollenzer |
2019-09-27 | Cleanup: replace fixed with data types with typedefs | David Oberhollenzer |
2019-09-22 | Add helper functions for working with inodes | David Oberhollenzer |
2019-09-20 | Integrate the data reader into libsquashfs | David Oberhollenzer |
2019-09-20 | Add sqfs_ prefix to data_reader_t & functions | David Oberhollenzer |
2019-09-20 | Split data reader constructor and fragment table loading | David Oberhollenzer |
2019-09-20 | Move data_reader_dump function out of data reader | David Oberhollenzer |
2019-09-20 | Remove fstree code from sqfs2tar | David Oberhollenzer |
2019-09-20 | sqfs2tar: pull global state out of recursive tree walking function | David Oberhollenzer |
2019-09-20 | Remove usage of sqfs reader from sqfs2tar | David Oberhollenzer |
2019-09-01 | Install libsquashfs.so headers on the system in "sqfs" subdirectory | David Oberhollenzer |
2019-08-23 | Some simple search/replace cases for allocation | David Oberhollenzer |
2019-08-05 | cleanup: unify all the code that reads squashfs images | David Oberhollenzer |
2019-08-04 | Fix functions with side effect being used inside asserts | David Oberhollenzer |
2019-08-01 | Add ability to sqfs2tar to optionally copy over xattrs | David Oberhollenzer |
2019-08-01 | Add ability to write_tar_header to embedd extended attributes | David Oberhollenzer |
2019-07-30 | Add propper copyright headers to all source files | David Oberhollenzer |
2019-07-24 | Enable largefile support | Matt Turner |
2019-07-16 | cleanup: move error handling into write_retry | David Oberhollenzer |
2019-07-04 | sqfs2tar: add option to extract subdirectories | David Oberhollenzer |
2019-07-03 | Add no-skip option to sqfs2tar | David Oberhollenzer |
2019-07-03 | tar writer: replace PAX headers with GNU extensions | David Oberhollenzer |