Age | Commit message (Expand) | Author |
2020-01-19 | Cleanup: remove the payload pointers from sqfs_inode_generic_t | David Oberhollenzer |
2019-12-09 | Only check for OS specific bad filenames when unpacking | David Oberhollenzer |
2019-11-25 | Cleanup: move overflow safe alloc code into libsquashfs | David Oberhollenzer |
2019-11-22 | Cleanup: move all the compatibillity fluff to a dedicated "libcompat" | David Oberhollenzer |
2019-11-19 | Make rdsquashfs unpack work on Windows | David Oberhollenzer |
2019-11-18 | Remove pushd/popd usage from rdsquashfs unpacking code | David Oberhollenzer |
2019-10-07 | Do an explicit "is filename sane" check | David Oberhollenzer |
2019-10-06 | Fix missing error checking in diagnostic printing | David Oberhollenzer |
2019-09-28 | Fix absolute file paths in rdsquashfs unpacker | 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 | Remove fstree code from rdsquashfs | David Oberhollenzer |
2019-08-19 | Fix chmod of symlinks in restore_fstree | David Oberhollenzer |
2019-08-19 | Fix directory traversal in update_tree_attribs | David Oberhollenzer |
2019-08-19 | Add rdsquashfs flag to restore file timestamps | David Oberhollenzer |
2019-08-04 | Fix functions with side effect being used inside asserts | David Oberhollenzer |
2019-08-01 | Add flag to rdsquashfs to optionally set xattrs on unpacked files | David Oberhollenzer |
2019-07-30 | Add propper copyright headers to all source files | David Oberhollenzer |
2019-07-25 | Add assertion around canonicalize_name in rdsquashfs | David Oberhollenzer |
2019-07-25 | rdsquashfs: seperate creating of the hierarchy, unpacking and chmod/chown | David Oberhollenzer |
2019-07-25 | cleanup: remove some redundant header inclusions | David Oberhollenzer |
2019-07-24 | Enable largefile support | Matt Turner |
2019-07-01 | Fix null-pointer dereference in restore_unpack | David Oberhollenzer |
2019-06-28 | Add support for unpacking sparse files as sparse files | David Oberhollenzer |
2019-06-11 | cleanup: get rid of unsqfs_info_t | David Oberhollenzer |
2019-06-11 | Move file extraction code to generic data_reader_t in libsquashfs.a | David Oberhollenzer |
2019-06-11 | cleanup: simplify rdsquashfs unpacking: use existing utility functions | David Oberhollenzer |
2019-05-05 | rdsquashfs: reorder unpack flags, add flag to produce listing | David Oberhollenzer |
2019-05-05 | Print out what we are doing on the way and options to keep quiet | David Oberhollenzer |
2019-05-04 | cleanup: rdsquashfs: store global data in structure | David Oberhollenzer |
2019-05-04 | rdsquashfs: add ability to unpack only a sub tree of the file system | David Oberhollenzer |
2019-05-04 | Rename tools to not collide with squashfs-tools | David Oberhollenzer |
2019-05-03 | unsquashfs: add flags to filter what file types to unpack | David Oberhollenzer |
2019-05-03 | unsquashfs: add code to unpack the entire file system | David Oberhollenzer |