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-23 | Turn file inode management completely over to the block processor | David Oberhollenzer |
2020-02-22 | libcommon: stdin file: Fix size accounting for sparse files | David Oberhollenzer |
2020-02-22 | Move inode size accounting completely to the block processor | David Oberhollenzer |
2020-02-22 | Make hard link detection scale better | David Oberhollenzer |
2020-02-12 | Implement a more explicit object system | David Oberhollenzer |
2020-02-10 | Cleanup: Use stat structs instead of hooks in tar2sqfs/gensquashfs | 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 |
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-23 | Extend sqfs2tar to preserve hard links | 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 | Fix spelling mistakes found by lintian | Benjamin Drung |
2019-12-18 | Cleanup: merge the fstree post processing functions | David Oberhollenzer |
2019-12-15 | Clamp mtime in tar2sqfs to the representable 32 bit range. | David Oberhollenzer |
2019-12-13 | Better support for reading/writing non-ASCII xattr values from/to tar | David Oberhollenzer |
2019-12-13 | Add --no-tail-packing option to gensquashfs, tar2sqfs | 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-02 | Add a --root-becomes option to tar2sqfs and sqfs2tar | 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: move canonicalize_name back to libfstree.a | 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 | Move some unix header inclusions to compat.h | 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-06 | Cleanup: remove BSD style __progname | 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-23 | Fix tar2sqfs: check for empty names or './' entrty | David Oberhollenzer |
2019-10-23 | Fix memory leak in tar2sqfs if entries are skipped | 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 libsqfshelper to libcommon | 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-10-06 | Make --keep-time the default for tar2sqfs | David Oberhollenzer |