Age | Commit message (Expand) | Author |
2020-01-31 | Split the block writing/deduplication away from the block processor | David Oberhollenzer |
2020-01-29 | Rename sqfs_data_writer_t back to sqfs_block_processor_t | David Oberhollenzer |
2020-01-26 | Cleanup: Move fragment deduplication code over to fragment table | David Oberhollenzer |
2020-01-25 | Add missing headers to installed header list | David Oberhollenzer |
2020-01-24 | Cleanup: use fragment table primitive in data writer | David Oberhollenzer |
2020-01-24 | Cleanup: remove single use helper functions from data writer | David Oberhollenzer |
2020-01-24 | Cleanup: use the frag table data type in the data reader | David Oberhollenzer |
2020-01-24 | Add a fragment table primitive to libsquashfs | David Oberhollenzer |
2020-01-20 | Add a flag field to the id table create function | David Oberhollenzer |
2020-01-19 | Cleanup: remove the payload pointers from sqfs_inode_generic_t | David Oberhollenzer |
2020-01-19 | Add a helper function to unpack directory index entries | David Oberhollenzer |
2020-01-19 | Fix directory index accounting when reading inodes | David Oberhollenzer |
2020-01-12 | Add a start anchor parameter to sqfs_dir_reader_find_by_path | David Oberhollenzer |
2020-01-12 | Add an inode deep copy helper function to libsquashfs | David Oberhollenzer |
2019-12-30 | Fix zlib paths in automake file | David Oberhollenzer |
2019-12-29 | Add a small version of zlib that can be built in statically | David Oberhollenzer |
2019-12-28 | Add a small version of liblz4 that can be built in statically | David Oberhollenzer |
2019-12-16 | Add ability to sqfs_dir_writer to create an export table | David Oberhollenzer |
2019-12-13 | Fix name of libsquashfs pkg-config file | David Oberhollenzer |
2019-12-13 | Merge windows and pthread thread pool implementations | David Oberhollenzer |
2019-12-13 | Cleanup data writer | David Oberhollenzer |
2019-12-12 | Don't kick off the threads until the queue is full | David Oberhollenzer |
2019-12-12 | Fix thread pool queue accounting | David Oberhollenzer |
2019-12-12 | Fix "buffer to small" being treated as error in zstd compressor | David Oberhollenzer |
2019-12-12 | Fix: programs linking against libsquashfs also need pthread | David Oberhollenzer |
2019-12-08 | Replace SetEvent synchronization with condition variables | David Oberhollenzer |
2019-12-08 | Fix Windows file creation mode | David Oberhollenzer |
2019-12-08 | Add native Windows port of the multi-threaded data writer | David Oberhollenzer |
2019-12-05 | Minor data writer cleanup | David Oberhollenzer |
2019-12-05 | Fix pthread data writer interfering with signal handling | David Oberhollenzer |
2019-11-28 | Cleanup: Return combined return value from compressor id by name | David Oberhollenzer |
2019-11-25 | Cleanup: remove what is left of libutil | David Oberhollenzer |
2019-11-25 | Cleanup: move overflow safe alloc code into libsquashfs | David Oberhollenzer |
2019-11-24 | Cleanup: completely move str_table into libsquashfs internals | David Oberhollenzer |
2019-11-24 | Fix check of block size in super block | David Oberhollenzer |
2019-11-24 | Cleanup libsquashfs invalid argument error codes | David Oberhollenzer |
2019-11-24 | Cleanup: split out sqfs_write_super similar to sqfs_read_super | David Oberhollenzer |
2019-11-24 | Cleanup: remove the entirely redundant sqfs_has_xattr function | David Oberhollenzer |
2019-11-24 | Fix: Move LZO compressor from libsquashfs to libcommon | David Oberhollenzer |
2019-11-23 | Move some unix header inclusions to compat.h | David Oberhollenzer |
2019-11-22 | Cleanup: move all the compatibillity fluff to a dedicated "libcompat" | David Oberhollenzer |
2019-10-23 | For Windows builds, remove the so-version, link libgcc statically | David Oberhollenzer |
2019-10-23 | Fix sqfs_dir_writer_add_entry behaviour on empty strings | David Oberhollenzer |
2019-10-11 | Add the required libtool magic to build a Windows DLL | David Oberhollenzer |
2019-10-11 | Remove usage of strchrnul from libsquashfs | David Oberhollenzer |
2019-10-11 | Add Windows implementation for sqfs_file_t | David Oberhollenzer |
2019-10-08 | Fix: propperly clear index entry | David Oberhollenzer |
2019-10-08 | Fix storing of the directory index in the inode, size accounting | David Oberhollenzer |
2019-10-08 | Fix recovery of directory index in inode reader | David Oberhollenzer |
2019-10-08 | Fix unaligned reads in write_dir_index | David Oberhollenzer |