Age | Commit message (Expand) | Author |
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 |
2021-06-07 | libsquashfs: fix block alignment if requested | David Oberhollenzer |
2021-06-04 | Add a test case for concatenated zstd streams | David Oberhollenzer |
2021-06-04 | Add test case for Bzip2 stream concatenation, fix XZ test case | David Oberhollenzer |
2021-06-04 | Fix: allow concatenated Bzip2 streams | David Oberhollenzer |
2021-05-17 | Run the zstd stream test unconditionally | David Oberhollenzer |
2021-05-17 | Add Automake conditional for zstd stream compression support | David Oberhollenzer |
2021-05-16 | Use *_MAX to remove need for configure-time type size checks | Michael Forney |
2021-05-09 | Add a test case for XZ stream concatenation | David Oberhollenzer |
2021-05-09 | Add a basic de-compressor stream test | David Oberhollenzer |
2021-05-07 | Patch level release of version 1.1.1v1.1.1 | David Oberhollenzer |
2021-05-06 | Fix: allow concatenated xz streams | David Oberhollenzer |
2021-04-09 | Fix: libsquashfs: allow static linking on Windows | David Oberhollenzer |
2021-04-08 | Fix: libsquashfs: visibillity of mempool functions | David Oberhollenzer |
2021-04-08 | Fix: libsquashfs: add sqfs_free() function | David Oberhollenzer |
2021-03-30 | Fix: don't throw an error if fsync() returns EINVAL | David Oberhollenzer |
2021-03-30 | libsqfs: block processor: Fix account for manually submitted blocks | David Oberhollenzer |
2021-03-29 | Fix build of unit tests if compiling with --without-tools | David Oberhollenzer |
2021-03-29 | Fix build failure if tools are disabled | David Oberhollenzer |
2021-03-28 | Update benchmarkv1.1.0 | David Oberhollenzer |
2021-03-25 | libfstree: allow the glob path to be empty | David Oberhollenzer |
2021-03-25 | libfstree: add an assertion that root is not NULL | David Oberhollenzer |
2021-03-25 | Fix fail branch in block processor fragment backend | David Oberhollenzer |
2021-03-25 | libfstree: Allow / as argument for "glob" and "dir" commands | David Oberhollenzer |
2021-03-25 | Prepare 1.1.0 release | David Oberhollenzer |
2021-03-25 | Change the project name in the Doxyfile | David Oberhollenzer |
2021-03-25 | Add bzip2 dependency to windows build | David Oberhollenzer |
2021-03-24 | Provide Musl derived fallbacks for getopt/getopt_long/getsubopt | David Oberhollenzer |
2021-03-24 | Bump zstd & xz software versions for Windows binary releases | David Oberhollenzer |
2021-03-24 | Port the pool allocator to Windows | David Oberhollenzer |
2021-03-24 | Fix block processor queue accounting | David Oberhollenzer |
2021-03-24 | Fix reference of the pack_dir_root test | David Oberhollenzer |
2021-03-24 | libfstree: implement directory scanning code for Windows | David Oberhollenzer |
2021-03-23 | Fix windows build of the thread pool in libsquashfs | David Oberhollenzer |
2021-03-23 | block processor: Re-implement exact fragment matching | David Oberhollenzer |
2021-03-23 | block processor: keep duplicate copies of in-flight fragment blocks | David Oberhollenzer |
2021-03-22 | Threadpool: pre-emtively dequeue items after enqueing | David Oberhollenzer |
2021-03-22 | block processor: simplify backlog accounting | David Oberhollenzer |
2021-03-22 | Cleanup the block processor file structure | David Oberhollenzer |
2021-03-21 | Fix missing error code initialization | David Oberhollenzer |
2021-03-21 | Rename thread pool serial implementation data structure | David Oberhollenzer |
2021-03-21 | Cleanup: Rewrite block processor to use the libutil thread_pool_t | David Oberhollenzer |
2021-03-21 | Add a thread pool implementation to libutil | David Oberhollenzer |
2021-03-21 | Force 64 bit alignment of blocks managed by the pool allocator | David Oberhollenzer |
2021-03-20 | Fix: libcompat: add missing stdio includes | David Oberhollenzer |
2021-03-20 | Fix: add missing include path to libfstream if using builtin zlib | David Oberhollenzer |