]> wimlib.net Git - wimlib/history - src
ntfs-3g_apply.c: restore root directory attributes
[wimlib] / src /
2015-11-07 Eric Biggersntfs-3g_apply.c: restore root directory attributes
2015-11-07 Eric Biggersunix_apply.c: extract non-link directory reparse points...
2015-11-07 Eric Biggerswrite.c: correctly handle no existing blob table during...
2015-11-07 Eric Biggerswrite.c: ensure that 'old_integrity_table' is always...
2015-11-07 Eric Biggerswrite.c: don't write integrity table if there is no...
2015-11-01 Eric Biggerswin32_capture.c: experimental fixup of WIM-backed files
2015-10-23 Eric Biggerswrite.c: send first WRITE_STREAMS message before writin...
2015-10-23 Eric Biggerswrite.c: compaction bug fix
2015-10-21 Eric BiggersImproved reporting of concurrent modifications and...
2015-10-19 Eric Biggerswin32_apply.c: dereference reparse point when opening...
2015-10-19 Eric Biggerswimlib_split(): forbid splitting arbitrary WIMStructs
2015-10-19 Eric BiggersDelay xml_update_image_info() until write
2015-10-19 Eric Biggerswimlib_export_image(): improve duplicate image detection
2015-10-19 Eric BiggersForbid modifying multi-referenced images
2015-10-19 Eric BiggersMake WIMStructs reference-counted
2015-10-19 Eric BiggersDon't unnecessarily rebuild exported metadata resources
2015-10-19 Eric Biggerswimlib_iterate_dir_tree(): free d_full_path after using
2015-10-19 Eric Biggersinode: move 'i_extra_size' to 'i_extra' buffer
2015-10-19 Eric BiggersFix various typos
2015-10-19 Eric Biggersxml_export_image(): fix memory leak if append_image_nod...
2015-10-19 Eric Biggersxml_print_image_info(): handle LANGUAGE element with...
2015-10-19 Eric Biggerswimlib_set_image_name(): allow setting image to existin...
2015-10-19 Eric Biggerswimlib_set_image_property(): forbid NULL or empty prope...
2015-10-19 Eric Biggerswimlib_get_image_property(): forbid NULL or empty prope...
2015-10-19 Eric Biggerslzx_compress.c: fix min value of LENGTH_CODEWORD_LIMIT
2015-10-19 Eric Biggerslzx_compress.c: chosen_sequences[] length was 1 too...
2015-10-19 Eric Biggerslzx_compress.c: CAN_BUFFER() was 1 off
2015-10-04 Eric BiggersAdd support for unsafe in-place compaction of WIM files
2015-10-04 Eric BiggersWrite raw-copy resources before other resources
2015-10-04 Eric BiggersUpdates to prepare for in-place compaction support
2015-10-04 Eric Biggerswrite.c: cleanups and bug fixes
2015-10-04 Eric Biggersx86_cpu_features.c: include "config.h"
2015-10-04 Eric BiggersMinor tweaks to recently changed code
2015-10-03 Eric BiggersAdd WIMLIB_ERR_WIM_IS_INCOMPLETE
2015-10-03 Eric BiggersRemove WIMLIB_ERR_LIBXML_UTF16_HANDLER_NOT_AVAILABLE
2015-10-03 Eric BiggersAdd wimlib_get_image_property() and wimlib_set_image_pr...
2015-10-03 Eric Biggersxml.c: refactor to use document tree
2015-09-27 Eric Biggersbt_matchfinder: add BT_MATCHFINDER_REQUIRED_NBYTES
2015-09-27 Eric Biggerslcpit_matchfinder: prefetch multiple steps ahead
2015-09-27 Eric Biggerslzx_compress: update lzx_update_costs() with codeword...
2015-09-27 Eric Biggerslzx_compress.c: adjust parameters for slightly stronger...
2015-09-27 Eric Biggersxpress_compress.c: adjust parameters for slightly stron...
2015-09-27 Eric Biggerslzms_decompress() optimization
2015-09-27 Eric Biggerslzx_common: rename to lzx_preprocess/lzx_postprocess
2015-09-27 Eric Biggerslzx_common: get rid of unnecessary functions
2015-09-27 Eric Biggersbt_matchfinder: use 4-byte hashing for trees
2015-09-27 Eric Biggersbt_matchfinder: make callers do max_len check
2015-09-27 Eric Biggerslzx_compress.c: optimize aligned cost consideration...
2015-09-27 Eric Biggersxpress_compress.c: rename a few variables
2015-09-27 Eric BiggersRename 'pos_t' to 'mf_pos_t'
2015-09-27 Eric BiggersRemove LZX_ASSERT() (now almost unused)
2015-09-27 Eric Biggersbt_matchfinder optimizations
2015-09-27 Eric BiggersAllow hc_matchfinder and bt_matchfinder to be "templated"
2015-09-27 Eric Biggerslzx_compress.c: optimize bit output
2015-09-27 Eric Biggerslzx_compress.c: optimize output of items
2015-09-27 Eric Biggerslzx_compress.c: optimization for lzx_compute_precode_it...
2015-09-27 Eric Biggershc_matchfinder optimizations
2015-09-25 Eric BiggersGet rid of matchfinder_common.h and manual memsets
2015-09-25 Eric BiggersSplit prefetch() into prefetchr() and prefetchw()
2015-09-25 Eric Biggerssystem compression: force bootloader-accessed files...
2015-09-25 Eric Biggerssystem compression: add several more exclusion patterns
2015-09-24 Eric Biggerssystem compression: force XPRESS4K on files accessed...
2015-09-24 Eric BiggersWIMBoot / system compression: try WOFADK in addition...
2015-09-24 Eric Biggerssystem compression: try to attach WOF if compression...
2015-09-24 Eric Biggerssystem compression: fix for WOFADK on older Windows
2015-09-19 Eric BiggersAlways specify AT_UNNAMED when opening unnamed stream...
2015-09-19 Eric BiggersReplace BUILD_BUG_ON() with STATIC_ASSERT()
2015-08-22 Eric Biggersx86_cpu_features.c: xgetbv fix for old binutils
2015-08-22 Eric Biggersx86_cpu_features.c: cpuid fix for x86_32 PIC with old...
2015-08-22 Eric Biggerslzms_common.c: tweak opcode branching in lzms_x86_filter()
2015-08-18 Eric Biggerswin32_common.c: don't short-circuit when acquiring...
2015-08-18 Eric Biggerswin32_common.c: include SeManageVolumePrivilege in...
2015-08-18 Eric Biggerslzms_common.c: tweak organization of x86 translation...
2015-08-18 Eric BiggersLZMS: more bit decoding/encoding optimizations
2015-08-18 Eric BiggersUse 'restrict' on pointer arguments to all compress...
2015-08-18 Eric Biggersntfs-3g_capture.c: workaround for duplicate streams
2015-08-08 Eric Biggersntfs-3g_apply.c: add hint about known libntfs-3g bug
2015-08-08 Eric BiggersAvoid having to check for NTFS-3g 2013.1.13 or later...
2015-08-08 Eric BiggersLZMS: share 'struct lzms_probabilities' between compres...
2015-08-08 Eric Biggerslzms_decompress.c: optimize lzms_decompress() to hold...
2015-08-07 Eric Biggerslzms_decompress.c: move range normalization upwards
2015-08-07 Eric Biggerslzms_decompress.c: inline decoding of all bits and...
2015-08-07 Eric Biggerslzms_decompress.c: pack states together in struct lzms_...
2015-08-07 Eric Biggerslzms_decompress.c: inline lzms_range_decode_bit() into...
2015-08-07 Eric Biggerslzms_decompress.c: read a whole word at a time for...
2015-08-07 Eric Biggerslzms_decompress.c: move first queue update into rep...
2015-08-07 Eric Biggerslzms_decompress.c: make 'lens' and 'decode_table' share...
2015-08-07 Eric Biggerslzms_common.c: SSE4.2-optimized lzms_x86_filter()
2015-08-07 Eric BiggersAdd support for runtime x86 CPU feature detection
2015-08-07 Eric Biggerslzms_common.c: optimize opcode branching in lzms_x86_fi...
2015-08-07 Eric Biggerslzms_common.c: Change lzms_x86_filter to maintain point...
2015-08-07 Eric Biggerslzms_common.c: Split lzms_x86_filter into subroutines
2015-07-22 Eric Biggersadd System Compression support
2015-07-22 Eric Biggersdecompress_common.h: make bitstream_read_bytes() fill...
2015-07-22 Eric Biggerslzx_decompress.c: switch to out* pointer style
2015-07-22 Eric Biggersxpress_decompress.c: consolidate XPRESS decompressor...
2015-07-22 Eric Biggersxpress_decompress.c: make 'lens' and 'decode_table...
2015-07-20 Eric Biggersmake_huffman_decode_table(): Note that 'lens' may alias...
2015-07-20 Eric BiggersAvoid branch in 'num_bits == 0' branch when peeking...
2015-07-20 Eric BiggersMake read_huffsym() return unsigned int
next