]> wimlib.net Git - wimlib/history - include/wimlib
mount_image.c: add fallback definitions of RENAME_* constants
[wimlib] / include / wimlib /
2024-02-07 Eric Biggersxmlproc: fix buffer enlargement logic
2023-04-10 Eric BiggerslibFuzzer: add encoding fuzzer
2023-04-09 Eric BiggersFix wlfuzz and enable in CI
2023-04-02 Eric BiggersUpgrade WIM mounting support from fuse2 to fuse3
2023-04-02 Eric BiggersUpdate hyperlinks
2023-03-30 Eric Biggersxml: fix wimlib_set_image_property()
2023-03-30 Eric Biggerscompiler.h: remove _cold_attribute
2023-03-30 Eric Biggerscompiler.h: remove _unused_attribute
2023-03-30 Eric Biggerscompiler.h: remove _may_alias_attribute
2023-03-30 Eric Biggerscompiler.h: remove _packed_attribute
2023-03-30 Eric Biggerscompiler.h: remove _aligned_attribute
2023-03-30 Eric Biggerscompiler.h: remove typeof
2023-03-30 Eric Biggersendianness.h: use builtins directly
2023-03-30 Eric Biggersbitops: use builtins directly
2023-03-30 Eric Biggerscompiler.h: define UNALIGNED_ACCESS_IS_FAST on powerpc64
2023-03-30 Eric Biggerserror.h: cleanup debris from removal of --disable-error...
2023-03-30 Eric Biggers'extern' in function declarations is redundant
2023-03-30 Eric Biggersxml: miscellaneous cleanups
2023-03-27 Eric BiggersFix clang warnings about inconsistent use of dllexport
2023-03-27 Eric BiggersPrevent huge memory allocations from fuzzed header...
2023-03-27 Eric BiggersEliminate the dependency on libxml2
2023-03-20 Eric BiggersUpdate some copyright years
2023-03-20 Eric BiggersConsistently use _WIN32 instead of __WIN32__
2023-03-20 Eric BiggersUse native Windows threads on Windows
2023-03-18 Eric BiggersFix build with very latest MinGW
2023-03-18 Eric BiggersFix 'MAX' redefined warning on macOS
2023-03-18 Eric BiggersSHA-1 rework
2023-03-18 Eric BiggersAdd and use SHA1_HASH_STRING_LEN constant
2023-03-18 Eric BiggersAdd unaligned access helpers for be32
2023-03-18 Eric BiggersRename sha1_buffer() to simply sha1()
2023-03-18 Eric BiggersImprove runtime CPU feature detection
2022-08-05 Eric Biggerswof.h: guard by __WIN32__
2022-07-31 Eric BiggersRemove some unnecessary configure options
2022-07-31 Eric BiggersDon't bother with malloc function attribute
2022-07-31 Eric Biggersmatchfinder_common: sync with libdeflate
2022-07-31 Eric Biggerscompress_common: sync with libdeflate
2022-07-31 Eric Biggersbt_matchfinder: sync with libdeflate
2022-07-31 Eric Biggershc_matchfinder: sync with libdeflate
2022-07-31 Eric BiggersUse MIT license instead of CC0
2022-07-12 Mathieu SchroeterReduce MAX_OPEN_FILES to 128 on macOS where the default...
2021-07-05 Eric BiggersWarn rather than abort if SHA-1 is same but size is...
2021-06-29 Eric Biggerswin32: update WOF ioctl definitions
2021-06-29 Eric Biggerswin32: only define FSCTL_SET_PERSISTENT_VOLUME_STATE...
2021-04-07 Eric BiggersAdd support for a data recovery mode
2020-05-22 Eric BiggersUse memcpy() for unaligned accesses
2019-07-26 Eric BiggersAvoid gcc warnings with -Waddress-of-packed-member
2019-04-14 Eric Biggerslcpit_matchfinder: fix limiting nice_match_len
2018-07-21 Eric Biggerswimextract: allow specifying listfile on stdin
2018-07-21 Eric BiggersMake absolute ExclusionException patterns include ances...
2018-07-20 Eric BiggersFix building on NetBSD
2018-01-21 Eric BiggersCapture and apply extended attributes on Windows
2017-07-16 Eric Biggersunaligned: use may_alias attribute
2017-07-16 Eric BiggersUse dynamically-sized path buffer when scanning files
2017-04-19 Eric BiggersImproved year 2038 safety
2017-03-19 Eric Biggersavl_tree.h: avoid bad function pointer cast
2017-01-18 Eric Biggersxattr.h: statically verify size of xattr header
2017-01-15 Eric Biggerslzx_compress: optimize storing information in lzx_sequence
2017-01-08 Eric Biggershc_matchfinder: use well-defined initialization of...
2017-01-07 Eric Biggerstagged_items: rename inode_set_tagged_data() to inode_s...
2016-12-28 Eric BiggersAdd basic infrastructure for storing xattr items
2016-12-28 Eric Biggerstagged_items updates
2016-12-27 Eric BiggersImprove random number generation
2016-12-15 Eric Biggerswlfuzz: updates for sparse files
2016-12-15 Eric BiggersExtract sparse files as sparse
2016-12-15 Eric Biggersresource: pass blob and offset to consume_chunk
2016-12-03 Eric BiggersImproved handling of Data Deduplication reparse points
2016-11-17 Eric Biggerscompiler.h: define STATIC_ASSERT() to no-op when checki...
2016-08-16 Eric Biggerswin32_apply.c: detect case-sensitive filename support
2016-07-26 Eric BiggersSync AVL tree code from project
2016-07-26 Eric Biggersavl_tree: remove now-unused support for "unlinked"...
2016-07-26 Eric BiggersUnify case-sensitive and case-insensitive filename...
2016-07-26 Eric Biggersavl_tree: add avl_tree_prev_in_order()
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
next