Age | Commit message (Expand) | Author |
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 |
2020-03-01 | Fix: Replace bit shifts in parse_size with SZ_MUL_OV | David Oberhollenzer |
2020-03-01 | Fix alloca in write_inode.c for windows build | David Oberhollenzer |
2020-02-28 | Cleanup pax header parser a little | David Oberhollenzer |
2020-02-28 | Minor fix in file browser demo | David Oberhollenzer |
2020-02-27 | Add initial benchmark data and discussion | David Oberhollenzer |
2020-02-27 | Fix: strictly verify compressor settings in config initialization | David Oberhollenzer |
2020-02-27 | Add a function to the compressor interface to get the configuration | David Oberhollenzer |
2020-02-23 | Remove the sqfs_inode_copy function | David Oberhollenzer |
2020-02-23 | Turn file inode management completely over to the block processor | David Oberhollenzer |
2020-02-23 | Unify the payload counters in the sqfs_inode_generic_t | David Oberhollenzer |
2020-02-22 | libcommon: stdin file: Fix size accounting for sparse files | David Oberhollenzer |
2020-02-22 | Move inode size accounting completely to the block processor | David Oberhollenzer |
2020-02-22 | Cleanup block processor: merge common initialization code | David Oberhollenzer |
2020-02-22 | Cleanup block processor: Merge destructors for Windows & pthreads | David Oberhollenzer |
2020-02-22 | Try to clarify the parallel block processor documentation | David Oberhollenzer |
2020-02-22 | Add a seperate sqfs_block_processor_sync function | David Oberhollenzer |
2020-02-22 | Make hard link detection scale better | David Oberhollenzer |
2020-02-22 | Add a very simple red-black tree implementation | David Oberhollenzer |
2020-02-21 | Update README & COPYING | David Oberhollenzer |
2020-02-21 | Cleanup: move utilities back out of libsquashfs | David Oberhollenzer |
2020-02-21 | Clarify directory header counter in format documentation | David Oberhollenzer |
2020-02-21 | Update documentation | David Oberhollenzer |
2020-02-20 | Thread pool block processor: Cleanup after restructuring | David Oberhollenzer |
2020-02-20 | Restructure thread pool block processor | David Oberhollenzer |
2020-02-18 | Simplify the thread pool block processor somewhat | David Oberhollenzer |
2020-02-17 | Write up some thoughts on the thread pool based block processor | David Oberhollenzer |
2020-02-16 | block processor: move the internals to the respective implementations | David Oberhollenzer |
2020-02-16 | block processor: merge rest of fileapi.c into common.c | David Oberhollenzer |
2020-02-16 | Remove hard dependency on zlib | David Oberhollenzer |
2020-02-16 | Update the licensing documentation. | David Oberhollenzer |
2020-02-16 | Replace crc32 with xxhash32 | David Oberhollenzer |
2020-02-16 | Move all the queue-waiting logic to the thread pool implemenation | David Oberhollenzer |