Age | Commit message (Expand) | Author |
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 | Add a seperate sqfs_block_processor_sync function | David Oberhollenzer |
2020-02-22 | Add a very simple red-black tree implementation | David Oberhollenzer |
2020-02-21 | Cleanup: move utilities back out of libsquashfs | David Oberhollenzer |
2020-02-15 | Move block block accounting to the other end of the block pipeline | David Oberhollenzer |
2020-02-15 | Add a "sequence error" to libsquashfs error codes | David Oberhollenzer |
2020-02-12 | Implement a more explicit object system | David Oberhollenzer |
2020-02-12 | Cleanup: Move sqfs_block_t to block processor internals | David Oberhollenzer |
2020-02-12 | Remove usage of sqfs_block_t from block reader | David Oberhollenzer |
2020-02-12 | Clenaup: remove useage of sqfs_block_t from block writer | David Oberhollenzer |
2020-02-11 | Document the block writer API. | David Oberhollenzer |
2020-02-10 | Cleanup: remove block hooks entirely from block processor | David Oberhollenzer |
2020-02-10 | Cleanup: remove the fragment store/discard and block discard hooks | David Oberhollenzer |
2020-02-10 | Cleanup statistics print out | David Oberhollenzer |
2020-02-10 | Cleanup: Use stat structs instead of hooks in tar2sqfs/gensquashfs | David Oberhollenzer |
2020-02-10 | Add run time statistics to the block writer and processor | David Oberhollenzer |
2020-02-09 | Move block writer and fragment table management out of block processor | David Oberhollenzer |
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-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 | Update explanation on directory index accounting | David Oberhollenzer |
2020-01-19 | Add a helper function to unpack directory index entries | 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 |
2020-01-06 | Cleanup: use parse_size function to parse compressor options | David Oberhollenzer |
2020-01-02 | Support parsing [device] block size argument with SI suffix | David Oberhollenzer |
2019-12-31 | Include sys/sysmacros.h on any GNU libc platform | Pino Toscano |
2019-12-23 | Add libtar.a function to create hardlink records | David Oberhollenzer |
2019-12-23 | Add simple sqfs_tree_node_t hardlink detection to libcommon | David Oberhollenzer |
2019-12-23 | Bring back the flat list of inodes in libfstree | David Oberhollenzer |
2019-12-22 | Add hard link support to gensquashfs and tar2sqfs | David Oberhollenzer |
2019-12-22 | Add basic support for handling and serializing hard links | David Oberhollenzer |
2019-12-19 | Split the libfstree add_by_path tree traversal function out | David Oberhollenzer |
2019-12-19 | Fix spelling mistakes found by lintian | Benjamin Drung |
2019-12-18 | Add an explicit link count to the fstree nodes | David Oberhollenzer |
2019-12-18 | Rename fstree "slink_target" to "target" | David Oberhollenzer |
2019-12-18 | Move is_filename_sane to libfstree, add test cases | David Oberhollenzer |
2019-12-18 | Cleanup: internalize some fstree functions | David Oberhollenzer |
2019-12-18 | Cleanup: remove the unused "block_size" from the fstree | David Oberhollenzer |
2019-12-18 | Cleanup: merge the fstree post processing functions | David Oberhollenzer |
2019-12-16 | Remove fstree inode table | David Oberhollenzer |
2019-12-16 | Use the sqfs_dir_writer_t to create the NFS export table | David Oberhollenzer |
2019-12-16 | Add ability to sqfs_dir_writer to create an export table | David Oberhollenzer |
2019-12-13 | Better support for reading/writing non-ASCII xattr values from/to tar | David Oberhollenzer |