]> wimlib.net Git - wimlib/shortlog
wimlib
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 Biggerslz_hash.h: remove unused code
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 BiggersUpdate NEWS
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 Biggersv1.8.3-BETA
2015-09-19 Eric BiggersAlways specify AT_UNNAMED when opening unnamed stream...
2015-09-19 Eric Biggerswimlib-imagex: improve error message
2015-09-19 Eric Biggerswimlib-imagex: add --ref option to wimdir
2015-09-19 Eric BiggersReplace BUILD_BUG_ON() with STATIC_ASSERT()
2015-08-27 Eric BiggersUpdate version-info
2015-08-22 Eric Biggersv1.8.2 v1.8.2
2015-08-22 Eric BiggersUpdate NEWS
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 BiggersMention wofadk.sys in "compact" documentation
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 BiggersUpdate references to specific Windows versions
2015-08-08 Eric Biggersntfs-3g_apply.c: add hint about known libntfs-3g bug
2015-08-08 Eric BiggersUpdate NEWS
2015-08-08 Eric Biggersconfigure.ac: Don't use AC_CHECK_LIB() when PKG_CHECK_M...
2015-08-08 Eric BiggersAvoid having to check for NTFS-3g 2013.1.13 or later...
2015-08-08 Eric Biggerstools/windeps: upgrade to winpthreads 4.0.4
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 Biggershc_matchfinder.h: fix comment
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-08-03 Eric BiggersReplace SourceForge references with wimlib.net
2015-07-25 Eric Biggerswimlib-imagex.1: correct license statement
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
2015-07-20 Eric Biggersntfs-3g_apply.c: only call sd_fixup() if ntfs_set_ntfs_...
2015-07-18 Eric Biggersntfs-3g_capture.c: remove unused path_len argument
2015-07-03 Eric Biggersverify: update progress per-chunk instead of per-blob
2015-07-02 Eric BiggersUse list_replace() instead of list_transfer()
2015-07-02 Eric Biggersinode_table: remove unused num_entries member
2015-06-30 Eric Biggersblob_table.c: use power-of-2 sized hash table for faste...
2015-06-30 Eric Biggersdentry.c: Use simpler check that handles both deep...
2015-06-27 Eric BiggersAdd Windows tests for empty and max length reparse...
2015-06-27 Eric Biggersntfs-3g_apply.c: fix inode reuse
2015-06-25 Eric BiggersUpdate NEWS
2015-06-25 Eric Biggerswin32_apply.c: fix extraction of empty reparse points
2015-06-25 Eric Biggersntfs-3g_apply.c: fix extraction of empty reparse points
2015-06-25 Eric Biggersdentry.c: correctly read empty reparse stream
2015-06-23 Eric Biggersfile_io.c: get rid of raw_pread() and raw_pwrite()
2015-06-23 Eric Biggersfile_io.c: set errno=EINVAL on unexpected end of file
2015-06-23 Eric Biggersfile_io.c: fix handling of EINTR
2015-06-23 Eric BiggersMove AUTHORS information into README
2015-06-23 Eric BiggersUpdates to README and README.WINDOWS
2015-06-23 Eric BiggersConsistently forbid directory hard links from being...
2015-06-07 Eric BiggersAdd new helper function for attaching newly scanned...
2015-06-07 Eric BiggersAdd new helper function for ignoring scanned directory...
2015-06-07 Eric Biggersextract.c: control characters are invalid in filenames...
2015-06-07 Eric Biggersextract.c: trailing dot or space in filename is okay...
2015-06-07 Eric BiggersDon't ftruncate() after rewriting blob uncompressed
2015-06-07 Eric Biggersntfs-3g_capture.c: save rpreserved field and fix "no...
next