]> wimlib.net Git - wimlib/history - src
LZMS: Accelerate slot-finding
[wimlib] / src /
2014-01-02 Eric BiggersLZMS: Accelerate slot-finding
2014-01-02 Eric BiggersUpdate LZMS compressor
2014-01-01 Eric BiggersFix error string for WIMLIB_ERR_INVALID_COMPRESSION_TYPE
2014-01-01 Eric BiggersReplace num_fast_bytes => nice_match_length
2014-01-01 Eric Biggerslz_sarray.{c,h}: Cleanup, better comments
2014-01-01 Eric BiggersUse BSD-style license on selected files
2014-01-01 Eric Biggerslz_optimal.h: Cleanup, better comments
2014-01-01 Eric BiggersUpdate LZMS match-choosing
2014-01-01 Eric BiggersFactor out LZ match-choosing code
2014-01-01 Eric BiggersUpdate LZMS LRU queue handling
2014-01-01 Eric BiggersFix test for length 2 matches
2014-01-01 Eric BiggersSeparate suffix array match-finder from LZX compressor
2013-12-30 Eric BiggersFix completed_streams of write streams progress and...
2013-12-30 Eric Biggersread_utf8_file_contents(): Move check for BOM here
2013-12-30 Eric Biggersparse_path_list_file(): Ignore UTF-8 BOM
2013-12-30 Eric Biggerswimlib_vmsg(): Use correct error string buffer length
2013-12-30 Eric Biggerswin32_set_security_descriptor(): Check handle before...
2013-12-30 Eric Biggerswildcard.c: Don't use broken PathMatchSpec()
2013-12-29 Eric Biggersread_path_list_file(): Handle missing terminal newline
2013-12-29 Eric Biggersextract.c: Fix short name reordering
2013-12-29 Eric Biggersread_wim_lookup_table(): Correctly get uncompressed...
2013-12-29 Eric BiggersMisc fixes
2013-12-29 Eric Biggersxml.c: Add support for PKEYCONFIGVERSION
2013-12-29 Eric BiggersReturn new error code when trying to open encrypted WIM
2013-12-29 Eric Biggersread_wim_lookup_table(): Fix error paths
2013-12-29 Eric Biggerswrite_stream_process_chunk(): Remove dead assignment
2013-12-29 Eric Biggersextract_trees(): Fix extraction of multiple paths...
2013-12-29 Eric Biggerswimlib_extract_flags(): Free memory used in linked...
2013-12-29 Eric Biggerswimlib_extract_paths(): Validate extract flags
2013-12-29 Eric Biggersextract_trees(): Send correct end progress msg
2013-12-29 Eric Biggersntfs-3g_capture.c: Fix erroneous replacement
2013-12-29 Eric BiggersExpose symlink exclusions through WIMLIB_PROGRESS_MSG_S...
2013-12-29 Eric BiggersAdd extract_full_stream_to_fd()
2013-12-28 Eric Biggerswrite_stream_list(): Do not allocate chunk buffer if...
2013-12-28 Eric Biggerswrite_stream_uncompressed(): Do not issue unnecessary...
2013-12-28 Eric Biggerswrite_chunk(): Remove redundant statements
2013-12-28 Eric Biggerswin32_build_dentry_tree(): Strip trailing slashes from...
2013-12-28 Eric Biggerswin32_build_dentry_tree(): Fix handling of maximum...
2013-12-28 Eric Biggerswin32_create_file(): Handle access problems
2013-12-28 Eric BiggersTweak progress messages
2013-12-28 Eric BiggersFix encrypted capture on Windows
2013-12-28 Eric BiggersTweak support for extracting paths
2013-12-28 Eric BiggersAllow configurable case sensitivity
2013-12-28 Eric BiggersAdd support for extract list files
2013-12-27 Eric BiggersRemove WIMLIB_WRITE_FLAG_NO_PACK_STREAMS
2013-12-26 Eric Biggerswrite.c: Do not raw-copy packed resources
2013-12-26 Eric BiggersAdd wimlib_set_output_{pack_chunk_size,compression_type}()
2013-12-26 Eric Biggerslzms-compress.c: Add extra space for lz_analyze_block()
2013-12-26 Eric Biggerslzms-compress.c: Find matches with lz_analyze_block()
2013-12-26 Eric BiggersUpdate LZMS compressor - can now output literals
2013-12-26 Eric BiggersShare LZMS x86 filter between compressor and decompressor
2013-12-26 Eric Biggersstreamifier_cb(): Fix update of cur_stream_offset
2013-12-25 Eric Biggers{de,}compress.c: Remove unneeded array initializers
2013-12-25 Eric Biggerswimlib_split(): Do not allow splitting WIMs containing...
2013-12-25 Eric Biggersdo_compress(): Fix return value in error path
2013-12-25 Eric Biggerswrite_stream_list(): Write streams uncompressed when...
2013-12-25 Eric Biggersread_compressed_resource(): Fix use of decompressor
2013-12-25 Eric BiggersAdd deprecated compression/decompression functions
2013-12-25 Eric BiggersMake --disable-multithreaded-compression work again
2013-12-25 Eric BiggersRemove --enable-more-debug and --disable-custom-memory...
2013-12-25 Eric BiggersComment fixes
2013-12-25 Eric Biggersxpress_decompress(): Fix comment
2013-12-25 Eric BiggersNew compression/decompression API
2013-12-24 Eric Biggerswimlib_overwrite(): Don't create multiple packs per WIM
2013-12-24 Eric BiggersFix progress for exclusion of absolute symlinks
2013-12-24 Eric BiggersScan progress: Add # of files, directories, and bytes...
2013-12-24 Eric Biggerswrite_stream_list(): Do progress on raw resource copies
2013-12-24 Eric Biggerslookup_table_insert(): Grow table when capacity reached
2013-12-24 Eric Biggerswrite.c: Document write_stream_list()
2013-12-24 Eric BiggersMake sequential extraction the default
2013-12-24 Eric Biggerswimlib_overwrite()): Change WIM version when appropriate
2013-12-24 Eric Biggerswimlib_overwrite(): Don't force full rebuild of packed WIM
2013-12-24 Eric Biggersread_lookup_table(): Ignore PACKED_STREAMS flag if...
2013-12-24 Eric Biggerswimlib-imagex: Allow specifying LZMS compression
2013-12-24 Eric BiggersDo not wait full streams for WIMLIB_PROGRESS_MSG_WRITE_...
2013-12-24 Eric Biggersread_stream_list(): Fix calculation of next stream
2013-12-23 Eric BiggersAdd new files for chunk compression
2013-12-23 Eric Biggersread_compressed_wim_resource(): Fix reading chunk table
2013-12-23 Eric BiggersCleanup
2013-12-23 Eric BiggersRewrite of write_stream_list(), and writing packed...
2013-12-21 Eric Biggerslzms-decompress.c: Fix comments
2013-12-21 Eric Biggerscreate_temporary_file(): Fix use-after-free
2013-12-21 Eric Biggersread_lookup_table(): Cleanup
2013-12-20 Eric BiggersFix can_raw_copy()
2013-12-20 Eric BiggersFix RAW_CHUNKS reads
2013-12-20 Eric Biggersinit_output_bitstream(): Set bytes_remaining correctly
2013-12-20 Eric BiggersCleanup and add more comments
2013-12-20 Eric BiggersUse read_stream_list() for extraction
2013-12-20 Eric BiggersAdd read_stream_list()
2013-12-19 Eric BiggersAdd independent LZMS decompressor
2013-12-14 Eric BiggersAdd kind-of-working LZMS decompression using cabinet...
2013-12-14 Eric BiggersTweak reading of concat runs
2013-12-14 Eric BiggersWin32: compile
2013-12-14 Eric Biggersextract_streams_from_pipe(): Fix
2013-12-14 Eric Biggersupdate; add lzms_decompress() stub
2013-12-14 Eric BiggersRead concat runs
2013-12-14 Eric BiggersSplit wim_resource_spec from wim_lookup_table_entry
2013-12-13 Eric Biggerslzx_prepare_block_fast(): Increase max_offset
2013-12-13 Eric BiggersLZX decompress: Fix comment & docs
2013-12-13 Eric BiggersUse STACK_MAX
next