aboutsummaryrefslogtreecommitdiff
path: root/squashfs-tools/unsquash-1.c
AgeCommit message (Expand)Author
2015-02-23unsquashfs: fix read_directory_table() parameterPhillip Lougher
2015-02-23Update email addressPhillip Lougher
2015-02-23Update copyright datesPhillip Lougher
2015-02-23unsquashfs: completely empty filesystems incorrectly generate an errorPhillip Lougher
2015-02-23unsquashfs: add checks for corrupted data in opendir functionsPhillip Lougher
2015-02-23get rid of union squashfs_inode_header_1 typedefplougher
2015-02-23Move dir assignment out of if in squashfs_opendir_1()plougher
2015-02-23Fix block calculation error with regular files when file size isplougher
2015-02-23Fix copyright dates - these files didn't exist before 2009, althoughplougher
2015-02-23Wrap some linesplougher
2015-02-23Make opendir_1 abort on malloc and realloc failureplougher
2015-02-23Abort if the mapping from deirectory start block to uncompressed block inplougher
2015-02-23read_inode no longer returns error, and so delete the checks in theplougher
2015-02-23Abort if the mapping from on disk block location to locatiion of uncompressedplougher
2015-02-23Abort on unknown inode, rather than just ignore it. An unknown inode isplougher
2015-02-23Update copyrightplougher
2015-02-23Record the xattr in struct dir and struct squashfs_file, and pass toplougher
2015-02-23Add xattr field to struct inode, and add support for reading xattr inplougher
2015-02-23Replace fields in struct super_block copied from struct squashfs_super_blockplougher
2015-02-23change read_fs_bytes() from taking char * to taking void *plougher
2015-02-23rename read_bytes() to read_fs_bytes() to be consistent with mksquashfs.plougher
2015-02-23Fix char buffer aligmentplougher
2015-02-23More code tidyingplougher
2015-02-23Code tidyplougher
2015-02-23Change read_uid_guids_1() to return an error conditonplougher
2015-02-23read_fragment_table now returns error status. Read_fragment_table_1 alwaysplougher
2015-02-23Add missing TRACE statementsplougher
2015-02-23Remove error label, and add some extra ERROR and TRACE statementsplougher
2015-02-23Set sparse field to 0 (not a sparse file).plougher
2015-02-23Malloc i->symlink rather than have it fully alloced in the inode structureplougher
2015-02-23Explicitly include "squashfs_compat.h"plougher
2015-02-23Add read_uids_guids() from unsquashfs.cplougher
2015-02-231.0 layout specific functionsplougher