Age | Commit message (Expand) | Author |
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 |
2020-03-19 | Fix compressor availability check in libcommon | David Oberhollenzer |
2020-03-19 | Fix destruction of NULL pointer in xattr reader cleanup | David Oberhollenzer |
2020-03-19 | Add references to the external testing & CI services | David Oberhollenzer |
2020-03-19 | Add a script to semi-automate coverity scan submissions | David Oberhollenzer |
2020-03-19 | Add macOS workaround for lsetxattr | David Oberhollenzer |
2020-03-19 | Fix pthread_join check for valid thread handles | David Oberhollenzer |
2020-03-19 | Fix xattr scanning on Mac OS X | David Oberhollenzer |
2020-03-19 | Improve travis CI build configuration | David Oberhollenzer |
2020-03-19 | Fix: don't use Linux specific st_mtim stat member | David Oberhollenzer |
2020-03-18 | Set a minimal libzstd version in autoconf script | David Oberhollenzer |
2020-03-18 | Fix build of lz4 compressor with older versions of liblz4 | David Oberhollenzer |
2020-03-18 | Add basic travis CI configuration | David Oberhollenzer |
2020-03-18 | Add a test case for xxhash32 | David Oberhollenzer |
2020-03-18 | Add a test for the minimal rb-tree implementation | David Oberhollenzer |
2020-03-18 | Restore workaround for unaligned reads in xxhash | David Oberhollenzer |
2020-03-18 | Cleanup: Move xxhash32 code to libutil | David Oberhollenzer |
2020-03-10 | Fix the printf format specifies (again) | David Oberhollenzer |
2020-03-05 | Get rid of sqfs_compressor_exists | David Oberhollenzer |
2020-03-05 | Change the signature of sqfs_compressor_create to return an error code | David Oberhollenzer |
2020-03-05 | Cleanup: Remove the E_ prefix from all libsquashfs enumerators | David Oberhollenzer |
2020-03-04 | Fix block writer inheritance of sqfs_object_t | David Oberhollenzer |
2020-03-04 | Cleanup: match xattr reader API closer to id table API | David Oberhollenzer |
2020-03-04 | Add a generic copying mechanism to sqfs_object_t | David Oberhollenzer |
2020-03-04 | Add a deep copy function for the str_table_t helper | David Oberhollenzer |
2020-03-01 | Add a "do not deduplicate" block flag | David Oberhollenzer |
2020-03-01 | Fix printf format specifies for sqfs_u64 | David Oberhollenzer |