Age | Commit message (Expand) | Author |
2019-09-20 | Remove parallel unpacking | David Oberhollenzer |
2019-09-20 | Remove sqfs reader from rdsquashfs | 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-31 | Turn libsquashfs.a into a shared library | David Oberhollenzer |
2019-08-31 | Split libsquashfs.a into low seperate libraries | David Oberhollenzer |
2019-08-31 | Merge libcompress.a into libsquashfs.a | 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-05 | cleanup: unify all the code that reads squashfs images | David Oberhollenzer |
2019-08-04 | Improve file unpacking order | David Oberhollenzer |
2019-08-04 | Fix functions with side effect being used inside asserts | 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 unneccessary conditionals from automake files | David Oberhollenzer |
2019-07-25 | cleanup: remove some redundant header inclusions | David Oberhollenzer |
2019-07-24 | Correct copy-and-paste mistake | Matt Turner |
2019-07-24 | Enable largefile support | Matt Turner |
2019-07-03 | cleanup: move tree node from path function to libfstree.a | David Oberhollenzer |
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-15 | Move super block version check to sqfs_super_read | David Oberhollenzer |
2019-06-11 | cleanup: pull out common code path | 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-11 | cleanup: simplify rdsquashfs unpacking: use existing utility functions | David Oberhollenzer |
2019-06-10 | cleanup: move tree deserialization to libsqfs.a | David Oberhollenzer |
2019-05-21 | Add command line flag for compressor options, pass them to compressors | David Oberhollenzer |
2019-05-20 | cleanup: remove squashfs type from fstree nodes | David Oberhollenzer |
2019-05-19 | Add ZSTD compressor implementation | David Oberhollenzer |
2019-05-06 | Add lz4 compressor implementation | David Oberhollenzer |
2019-05-06 | Implement reading and writing of compressor options | David Oberhollenzer |
2019-05-06 | Add LZO compressor implementation | 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 | rdsquashfs: more cleanup | 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-04 | Rename lzma compressor to xz, zlib compressor to gzip | David Oberhollenzer |
2019-05-04 | Remove compressor internal buffers | David Oberhollenzer |