Age | Commit message (Expand) | Author |
2021-12-05 | Fix: unit test and sample program Windows build | David Oberhollenzer |
2021-12-05 | Fix: consistently use the widechar file API on Windows | David Oberhollenzer |
2021-12-05 | Add a wrapper for the main function on Windows | David Oberhollenzer |
2021-11-24 | Fix: libcommon: Correctly restore prefix path in mkdir_p on Windows | David Oberhollenzer |
2021-11-24 | Fix: libfstream: Correctly handle FlushFileBuffers resturn status | David Oberhollenzer |
2021-09-13 | Fix struct offset testing in ABI test case | David Oberhollenzer |
2021-08-22 | Tighten bounds checks in sqfs_dir_reader_reader | David Oberhollenzer |
2021-08-22 | Fix half done initialization of sqfs_dir_reader_open_dir | David Oberhollenzer |
2021-08-15 | Release version 1.1.3v1.1.3 | David Oberhollenzer |
2021-08-15 | Fix explicit NULL derference for the extract-one example | David Oberhollenzer |
2021-08-15 | Update CHANGELOG.md | David Oberhollenzer |
2021-08-15 | Fix checksums for the corpora tests | David Oberhollenzer |
2021-08-14 | Add a test case for the path traversal bug | David Oberhollenzer |
2021-08-12 | Fix symlink path traversal in rdsqaushfs | David Oberhollenzer |
2021-08-12 | Add an explicit license boiler plate to all the example programs | David Oberhollenzer |
2021-08-12 | Add a simple example to show how to extract a single text file | Luca Boccassi |
2021-08-12 | Replace format.txt with an asciidoc version | Zachary Dremann |
2021-08-12 | Strip space from first column of format.txt | Zachary Dremann |
2021-08-12 | Documentation: fix back reference to data block secton | David Oberhollenzer |
2021-07-21 | Fix libsquashfs directory writer size accounting | David Oberhollenzer |
2021-07-21 | Add a separate architecture/structure writeup | David Oberhollenzer |
2021-07-09 | ABI test: add sizes/layouts of structures likely to be expanded | David Oberhollenzer |
2021-07-09 | Bump package scripts | David Oberhollenzer |
2021-07-09 | tar2sqfs: Fix integer truncation issue when appending data to a tarball | David Oberhollenzer |
2021-07-09 | Fix printf format specifiers used for generating tarballs | David Oberhollenzer |
2021-06-25 | Release version 1.1.2v1.1.2 | David Oberhollenzer |
2021-06-25 | Update CHANGELOG.md | David Oberhollenzer |
2021-06-25 | Add a somewhat more extensive tar2sqfs test script | David Oberhollenzer |
2021-06-25 | libfstream: sanity check the buffer size in the gzip stream compressor | David Oberhollenzer |
2021-06-25 | Fix format string type/signedness mismatch issues | David Oberhollenzer |
2021-06-25 | Add default cases for every switch block | David Oberhollenzer |
2021-06-25 | Remove casual un-const casting in various places | David Oberhollenzer |
2021-06-25 | libutil: cleanup alignment trickery in mempool | David Oberhollenzer |
2021-06-25 | libsquashfs: get rid of potentially unaligned access and VLAs | David Oberhollenzer |
2021-06-25 | libcommon: remove potentially un-aligned access in LZO compressor | David Oberhollenzer |
2021-06-25 | libfstree: guard against possible overflow in readlink() | David Oberhollenzer |
2021-06-25 | libfstree: guard against link count and inode number overflow | David Oberhollenzer |
2021-06-25 | libfstream: guard against potential integer overflows | David Oberhollenzer |
2021-06-25 | libfstream: Add printf format specifier attribute | David Oberhollenzer |
2021-06-25 | Turn on more compiler warnings | David Oberhollenzer |
2021-06-24 | Travis-ci: move FreeBSD pkg addons to FreeBSD target section | David Oberhollenzer |
2021-06-24 | Switch travis-ci.org links in README.md to travis-ci.com | David Oberhollenzer |
2021-06-24 | Try to add a FreeBSD target to the travis-ci config file | David Oberhollenzer |
2021-06-23 | Fix: add missing zlib to fstream if using the builtin one | David Oberhollenzer |
2021-06-23 | Sign the windows release zip packages | David Oberhollenzer |
2021-06-23 | Add a script to auto-generate release bundles | David Oberhollenzer |
2021-06-23 | Update CHANGELOG.md | David Oberhollenzer |
2021-06-20 | Replace tabs with spaces in format.txt | Zachary Dremann |
2021-06-07 | Some documentation clarifications and typo fixes | David Oberhollenzer |
2021-06-07 | libsquashfs: fix: also preserve alignment flag in block processor | David Oberhollenzer |