Age | Commit message (Expand) | Author |
2019-11-25 | Cleanup: remove what is left of libutil | David Oberhollenzer |
2019-11-23 | Move some unix header inclusions to compat.h | David Oberhollenzer |
2019-11-19 | Make rdsquashfs unpack work on Windows | David Oberhollenzer |
2019-10-07 | Cleanup: move libutil related headers to "util" sub directory | 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 | Move declarations for sqfs_xattr_reader_t to a seperate header | David Oberhollenzer |
2019-09-27 | Add a header for platform compatibillity fluff | David Oberhollenzer |
2019-09-27 | Cleanup: merge data.h into block.h | 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 | Remove fstree code from rdsquashfs | David Oberhollenzer |
2019-09-20 | Move "optimize unpack order" to from fstree to rdsquashfs | David Oberhollenzer |
2019-09-20 | Remove parallel unpacking | David Oberhollenzer |
2019-09-01 | Break up squashfs.h into topic related headers | David Oberhollenzer |
2019-09-01 | Install libsquashfs.so headers on the system in "sqfs" subdirectory | David Oberhollenzer |
2019-08-19 | Add rdsquashfs flag to restore file timestamps | David Oberhollenzer |
2019-08-04 | Make sure file listing generated by rdsquashfs -d is propperly escaped | David Oberhollenzer |
2019-08-01 | Add flag to rdsquashfs to optionally set xattrs on unpacked files | David Oberhollenzer |
2019-08-01 | Add option to rdsquashfs to dump extended attributes for an inode | 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 | Terminate the unpacker child processes if the main process exits | David Oberhollenzer |
2019-07-25 | Implement simple, fork() based parallel unpacking 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-06-28 | Add support for unpacking sparse files as sparse files | David Oberhollenzer |
2019-06-11 | cleanup: rdsquashfs: move command line option processing to options.c | 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-10 | cleanup: move tree deserialization to libsqfs.a | 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 | rdsquashfs: malloc extraction buffers ahead of time | David Oberhollenzer |
2019-05-04 | cleanup: rdsquashfs: store global data in structure | David Oberhollenzer |
2019-05-04 | Rename tools to not collide with squashfs-tools | David Oberhollenzer |