Age | Commit message (Expand) | Author |
2020-05-24 | Cleanup: split the block processor common.c again | David Oberhollenzer |
2020-05-24 | block processor: promote fragments to fragment blocks | David Oberhollenzer |
2020-05-23 | block processor: move the block consolidation to the worker thread | David Oberhollenzer |
2020-05-23 | block processor: recycle blocks to reduce allocation pressure | David Oberhollenzer |
2020-05-23 | block processor: don't zero initialize the block payload area | David Oberhollenzer |
2020-05-23 | Update benchmark numbers for zstd, now that it uses correct parameters | David Oberhollenzer |
2020-05-21 | Update CHANGELOG.md | David Oberhollenzer |
2020-05-21 | Fix: zstd: actually set the compression level from the options | David Oberhollenzer |
2020-05-21 | hash table: switch to sqfs_* types, mark functions as hidden | David Oberhollenzer |
2020-05-21 | Update CHANGELOG.md | David Oberhollenzer |
2020-05-21 | Fix the semantics of the super block deduplication | David Oberhollenzer |
2020-05-19 | Cleanup: move hash table header to include directory | David Oberhollenzer |
2020-05-18 | libtar: fix size computation of PAX line length | David Oberhollenzer |
2020-05-16 | Update documentation | David Oberhollenzer |
2020-05-07 | Fix checksums for the corpus tests now that -T actually works | David Oberhollenzer |
2020-05-07 | Fix compilation on GCC4 and below | Brandon Maier |
2020-05-04 | Expose more fine grained control values & flags on the XZ compressor | David Oberhollenzer |
2020-05-04 | Fix: propperly set the last block flag if fragments are disabled | David Oberhollenzer |
2020-05-03 | Actually run the directory pack test if corpora tests are desiredv0.9.1 | David Oberhollenzer |
2020-05-03 | Bump version number | David Oberhollenzer |
2020-05-03 | Update README.md | David Oberhollenzer |
2020-05-03 | Update CHANGELOG.md | David Oberhollenzer |
2020-05-03 | Update man pages | David Oberhollenzer |
2020-05-03 | Add a simple test script for the gensquashfs packdir + allroot use case | David Oberhollenzer |
2020-05-03 | Fix: unify extra argument rejection in tar2sqfs & gensquashfs | David Oberhollenzer |
2020-05-03 | Fix: the --all-root option does not take an arugment | David Oberhollenzer |
2020-05-03 | Fix: use 0644 as default permissions when creating files | David Oberhollenzer |
2020-04-27 | Fix gitignore binary paths | David Oberhollenzer |
2020-04-27 | Cleanup/fix: gensquashfs: split directory scanning from xattr scanning | David Oberhollenzer |
2020-04-27 | Enable uint128_t path | Matt Turner |
2020-04-27 | gensquashfs: Add options to globally override UID/GID values | David Oberhollenzer |
2020-04-27 | Add hash table code to libutil.a | David Oberhollenzer |
2020-04-27 | Add propper license text for Mesa hash table implementation | David Oberhollenzer |
2020-04-27 | Cleanup directory structure of the binary programs | David Oberhollenzer |
2020-04-27 | Fix tar2sqfs: Actually apply the block processor flags | David Oberhollenzer |
2020-04-23 | Update benchmark data | David Oberhollenzer |
2020-04-22 | Import and use Mesa's hash table | Matt Turner |
2020-04-22 | COPYING: Fix a couple of typos | Matt Turner |
2020-04-22 | Skip PAX global headers | David Oberhollenzer |
2020-04-21 | Fix: add missing --with-gzip/--without-gzip configure handle | David Oberhollenzer |
2020-04-17 | Remove some configure time sizeof checks | David Oberhollenzer |
2020-04-17 | Cleanup: split read_header.c in libtar.a | David Oberhollenzer |
2020-04-17 | tests: improve diagnostics output & make "release builds" work | David Oberhollenzer |
2020-04-16 | tar2sqfs & gensquashfs: Delete the output file on failure | David Oberhollenzer |
2020-04-16 | Propperly cast void pointer in sqfs_object_t inline function | David Oberhollenzer |
2020-04-16 | sqfs2tar: Fix trailing slashes for directory names | David Oberhollenzer |
2020-04-01 | Fix missing header without LZO | Alyssa Ross |
2020-03-30 | Bump release date for 0.9, fix version number formatingv0.9 | David Oberhollenzer |
2020-03-25 | Remove mingw based cross build from travis config | David Oberhollenzer |
2020-03-23 | Fix dependencies for mingw CI build | David Oberhollenzer |