aboutsummaryrefslogtreecommitdiff
path: root/squashfs-tools/unsquashfs.c
AgeCommit message (Expand)Author
2022-02-02Fix building squashfs-tools against muslandroid-t-preview-1android-s-v2-beta-3android-t-preview-1android-s-v2-beta-3Colin Cross
2017-12-09Revert "Merge remote-tracking branch 'aosp/upstream-master' into 'aosp/master'"Colin Cross
2017-07-31Add -offset option to skip n bytes at the start of the input fileprobonopd
2017-07-31unsquashfs: add code to dump the exact bytes usedSebastien Bourdelin
2017-07-31squashfs-tools: with fnmatch.h compatibility with muslAlexandru Ardelean
2017-07-31fix device type handling with extended attributesPranay Kr. Srivastava
2017-07-31unsquashfs: modify xattrs after other changesMichael S. Fischer
2014-05-12unsquashfs: This really is the releasePhillip Lougher
2014-05-06unsquashfs: update version for releasePhillip Lougher
2014-04-20unsquashfs: extract files, fix handling of leaf namePhillip Lougher
2014-04-18unsquashfs: remove_free_list(), silence bogus NULL pointer dereferencePhillip Lougher
2014-01-21Unsquashfs: add comment regarding SQUASHFS_TRACE and the progress barPhillip Lougher
2014-01-05unsquashfs/read_fs: Always_use_fragments should be Always-use-fragmentsPhillip Lougher
2014-01-03Update datesPhillip Lougher
2013-12-31compressor: don't overload extract_optionsPhillip Lougher
2013-12-28unsquashfs: fix cache used count statisticPhillip Lougher
2013-07-17Update datesPhillip Lougher
2013-07-08Update datesPhillip Lougher
2013-06-24Merge branch 'lz4'Phillip Lougher
2013-06-22unsquashfs; add aligned attribute to char buffer on stack in squashfs_stat()Phillip Lougher
2013-06-21unsquashfs: Call compressor_extract_optionsPhillip Lougher
2013-06-13unsquashfs: add dump_cache()Phillip Lougher
2013-06-11unsquashfs: add code to track number of used buffers in cachePhillip Lougher
2013-06-10unsquashfs: rename deflate/deflator thread references with inflate/inflatorPhillip Lougher
2013-06-10unsquashfs: rename to_deflate to to_inflatePhillip Lougher
2013-06-10unsquashfs_info: add dump_state function and enable itPhillip Lougher
2013-06-07unsquashfs: add dump_queue()Phillip Lougher
2013-06-07unsquashfs: make {disable|enable}_progress_bar contingent on progress flagPhillip Lougher
2013-06-07unsquashfs: fix typos in pthread_sigmask() failure macroPhillip Lougher
2013-06-07unsquashfs: use pthread_sigmask() instead of sigprocmask()Phillip Lougher
2013-06-07unsquashfs: add code to dump filename when ^\ is hitPhillip Lougher
2013-05-31unsquashfs: replace cond_var and pthread_cond_timedwait() with nanosleep()Phillip Lougher
2013-05-29unsquashfs: quieten progressbarPhillip Lougher
2013-04-19Move SQUASHFS_LEXX and SQUASHFS_SWAP_{SHORTS:INTS:LONGS} into squashfs_swap.hPhillip Lougher
2013-04-19Swap source and destination in macros in disk -> host reading codePhillip Lougher
2013-03-14read_xattrs: Use error.h for read_xattrs as wellPhillip Lougher
2013-03-10error: Use error.h for Unsquashfs as wellPhillip 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-25unsquashfs: prevent buffer {over|under}flow in read_block() with corrupted fi...Phillip Lougher
2012-12-30unsquashfs: check for integer overflow in user inputPhillip Lougher
2012-12-28unsquashfs: add -user-xattrs option to only extract user.xxx xattrsPhillip Lougher
2012-12-28Unsquashfs: don't treat unrecognised xattr prefixes as xattr read failurePhillip Lougher
2012-12-23mksquashfs/unsquashfs/pseudo/sort: Fix ERROR statementPhillip Lougher
2012-12-23unsquashfs: Add MAX_LINE definitionPhillip Lougher
2012-12-22Fix some limits in the file parsing routinesPhillip Lougher