Age | Commit message (Expand) | Author |
2021-05-06 | Fix: allow concatenated xz streams | 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-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-24 | Provide Musl derived fallbacks for getopt/getopt_long/getsubopt | 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 | 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 |
2021-03-20 | Add libcompat fallback implementation for fnmatch | David Oberhollenzer |
2021-03-07 | Optionally use a pool allocator for rb-tree nodes | David Oberhollenzer |
2021-03-07 | Implement a custom memory pool allocator | David Oberhollenzer |
2021-03-07 | Rewrite the str_table to internally use the more opimized hash_table | David Oberhollenzer |
2021-03-06 | Fix: meta reader behaviour if accessing block at location 0 | David Oberhollenzer |
2021-03-06 | Cleanup: replace ad-hoc dynamic array in sqfs_xattr_writer_t | David Oberhollenzer |
2021-03-06 | Cleanup: repalce ad-hoc dynamic array used for export table | David Oberhollenzer |
2021-03-06 | Cleanup: replace ad-hoc dynamic array in sqfs_id_table_t | David Oberhollenzer |
2021-03-06 | Cleanup: replace ad-hoc dynamic array in sqfs_frag_table_t | David Oberhollenzer |
2021-03-06 | Add a generic implementation of a dynamic array to libutil | David Oberhollenzer |
2021-03-06 | Store xattr writer block description in a red-black tree | David Oberhollenzer |
2021-03-06 | Add a context pointer to the rbtree key comparison | David Oberhollenzer |
2021-03-06 | Add a copy function to the rb-tree implementation | David Oberhollenzer |
2021-03-06 | Cleanup: replace the void-ptr with an inode-ptr in the file tree node | David Oberhollenzer |
2021-02-28 | added shared read access when opening sqfs image with read-only flags (win32) | Thomas Lang |
2021-02-19 | Fix: libfstree: add an assert the canonicalize_name return value | David Oberhollenzer |
2021-02-19 | Fix: canonicalize path names in glob pattern matching | David Oberhollenzer |
2021-02-19 | libfstree: reject unknown glob options to allow future expansions | David Oberhollenzer |
2021-02-19 | fstree_from_file: Add fnmatch() pattern matching to file globbing | David Oberhollenzer |
2021-02-19 | fstree_from_file: Implement basic file globbing | David Oberhollenzer |
2021-02-19 | libfstree: Add a filter callback to the directory scanning function | David Oberhollenzer |
2021-02-18 | libfstree: add a subdirectory scanning function | David Oberhollenzer |
2021-02-18 | fstree_from_dir: add filtering flags to skip certain inode types | David Oberhollenzer |
2021-02-10 | cleanup: fstree_from_file: split & simplify line parsing function | David Oberhollenzer |
2021-02-10 | Always use the correct data type for realloc return value | David Oberhollenzer |