Age | Commit message (Expand) | Author |
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 |
2020-03-22 | Add Windows cross build and S390 targets to the travis CI file | David Oberhollenzer |
2020-03-22 | Do not try to read back the compressor options | David Oberhollenzer |
2020-03-22 | doxygen: fix some minor typos | David Oberhollenzer |
2020-03-22 | doxygen: add rudmentary main page to the API reference manual | David Oberhollenzer |
2020-03-22 | doxygen: propperly label generic inode helper functions as members | David Oberhollenzer |
2020-03-22 | Update Doxygen file | David Oberhollenzer |
2020-03-22 | Bump version number | David Oberhollenzer |
2020-03-22 | mkwinbins.sh: don't hard code version number | David Oberhollenzer |
2020-03-22 | Update CHANGELOG.md | David Oberhollenzer |
2020-03-20 | Overhaul README.md | David Oberhollenzer |
2020-03-19 | Fix: properly terminate the getopt_long arrays | David Oberhollenzer |