]> wimlib.net Git - wimlib/history - src
compress_parallel.c: Don't bail if not all threads can be created
[wimlib] / src /
2014-06-14 Eric Biggerscompress_parallel.c: Don't bail if not all threads...
2014-06-14 Eric Biggerscompress_parallel.c: Use more appropriate type for...
2014-06-14 Eric Biggerschunk_compressor: Use u32 for chunk uncompressed size
2014-06-14 Eric Biggersmake_canonical_huffman_code(): Stricter validation...
2014-06-14 Eric Biggerscompress.c: Always include base compressor size
2014-06-14 Eric Biggers{de,}compress.c: Sort ops by type number
2014-06-14 Eric Biggerscapture_common.c: Fix comment
2014-06-13 Eric Biggersdentry.c: Fix comment
2014-06-13 Eric BiggersRemove WIMLIB_COMPRESSION_TYPE_INVALID from library
2014-06-13 Eric Biggerswimlib_get_compressor_needed_memory(): Include struct...
2014-06-12 Eric Biggerslzms-compress.c: Don't do redundant work in cost calcul...
2014-06-12 Eric Biggerslzx-compress.c: Don't compute match/literal array...
2014-06-12 Eric Biggerslzx-compress.c: Don't do redundant work in cost calcul...
2014-06-12 Eric Biggers{lzx,lzms-decompress.c}: Allocate context with DECODE_T...
2014-06-12 Eric BiggersAdd aligned malloc and free
2014-06-11 Eric Biggersxml.c: Don't count reparse point data and directory...
2014-06-11 Eric BiggersDon't exclude out-of-tree absolute symlinks in reparse...
2014-06-11 Eric Biggerswin32_apply.c: Fix reparse point fixup of device-direct...
2014-06-11 Eric Biggersunix_apply.c: Honor i_not_rpfixed
2014-06-08 Eric Biggersextract.c: Remove unused internal flag
2014-06-08 Eric BiggersRemove some dead assignments
2014-06-08 Eric Biggersmount_image.c: Don't pass NULL to mq_send()
2014-06-08 Eric Biggersxpress-decompress.c: Remove unused 'lens' parameter...
2014-06-08 Eric Biggerswimboot.c, win32_apply.c: Bracket file by #ifdef __WIN32__
2014-06-08 Eric Biggersdecompress_common.c: Add util.h back
2014-06-08 Eric Biggerslzms-compress.c: Don't underrun window when checking...
2014-06-08 Eric BiggersA few comment fixes
2014-06-08 Eric BiggersRemove a few unnecessary includes
2014-06-08 Eric BiggersUpdate public domain dedications
2014-06-07 Eric Biggerslzx-compress.c: Honor cache_limit
2014-06-07 Eric BiggersMerge branch 'lz_bt'
2014-06-07 Eric BiggersSwitch from suffix array match-finder to binary tree...
2014-06-05 Eric Biggerslzms-common.c, lzms-compress.c: Use pthread_once()
2014-06-05 Eric BiggersFix creating large solid blocks
2014-06-04 Eric Biggerslzms-compress.c: Fix typo
2014-06-01 Eric BiggersShare most e8 processing code between LZX compressor...
2014-06-01 Eric Biggerslzx-compress.c: Clarify there must be at least one...
2014-06-01 Eric Biggerslzx-compress.c: Use pointers in lzx_optimize_block()
2014-05-31 Eric Biggersinode_fixup.c: Fix check for directory hard links
2014-05-31 Eric BiggersOptimize Huffman code generation
2014-05-31 Eric BiggersRevert "lzx-compress.c: Simplify calculation of positio...
2014-05-29 Eric Biggerslzx-compress.c: Simplify output of length footer
2014-05-29 Eric Biggerslzx-compress.c: Simplify calculation of position footer
2014-05-28 Eric Biggerslzx-decompress.c: Simplify handling of recent offsets
2014-05-28 Eric BiggersRemove unused 'num_syms' argument to read_huffsym()
2014-05-27 Eric BiggersFaster Huffman symbol decoding
2014-05-27 Eric Biggerslzx-decompress.c: One fewer branch in undo_call_insn_t...
2014-05-27 Eric BiggersLZX, XPRESS decompression: Return 0 bits on overrun
2014-05-27 Eric Biggerslzx-decompress.c: Add SSE2 version of undo_call_insn_p...
2014-05-27 Eric Biggersresource.c: Fix two comments
2014-05-27 Eric Biggersresource.c: Don't call lseek() if not necessary
2014-05-27 Eric Biggersextract.c: Remove unused internal flag
2014-05-26 Eric Biggersxml.c: Export <ARCH> and <WIMBOOT> nodes correctly
2014-05-26 Eric BiggersCheck for case where too many identical files are being...
2014-05-26 Eric Biggersmount_image.c: Don't use tchar when not necessary
2014-05-26 Eric Biggersmount_image.c: Add error.h outside WITH_FUSE conditional
2014-05-26 Eric BiggersFix file locking
2014-05-26 Eric Biggersmount_image.c: Use setxattr wimfs.unmount_info, getxat...
2014-05-26 Eric Biggersmount_image.c: Fix comment
2014-05-26 Eric BiggersRevert "lzx-compress.c: Disable verification by default"
2014-05-26 Eric Biggerstagged_items.c: Include header size when searching...
2014-05-26 Eric BiggersUse libdivsufsort-lite, not the full libdivsufsort
2014-05-26 Eric Biggerslzx-compress.c: Disable verification by default
2014-05-26 Eric BiggersMove wim_pathname_to_stream() to mount_image.c
2014-05-26 Eric Biggersstruct wim_dentry: Remove 'length' field
2014-05-26 Eric Biggersstruct wim_dentry: Rename 'parent' to 'd_parent'
2014-05-26 Eric Biggersmount_image.c: Update directory timestamps
2014-05-25 Eric BiggersRemove unused error codes
2014-05-25 Eric BiggersUpdate mount implementation
2014-05-25 Eric Biggerswin32_apply.c: Fix extraction of non-WIMBoot files...
2014-05-23 Eric BiggersReport progress for capture symlink fixups
2014-05-23 Eric Biggersextract.c: Warn when UNIX metadata is not being extracted
2014-05-23 Eric BiggersAdd support for special files on UNIX
2014-05-23 Eric BiggersUpdate version: v1.7.0-BETA
2014-05-23 Eric BiggersRecognize tagged metadata items and use for UNIX data
2014-05-22 Eric Biggerssplit.c: Allow customizing part names
2014-05-22 Eric Biggerswin32_capture.c: Remove unused 'struct winnt_scan_stats...
2014-05-22 Eric Biggersupdate_image.c: Fix call to progress function in handl...
2014-05-22 Eric Biggerswin32_apply.c: Allocate space just before writing...
2014-05-22 Eric Biggerswin32_apply.c: Fallback to RtlDosPathNameToNtPathName_U()
2014-05-22 Eric Biggerswin32_apply.c: Fix error message
2014-05-22 Eric Biggerswin32_apply.c: Use sizeof(wchar_t)
2014-05-22 Eric BiggersUpdate progress functions
2014-05-22 Eric BiggersNew format for UNIX data
2014-05-22 Eric BiggersFix path passed to wimboot_set_pointer()
2014-05-22 Eric Biggerswimexport: Add --wimboot flag
2014-05-22 Eric BiggersFix extract progress when hard links not supported
2014-05-22 Eric BiggersMerge branch 'new_extract'
2014-05-22 Eric Biggersstreamifier_cb(): Adjust cur_stream_offset even if...
2014-05-18 Eric BiggersDon't set FILE_ATTRIBUTE_SPARSE on Windows
2014-05-18 Eric Biggerswinnt_openat(): Use FILE_SHARE_VALID_FLAGS
2014-05-17 Eric Biggerswin32_common.c: Remove duplicate declaration of func_Nt...
2014-05-17 Eric Biggersinode_fixup.c: Further simplify MS bug workaround
2014-05-17 Eric Biggersinode_fixup.c: Simplify logic
2014-05-16 Eric Biggerswin32_replacements.c: Remove unnecessary 'extern'
2014-05-16 Eric BiggersRewrite code for capture rpfix
2014-05-15 Eric Biggersreparse.c: Fix volume_junction_prefix
2014-05-15 Eric BiggersRemove unused win32_truncate_replacement()
2014-05-15 Eric BiggersMove code from win32_common.c to win32_apply.c
2014-05-15 Eric Biggersupdate_image.c: Fix memory leak in error path
next