Age | Commit message (Expand) | Author |
2019-10-07 | Cleanup: move libutil related headers to "util" sub directory | David Oberhollenzer |
2019-09-29 | Cleanup: fstree no longer has any use for the block size | 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-22 | Use inode structures in the data writer instead of fstree file info | David Oberhollenzer |
2019-09-21 | Minor fstree related cleanup | David Oberhollenzer |
2019-09-20 | Dead code removal, round #2 | 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-19 | Add directory reader data structure | 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-01 | Move some application specific stuff out of libutil | David Oberhollenzer |
2019-08-20 | Add explicit padding to tree_node_t | 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-07-30 | Add propper copyright headers to all source files | David Oberhollenzer |
2019-07-29 | Cleanup: move deduplication code from data writer to fstree | David Oberhollenzer |
2019-07-28 | Add general purpose flags field to file_info_t | David Oberhollenzer |
2019-07-28 | Add fragment and block checksum fields to file_info_t | David Oberhollenzer |
2019-07-25 | Generate linear file list in fstree | David Oberhollenzer |
2019-07-24 | Enable largefile support | Matt Turner |
2019-07-22 | Add a way to optionally keep the original time stamps | David Oberhollenzer |
2019-07-21 | Cleanup xattr handling | David Oberhollenzer |
2019-07-03 | cleanup: move tree node from path function to libfstree.a | David Oberhollenzer |
2019-06-28 | Add support for packing sparse files | David Oberhollenzer |
2019-06-23 | Move fstree default option processing to fstree code | David Oberhollenzer |
2019-06-22 | Cleanup: unify packdir/packfile based directory changes in gensquashfs | David Oberhollenzer |
2019-06-22 | Cleanup: split fstree sort into 2 fstree independend functions | David Oberhollenzer |
2019-06-19 | Cleanup fstree code | David Oberhollenzer |
2019-06-17 | libfstree: add generic function to add node from struct stat | David Oberhollenzer |
2019-06-15 | libfstree.a: add function to get struct stat from tree node | David Oberhollenzer |
2019-06-11 | cleanup: remove the linked list of fragment relations | David Oberhollenzer |
2019-06-10 | Add generic function to produce a full path from an fstree node | David Oberhollenzer |
2019-06-10 | Generate a flat inode table from the fstree ahead of time | David Oberhollenzer |
2019-06-10 | gensquashfs: do pushd/popd when needed instead of chdir | David Oberhollenzer |
2019-05-31 | gensquashfs: allow combining packdir and packfile | David Oberhollenzer |
2019-05-26 | gensquashfs: add option to simply pack an input directory | David Oberhollenzer |
2019-05-20 | cleanup: remove squashfs type from fstree nodes | David Oberhollenzer |
2019-05-20 | cleanup: remove overly excessive comments | David Oberhollenzer |