aboutsummaryrefslogtreecommitdiff
path: root/squashfs-tools
AgeCommit message (Expand)Author
2013-02-21pseudo: Use MEM_ERROR() for out of space handling.Phillip Lougher
2013-02-21mksquashfs: Use MEM_ERROR() for out of space handling.Phillip Lougher
2013-02-21action: Use MEM_ERROR() for out of space handling.Phillip Lougher
2013-02-21error: add MEM_ERROR() macroPhillip Lougher
2013-02-14mksquashfs: Rewrite write failure error message in writer threadPhillip Lougher
2013-02-14mksquashfs: Rewrite write failure error message in write_destination()Phillip Lougher
2013-02-14mksquashfs: flag lseek error in write_destination as probable out of spacePhillip Lougher
2013-02-14mksquashfs: flag lseek error in writer as probable out of spacePhillip Lougher
2013-02-11mksquashfs: improve out of space in output filesystem handlingPhillip Lougher
2013-02-06mksquashfs: Improve writer lseek error messagePhillip Lougher
2013-02-06mksquashfs: Improve lseek error messagesPhillip Lougher
2013-02-03unsquashfs: add support for displaying compression optionsPhillip Lougher
2013-02-02unsquashfs: fix error statementPhillip Lougher
2013-02-01unsquashfs: fix read_directory_table() parameterPhillip Lougher
2013-01-28unsquashfs: bring uncompress_directory_table() into linePhillip Lougher
2013-01-28unsquashfs: bring uncompress_inode_table() into linePhillip Lougher
2013-01-28unsquashfs: harden inode/directory table reading against corrupted filesystemsPhillip Lougher
2013-01-28unsquash-4.c: harden uid/gid and fragment table reading against corrupted dataPhillip Lougher
2013-01-28unsquash-3: harden fragment table reading against corrupted filesystemsPhillip Lougher
2013-01-28unsquash-2: harden fragment table reading against corrupted filesystemsPhillip Lougher
2013-01-28read_xattrs: harden xattr data reading against corrupted filesystemsPhillip Lougher
2013-01-25unsquashfs: prevent buffer {over|under}flow in read_block() with corrupted fi...Phillip Lougher
2013-01-24read_fs: reformat scan_inode_table() tidying codePhillip Lougher
2013-01-23read_fs: Further harden scan_inode_table() against corrupted filesystemsPhillip Lougher
2013-01-23codec_wrappers: rename block_size in uncompress() to outsizePhillip Lougher
2013-01-22read_fs: When reading directory pass expected number of bytes to read_block()Phillip Lougher
2013-01-22read_fs: check the root inode block is found in scan_inode_table()Phillip Lougher
2013-01-22read_fs: check metadata blocks are expected size in scan_inode_table()Phillip Lougher
2013-01-22read_fs: When reading lookup_table pass expected number of bytes to read_block()Phillip Lougher
2013-01-22read_fs: When reading fragment_table pass expected number of bytes to read_bl...Phillip Lougher
2013-01-22read_fs: When reading id_table pass expected number of bytes to read_block()Phillip Lougher
2013-01-22read_fs: prevent buffer {over|under}flow in read_block() with corrupted files...Phillip Lougher
2013-01-17mksquashfs: Get rid of unused defs in squashfs_xattr_{entry|val} structsPhillip Lougher
2013-01-13mksquashfs: ensure buffer_list is always initialised in write_file_blocks_dup()Phillip Lougher
2013-01-13mksquashfs: ensure block_list is always initialised in write_file_blocks_dup()Phillip Lougher
2013-01-13mksquashfs: ensure block_list is always initialised in write_file_blocks()Phillip Lougher
2013-01-13action: fix memory leak in move_dir()Phillip Lougher
2013-01-13mksquashfs: optimise subpathname() calling in dir_scan1()Phillip Lougher
2013-01-09mksquashfs: rewrite some ugly code in scan1_opendir()Phillip Lougher
2013-01-09mksquashfs: Move strdupping of filename/subpath to scan1_opendir()Phillip Lougher
2013-01-09mksquashfs: eliminate redundant labelPhillip Lougher
2013-01-09mksquashfs: optimise excluded() when dealing with non-anchored excludesPhillip Lougher
2013-01-07mksquashfs: fix "new" variable leak in dir_scan1()Phillip Lougher
2013-01-07mksquashfs: Wrap line longer than 80 charsPhillip Lougher
2013-01-04action: add quoted string and back slash handling to lexical analyserPhillip Lougher
2012-12-31pseudo: Get rid of ERROR statements in child process in exec_file()Phillip Lougher
2012-12-31action: Get rid of ERROR statements in child process in file() testPhillip Lougher
2012-12-30action: implement exec() test optionPhillip Lougher
2012-12-30xz_wrapper: Add comments describing how compression option functions workPhillip Lougher
2012-12-30pseudo: Improve parse error messages in read_pseudo_def()Phillip Lougher