Age | Commit message (Expand) | Author |
2019-12-09 | Only check for OS specific bad filenames when unpacking | David Oberhollenzer |
2019-12-08 | Replace SetEvent synchronization with condition variables | David Oberhollenzer |
2019-12-08 | Fix Windows file creation mode | David Oberhollenzer |
2019-12-08 | Add native Windows port of the multi-threaded data writer | David Oberhollenzer |
2019-12-05 | Minor data writer cleanup | David Oberhollenzer |
2019-12-05 | Fix pthread data writer interfering with signal handling | David Oberhollenzer |
2019-12-02 | Update man pages | David Oberhollenzer |
2019-12-02 | Add a --root-becomes option to tar2sqfs and sqfs2tar | David Oberhollenzer |
2019-12-01 | Update CHANGELOG.md | David Oberhollenzer |
2019-11-28 | Cleanup: Return combined return value from compressor id by name | David Oberhollenzer |
2019-11-25 | Polish up that configure script | 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: completely move str_table into libsquashfs internals | David Oberhollenzer |
2019-11-24 | Cleanup: remove unused str_table functions | David Oberhollenzer |
2019-11-24 | Cleanup: move canonicalize_name back to libfstree.a | David Oberhollenzer |
2019-11-24 | Fix check of block size in super block | David Oberhollenzer |
2019-11-24 | Cleanup libsquashfs invalid argument error codes | David Oberhollenzer |
2019-11-24 | Cleanup: split out sqfs_write_super similar to sqfs_read_super | David Oberhollenzer |
2019-11-24 | Cleanup: remove the entirely redundant sqfs_has_xattr function | David Oberhollenzer |
2019-11-24 | Update CHANGELOG.md | David Oberhollenzer |
2019-11-24 | Point URLs for mkwinbins.sh to infraroot mirror | David Oberhollenzer |
2019-11-24 | Complete packaging in mkwinbins.sh | David Oberhollenzer |
2019-11-24 | Update README, clarify licensing situation | David Oberhollenzer |
2019-11-24 | Fix cross compilation settings for lz4 | David Oberhollenzer |
2019-11-24 | Fix: Move LZO compressor from libsquashfs to libcommon | David Oberhollenzer |
2019-11-24 | Fix mkwinbins linking against lzo, add zstd | David Oberhollenzer |
2019-11-23 | Fix: don't search for liblzo if the precious variable is already set | David Oberhollenzer |
2019-11-23 | Fix: add missing null-terminator in getline implementation | David Oberhollenzer |
2019-11-23 | Make sure the unit tests build with the mingw cross compiler | David Oberhollenzer |
2019-11-23 | Fix various data type problems | David Oberhollenzer |
2019-11-23 | Add windows implementation for chdir in libcompat | David Oberhollenzer |
2019-11-23 | Move some unix header inclusions to compat.h | David Oberhollenzer |
2019-11-22 | Add fchownat/fchmodat mockups to libcompat for Windows | David Oberhollenzer |
2019-11-22 | Cleanup: move all the compatibillity fluff to a dedicated "libcompat" | David Oberhollenzer |
2019-11-22 | Add *.exe and *.dll files to gitignore | David Oberhollenzer |
2019-11-22 | Ensure that tar2sqfs & sqfs2tar set stdin/out to binary mode | David Oberhollenzer |
2019-11-19 | Remove no-tools restriction for windows | David Oberhollenzer |
2019-11-19 | Disable gensquashfs directory scanning on Windows | David Oberhollenzer |
2019-11-19 | Make rdsquashfs unpack work on Windows | David Oberhollenzer |
2019-11-18 | Add Windows implementation for mkdir_p | David Oberhollenzer |
2019-11-18 | Convert the remaining size_t printf format specifiers in libcommon | David Oberhollenzer |
2019-11-18 | Remove directory stack code | David Oberhollenzer |
2019-11-18 | Remove pushd/popd usage from gensquashfs dirscan | David Oberhollenzer |
2019-11-18 | Fix: do not follow symlinks when scanning xattrs from a directory | David Oberhollenzer |
2019-11-18 | Cleanup: gensquashfs: split xattr code from directorty tree scan | David Oberhollenzer |
2019-11-18 | Cleanup: gensquashfs: don't store the filepath for directory scan | David Oberhollenzer |
2019-11-18 | Remove pushd/popd usage from gensquashfs packing code | David Oberhollenzer |
2019-11-18 | Remove pushd/popd usage from rdsquashfs unpacking code | David Oberhollenzer |
2019-11-18 | Add container_of implementation to utilities | David Oberhollenzer |