summaryrefslogtreecommitdiff
path: root/tar
AgeCommit message (Expand)Author
2019-08-26Move tar_fuzz program over to testsDavid Oberhollenzer
2019-08-24Add minimal test program for fuzzing the tar parserDavid Oberhollenzer
2019-08-23Some simple search/replace cases for allocationDavid Oberhollenzer
2019-08-19Fix packer statisticsDavid Oberhollenzer
2019-08-18Make data writer use block processorDavid Oberhollenzer
2019-08-18Minor interface change to data writerDavid Oberhollenzer
2019-08-18cleanup: internalize deduplication list in data_writerDavid Oberhollenzer
2019-08-18Add pthread based, parallel block processor implementationDavid Oberhollenzer
2019-08-05cleanup: unify all the code that reads squashfs imagesDavid Oberhollenzer
2019-08-04Fix functions with side effect being used inside assertsDavid Oberhollenzer
2019-08-01Add ability to sqfs2tar to optionally copy over xattrsDavid Oberhollenzer
2019-08-01Add ability to write_tar_header to embedd extended attributesDavid Oberhollenzer
2019-07-30Add propper copyright headers to all source filesDavid Oberhollenzer
2019-07-28Add some nice statistics output to tar2sqfs and gensquashfsDavid Oberhollenzer
2019-07-28Implement fragment deduplication in data writerDavid Oberhollenzer
2019-07-24cleanup: remove atime/ctime processing codeDavid Oberhollenzer
2019-07-24Enable largefile supportMatt Turner
2019-07-22Add a way to optionally keep the original time stampsDavid Oberhollenzer
2019-07-21fix possible leak in tar2sqfs if writing xattrs failsDavid Oberhollenzer
2019-07-21Implement generating an inode table for NFS exportDavid Oberhollenzer
2019-07-16cleanup: move error handling into write_retryDavid Oberhollenzer
2019-07-15Add flags to data writer to micro manage behaviourDavid Oberhollenzer
2019-07-04Fix: tar2sqfs move skip for invalid name firstDavid Oberhollenzer
2019-07-04tar2sqfs: repack extended attributes into squashfs filesystemDavid Oberhollenzer
2019-07-04sqfs2tar: add option to extract subdirectoriesDavid Oberhollenzer
2019-07-03Add no-skip option to sqfs2tarDavid Oberhollenzer
2019-07-03tar writer: replace PAX headers with GNU extensionsDavid Oberhollenzer
2019-07-03Add no-skip option to tar2sqfsDavid Oberhollenzer
2019-06-30libtar: clarify actual size vs on-disk record sizeDavid Oberhollenzer
2019-06-30Add support for repacking condensed sparse filesDavid Oberhollenzer
2019-06-28Add support for unpacking sparse files as sparse filesDavid Oberhollenzer
2019-06-23tar2sqfs: Fix help stringDavid Oberhollenzer
2019-06-23Add block size and device block size options to tar2sqfsDavid Oberhollenzer
2019-06-23Add filesystem defaults option to tar2sqfsDavid Oberhollenzer
2019-06-23Add compressor options to tar2sqfsDavid Oberhollenzer
2019-06-23Move fstree default option processing to fstree codeDavid Oberhollenzer
2019-06-23tar2sqfs: Add some output messages, --quiet flag and --forceDavid Oberhollenzer
2019-06-22Cleanup: split fstree sort into 2 fstree independend functionsDavid Oberhollenzer
2019-06-19Split generic tar code off to static libraryDavid Oberhollenzer
2019-06-17tar2sqfs: rewrite parser to fill struct stat, create tree node from thatDavid Oberhollenzer
2019-06-16sqfs2tar: cleanup tar header generationDavid Oberhollenzer
2019-06-15Add utility to turn a POSIX/PAX tar archive into a squashfs imageDavid Oberhollenzer
2019-06-15Add utility to turn a squashfs image into a POSIX tar archvieDavid Oberhollenzer