]> wimlib.net Git - wimlib/history - src
Add wimlib_get_image_property() and wimlib_set_image_property()
[wimlib] / src /
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
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 Biggersntfs-3g_apply.c: fix inode reuse
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 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...
2015-06-07 Eric Biggerswin32_capture.c: save rpreserved field
2015-06-05 Eric BiggersAdd helper functions for passing paths to progress...
2015-06-05 Eric Biggerssecurity.c: align total_length immediately after reading
2015-06-05 Eric BiggersAdd helper function for rate-limiting progress messages
2015-06-05 Eric BiggersSimplify wildcard pattern expansion
2015-06-05 Eric BiggersRemove remaining DEBUG() messages
2015-06-05 Eric Biggersextract.c: add missing will_extract_dentry() check
2015-06-05 Eric BiggersRename inode_first_dentry() => inode_any_dentry()
2015-06-05 Eric BiggersDon't bother clearing i_devno after inode number reassi...
2015-06-05 Eric Biggersntfs-3g_apply.c: Do not use i_visited
2015-06-05 Eric Biggerstemplate.c: iterate through inodes instead of dentries
2015-06-05 Eric BiggersMake some declarations formatted the same as the defini...
2015-06-05 Eric BiggersDon't use entire word for d_extraction_name_nchars
2015-06-05 Eric BiggersRename _full_path => d_full_path
next