]> wimlib.net Git - wimlib/history - include/wimlib
avl_tree: replace 'AVL_INLINE' with 'forceinline'
[wimlib] / include / wimlib /
2016-07-19 Eric Biggersavl_tree: replace 'AVL_INLINE' with 'forceinline'
2016-07-09 Eric BiggersStop force-inlining everything marked 'inline'
2016-07-09 Eric Biggersbitops: rename bit scan functions
2016-07-09 Eric Biggersdecompress_common: move temp space for building decode...
2016-07-09 Eric Biggersdecompress_common: introduce fast path for lz_copy()
2016-07-09 Eric Biggersdecompress_common: switch to subtables for Huffman...
2016-07-09 Eric Biggerslzx_common: add constant for maximum number of extra...
2016-07-09 Eric Biggerslzx_common: add constants for minimum aligned offset...
2016-07-09 Eric Biggerslzx_common: make lzx_offset_slot_base hold unadjusted...
2016-07-09 Eric Biggerslzx_decompress: decompressor cleanup
2016-07-02 Eric BiggersIntroduce ilog2_ceil()
2016-07-02 Eric BiggersRename WORDSIZE to WORDBYTES and introduce WORDBITS
2016-07-02 Eric Biggersbt_matchfinder: remove unnecessary max_len parameter...
2016-07-02 Eric Biggerslz_extend: simplify lz_extend() slightly
2016-07-02 Eric BiggersCharacter encoding and string conversion updates
2016-05-15 Eric BiggersDo not use read() and write() from MSVCRT
2016-04-27 Eric BiggersUse more comprehensive public domain dedications
2016-04-17 Eric BiggersCapitalize "Windows Overlay Filesystem" consistently
2016-04-17 Eric Biggerswimboot.c: correctly handle next_data_source_id field
2016-04-17 Eric BiggersAdd randomized testing program
2016-03-06 Eric BiggersRemove sle{16,32,64} types
2016-03-04 Eric Biggerss/NTFS-3g/NTFS-3G/g
2016-03-04 Eric BiggersRename string_set to string_list
2016-03-04 Eric BiggersVarious renamings from "capture" to "scan"
2016-02-18 Eric BiggersAdd support for capturing/applying object IDs
2016-02-18 Eric BiggersDirectly link with ntdll on Windows
2016-02-18 Eric Biggerswin32_common: add winnt_fsctl() helper method
2016-02-09 Eric Biggerscompiler.h: start honoring _format_attribute on UNIX
2016-02-09 Eric Biggerscompiler.h: remove concept of different unaligned acces...
2016-02-09 Eric BiggersMark functions containing only static assertions intent...
2016-02-09 Eric BiggersMerge compiler-gcc.h into compiler.h
2016-02-09 Eric Biggerslzms_common.h: add cast needed if sizeof(int) > sizeof...
2016-02-09 Eric BiggersImage metadata updates
2016-01-22 Eric Biggersinode_table: make the inode table resizable
2016-01-17 Eric Biggerswin32_capture: add alternate scan routine that uses...
2016-01-06 Eric Biggersextract: track READONLY attribute in supported_features
2016-01-02 Eric Biggersregistry: support long subkey lists
2016-01-01 Eric BiggersImplement setting of Windows-specific XML information
2015-12-27 Eric BiggersAdd experimental support for Windows VSS
2015-12-19 Eric Biggerslz_extend.h: fix for CPU_IS_BIG_ENDIAN && UNALIGNED_ACC...
2015-12-19 Eric Biggerswim.c: replace finalize_wim_struct() with wim_decrement...
2015-12-19 Eric Biggersunaligned.h: slightly simplify get/put unaligned functions
2015-11-21 Eric BiggersAdjust names of get/put unaligned functions
2015-11-07 Eric Biggerswin32_capture.c: more general fixup of WIM-backed files
2015-11-07 Eric Biggerssecurity_descriptor.h: updates
2015-10-21 Eric BiggersImproved reporting of concurrent modifications and...
2015-10-19 Eric BiggersDelay xml_update_image_info() until write
2015-10-19 Eric BiggersMake WIMStructs reference-counted
2015-10-19 Eric BiggersDon't unnecessarily rebuild exported metadata resources
2015-10-19 Eric Biggersinode: move 'i_extra_size' to 'i_extra' buffer
2015-10-19 Eric BiggersBig endian fix: load_u24_unaligned() must be consistent...
2015-10-19 Eric BiggersMake endian conversion macros const-friendly
2015-10-19 Eric Biggersbt_matchfinder: use 2-way hash for length 3 matches
2015-10-04 Eric BiggersAdd support for unsafe in-place compaction of WIM files
2015-10-04 Eric BiggersUpdates to prepare for in-place compaction support
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_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 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 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-24 Eric Biggerssystem compression: try to attach WOF if compression...
2015-09-19 Eric BiggersReplace BUILD_BUG_ON() with STATIC_ASSERT()
2015-08-18 Eric BiggersLZMS: more bit decoding/encoding optimizations
2015-08-08 Eric BiggersLZMS: share 'struct lzms_probabilities' between compres...
2015-08-07 Eric Biggershc_matchfinder.h: fix comment
2015-08-07 Eric BiggersAdd support for runtime x86 CPU feature detection
2015-07-22 Eric Biggersadd System Compression support
2015-07-22 Eric Biggersdecompress_common.h: make bitstream_read_bytes() fill...
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-02 Eric BiggersUse list_replace() instead of list_transfer()
2015-07-02 Eric Biggersinode_table: remove unused num_entries member
2015-06-23 Eric Biggersfile_io.c: get rid of raw_pread() and raw_pwrite()
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-05 Eric BiggersAdd helper functions for passing paths to progress...
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 BiggersRename inode_first_dentry() => inode_any_dentry()
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
2015-06-05 Eric BiggersRename subdir_offset => d_subdir_offset
2015-06-05 Eric BiggersRename tmp_list => d_tmp_list
2015-06-05 Eric BiggersRename is_orphan => d_is_orphan
2015-06-05 Eric BiggersRename tmp_flag => d_tmp_flag
next