aboutsummaryrefslogtreecommitdiff
path: root/squashfs-tools
AgeCommit message (Expand)Author
2015-02-23Update code to use new wider 32-bit rdev field.plougher
2015-02-23Add install and clean targets.plougher
2015-02-23Update dateplougher
2015-02-23Update version and date. Move version number over to release version -plougher
2015-02-23Fix printf to correctly state inodes rather than filesplougher
2015-02-23Fix small bug in progress_bar dealing with block counts exact powers of 10plougher
2015-02-23Fix small bug in progress_bar dealing with block counts exact powers of 10plougher
2015-02-23Fix bug in progress_bar() display if no file blocks to compressplougher
2015-02-23Remove obsolete code setting filesystem 3:0 if block_size <=plougher
2015-02-23Fix deadlock in TRACE() and disable progress bar if SQUASHFS_TRACE isplougher
2015-02-23Fix rare but nasty bug in append. Bug has been there since 2.1!plougher
2015-02-23Remove obsolete big endian/little endian code. 4.0 layout is little endian.plougher
2015-02-23Remove obsolete -be and -le options. 4.0 layout is fixed litte endian.plougher
2015-02-23Temporarily disable unsquashfs buildingplougher
2015-02-23Merge development 4.0 branch onto HEAD. New 4.0 layout is consideredplougher
2015-02-23Fix small typo in some memcpy()s where sizeof(pointer) was used rather thanplougher
2015-02-23Add -n[o-progress] option.plougher
2015-02-23Display progress_bar at end of mksquashfs and remove redundant progressplougher
2015-02-23Remove redundant progress flag check in progres_bar() and only printplougher
2015-02-23Fix race-condition in duplicate() routines where the writer_cache wasn'tplougher
2015-02-23Serialise output to the screen, so error messages etc. don't appearplougher
2015-02-23Disable progress_bar if [l]lsonly or [l]info options specified. Alsoplougher
2015-02-23Synchronise output between threads, so error messages etc. don't appearplougher
2015-02-23Fix race-condition in fragment locking.plougher
2015-02-23With the addition of a progress bar to unsquashfs it now needs to be builtplougher
2015-02-23Move the progress bar into its own separate thread. Also only updateplougher
2015-02-23Rather than make the rotator in the progress bar rotate every 1/4plougher
2015-02-23Add progress bar.plougher
2015-02-23Add -data-queue and -frag-queue options.plougher
2015-02-23Add -processors optionplougher
2015-02-23Finish parallelised file_writing error handling.plougher
2015-02-23Add -fragment-queue option to control the size of the fragment cache.plougher
2015-02-23Add write_buffer cache search in duplicate file check.plougher
2015-02-23Fix threshold calculation to take account of the fact that the fragmentplougher
2015-02-23Remove cache_get_2() as it's no longer used. Remove code that waitedplougher
2015-02-23Backout some unfinished changes so Mksquashfs still compiles and works.plougher
2015-02-23Fix bugs in remove_hash_table and remove_free_list. Change cache toplougher
2015-02-23Fix bug in remove_free_list where both entries were deleted if theplougher
2015-02-23Replace fragment entry pending flag with unused. It is not used byplougher
2015-02-23Replace alloc routines with caching alloc routines implemented initiallyplougher
2015-02-23Fix set_attribute setting for files.plougher
2015-02-23Update version and date.plougher
2015-02-23Merge parallel unsquashfs development from devel_3-4 branch.plougher
2015-02-23Fix bug in ftruncate change.plougher
2015-02-23Use ftruncate on sparse files with holes extending to the end of file.plougher
2015-02-23Update date.plougher
2015-02-23Fix problem that unistd.h wasn't being included leading to lseek beingplougher
2015-02-23Fix typo in ERROR statement.plougher
2015-02-23Hitting ^C twice causes mksquashfs to restore the existing filesystem on append.plougher
2015-02-23Fix typo in SQUASHFS_MKFLAFS definitionplougher