Age | Commit message (Expand) | Author |
2019-09-02 | Move fstree independend parts of xattr_reader to libsquashfs.so | David Oberhollenzer |
2019-09-01 | Internalize the layout of the id_table_t structure | David Oberhollenzer |
2019-09-01 | Move command line processing stuff out of compressor code | David Oberhollenzer |
2019-09-01 | Add C++ gurads to publicly exported functions | David Oberhollenzer |
2019-09-01 | API cleanup: Shuffle declarations around | David Oberhollenzer |
2019-09-01 | Break up squashfs.h into topic related headers | David Oberhollenzer |
2019-09-01 | Install libsquashfs.so headers on the system in "sqfs" subdirectory | David Oberhollenzer |
2019-09-01 | Move some application specific stuff out of libutil | David Oberhollenzer |
2019-08-23 | Do bounds checking in metadata reader | David Oberhollenzer |
2019-08-23 | Add wrappers for calloc style functions with size overflow checking | David Oberhollenzer |
2019-08-23 | Add primitives for unsigned addition/multiplication with overflow | David Oberhollenzer |
2019-08-20 | Add explicit padding to tree_node_t | David Oberhollenzer |
2019-08-18 | Replace update_crc32 helper function with crc32 from zlib | David Oberhollenzer |
2019-08-18 | Make data writer use block processor | David Oberhollenzer |
2019-08-18 | Restructure data writer around passing block_t structures | David Oberhollenzer |
2019-08-18 | Minor interface change to data writer | David Oberhollenzer |
2019-08-18 | cleanup: internalize deduplication list in data_writer | David Oberhollenzer |
2019-08-18 | Add block processor data structure | David Oberhollenzer |
2019-08-16 | Add deep-copy function to compressor interface | 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-07 | Add pread(2) like function to data_reader | David Oberhollenzer |
2019-08-05 | cleanup data reader | David Oberhollenzer |
2019-08-05 | cleanup: unify all the code that reads squashfs images | David Oberhollenzer |
2019-08-04 | Improve file unpacking order | David Oberhollenzer |
2019-08-02 | Implement support for SOURCE_DATE_EPOCH environment variable | David Oberhollenzer |
2019-08-01 | Add ability to write_tar_header to embedd extended attributes | David Oberhollenzer |
2019-08-01 | Add option to restore xattrs to deserialize_fstree | David Oberhollenzer |
2019-08-01 | Add xattr reader implementation to recover xattrs from squashfs | 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 some nice statistics output to tar2sqfs and gensquashfs | David Oberhollenzer |
2019-07-28 | Add general purpose flags field to file_info_t | David Oberhollenzer |
2019-07-28 | Implement fragment deduplication in data writer | David Oberhollenzer |
2019-07-28 | Add fragment and block checksum fields to file_info_t | David Oberhollenzer |
2019-07-28 | Add utility function to compute crc32 check sums | David Oberhollenzer |
2019-07-28 | Merge remaining code of fragment reader into data reader | David Oberhollenzer |
2019-07-25 | Generate linear file list in fstree | David Oberhollenzer |
2019-07-25 | Add generic read_table function similar to write_table | David Oberhollenzer |
2019-07-25 | Cleanup sqfs_write_table | David Oberhollenzer |
2019-07-25 | libutil: add read_data style wrapper around pread() | David Oberhollenzer |
2019-07-24 | Fix processing of tar mtime on 32 bit systems | 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 | Implement generating an inode table for NFS export | David Oberhollenzer |
2019-07-21 | Cleanup xattr handling | David Oberhollenzer |
2019-07-21 | Keep track of xattr key & value references AFTER deduplication | David Oberhollenzer |
2019-07-20 | Make raw fragment table accessible through fragment/data readers | David Oberhollenzer |
2019-07-16 | cleanup: move error handling into read_retry | David Oberhollenzer |