Age | Commit message (Expand) | Author |
2019-12-23 | Simplify hard link handling | David Oberhollenzer |
2019-12-23 | Minor cleanup in inode allocation | 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-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: merge the fstree post processing functions | David Oberhollenzer |
2019-12-16 | Remove fstree inode table | 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: move canonicalize_name back to libfstree.a | David Oberhollenzer |
2019-10-28 | Add macro for printf format specifier for size_t | David Oberhollenzer |
2019-10-07 | Cleanup: move libutil related headers to "util" sub directory | David Oberhollenzer |
2019-09-29 | Fix inode numbering: always start with 1, use 0 as parent for the root | David Oberhollenzer |
2019-09-29 | Cleanup: fstree no longer has any use for the block size | David Oberhollenzer |
2019-09-29 | Cleanup: fstree_from_file does not need to change working directory | David Oberhollenzer |
2019-09-28 | Replace fstree/sqfshelper xattr code with sqfs_xattr_writer_t | David Oberhollenzer |
2019-09-28 | Move fstree selinux code to gensquashfs | David Oberhollenzer |
2019-09-28 | Move fstree_from_dir to gensquashfs code | David Oberhollenzer |
2019-09-27 | Add a header for platform compatibillity fluff | David Oberhollenzer |
2019-09-27 | Cleanup: replace fixed with data types with typedefs | David Oberhollenzer |
2019-09-27 | Cleanup: remove most of the payload pointer magic from libfstree | David Oberhollenzer |
2019-09-25 | Remove no-longer-used cruft from libfstree | David Oberhollenzer |
2019-09-20 | Large round of dead code removal | David Oberhollenzer |
2019-09-20 | Move canonicalize_name back to libutil | David Oberhollenzer |
2019-09-20 | Move "optimize unpack order" to from fstree to rdsquashfs | David Oberhollenzer |
2019-09-20 | Remove parallel unpacking | David Oberhollenzer |
2019-09-14 | Remove fstree file flags | David Oberhollenzer |
2019-09-14 | Move data deduplication from fstree code to data writer | David Oberhollenzer |
2019-09-11 | Cleanup Automake file for libraries | David Oberhollenzer |
2019-09-01 | Move some application specific stuff out of libutil | David Oberhollenzer |
2019-08-26 | Tune the paranoia down a bit | David Oberhollenzer |
2019-08-25 | Size accounting + alloc() overflow checking, round #3 | David Oberhollenzer |
2019-08-23 | Size accounting + alloc() overflow checking, round #2 | David Oberhollenzer |
2019-08-23 | Some simple search/replace cases for allocation | David Oberhollenzer |
2019-08-19 | Fix file list generation: break any pre-existing connection | David Oberhollenzer |
2019-08-19 | Fix memory leak in dir-scan error code path | David Oberhollenzer |
2019-08-18 | cleanup: internalize deduplication list in data_writer | David Oberhollenzer |
2019-08-11 | Add gensquashfs option to read xattrs from input files | David Oberhollenzer |
2019-08-11 | Add --one-file-system option to gensquashfs | David Oberhollenzer |
2019-08-11 | Replace fstree_from_dir boolean with flag field | David Oberhollenzer |
2019-08-04 | Improve file unpacking order | David Oberhollenzer |
2019-08-04 | Fix functions with side effect being used inside asserts | David Oberhollenzer |
2019-08-03 | cleanup: remove left over atime/ctime code | David Oberhollenzer |
2019-08-02 | Implement support for SOURCE_DATE_EPOCH environment variable | David Oberhollenzer |
2019-07-30 | Add propper copyright headers to all source files | David Oberhollenzer |