]> wimlib.net Git - wimlib/shortlog
wimlib
2018-01-21 Eric BiggersUpdate libxml to 2.9.7 for Windows binaries
2018-01-21 Eric Biggerswimlib-imagex: add --include-integrity option
2018-01-21 Eric Biggerswimlib-imagex: try harder to optimize out opening templ...
2018-01-21 Eric BiggersImprove explanation for pipable WIM pre-write checksumming
2018-01-21 Eric BiggersMake stream_hash() return NULL for unhashed streams
2018-01-21 Eric BiggersCapture and apply extended attributes on Windows
2018-01-21 Eric BiggersAllow retrieving PACKAGE_VERSION from the library
2017-09-20 Eric Biggerswimlib-imagex: print version of library being used
2017-07-29 Eric Biggersv1.12.0 v1.12.0
2017-07-29 Eric Biggerswin32_apply: bail if paths are too long for a UNICODE_S...
2017-07-29 Eric Biggerswin32_common: fix windows_msg() with long messages
2017-07-16 Eric Biggers1.12.0-BETA2
2017-07-16 Eric Biggerswimlib-imagex: add --quiet option
2017-07-16 Eric Biggerslzx_decompress: redeclare input_bitstream above main...
2017-07-16 Eric Biggersunaligned: use may_alias attribute
2017-07-16 Eric BiggersUse dynamically-sized path buffer when scanning files
2017-07-03 Eric Biggersmkwinpeimg: syslinux modules may be in /usr/lib/syslinu...
2017-06-05 Mike Swansonupdate_image.c: Ignore Windows 10 Recycle Bin directories.
2017-04-19 Eric Biggers1.12.0-BETA1
2017-04-19 Eric Biggerstests: test capturing+applying file with negative UNIX...
2017-04-19 Eric Biggerswlfuzz: compare timestamps
2017-04-19 Eric BiggersImproved year 2038 safety
2017-04-19 Eric Biggerstimestamp.c: correctly convert negative UNIX timestamps
2017-04-08 Eric Biggersntfs-3g_apply.c: note bugs fixed in NTFS-3G version...
2017-03-19 Eric Biggersavl_tree.h: avoid bad function pointer cast
2017-01-29 Eric BiggersAdd tools/clang-build-with-cfi
2017-01-18 Eric Biggersv1.11.0 v1.11.0
2017-01-18 Eric Biggersexamples/compressfile.c: add back colon that got deleted
2017-01-18 Eric Biggerstagged_items.c: statically verify size of tagged item...
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-15 Eric BiggersDon't generate GUID in wimlib_create_new_wim()
2017-01-14 Eric Biggerslzx_compress: fix corruption with long literal run
2017-01-13 Eric Biggerswimappend: support --delta-from option
2017-01-08 Eric Biggershc_matchfinder: use well-defined initialization of...
2017-01-08 Eric Biggersunix_apply.c: use #ifdef HAVE_XATTR_SUPPORT, not #if...
2017-01-07 Eric Biggersextract.c: recommend --unix-data mode when appropriate
2017-01-07 Eric Biggerstagged_items: rename inode_set_tagged_data() to inode_s...
2017-01-07 Eric Biggerswimdir: make documention correctly reflect that IMAGE...
2017-01-07 Eric Biggerswimmount.1: mention long forms
2017-01-07 Eric Biggerswimlib-imagex: fix recommendation to read PDF documentation
2017-01-02 Eric Biggersv1.11.0-BETA5
2017-01-02 Eric Biggerswlfuzz: sometimes generate security.capability xattrs
2017-01-02 Eric Biggersunix_apply.c: fix applying security xattrs
2017-01-02 Eric BiggersDocumentation updates, mainly to the man pages
2016-12-28 Eric Biggersv1.11.0-BETA4
2016-12-28 Eric Biggerswlfuzz: generate and compare extended attributes
2016-12-28 Eric Biggerswlfuzz: generate and compare standard UNIX file permiss...
2016-12-28 Eric Biggerswlfuzz: generate and compare symlinks
2016-12-28 Eric Biggerswlfuzz: generate and compare object IDs
2016-12-28 Eric Biggerswlfuzz: don't generate hard linked reparse points
2016-12-28 Eric Biggerswlfuzz: don't generate . and .. filenames
2016-12-28 Eric Biggerswlfuzz: compare generated image after just writing...
2016-12-28 Eric BiggersDocument xattr support
2016-12-28 Eric Biggersunix_apply.c: support applying extended attributes
2016-12-28 Eric Biggersunix_capture.c: support capturing extended attributes
2016-12-28 Eric BiggersAdd new error codes for xattr extraction errors
2016-12-28 Eric BiggersAdd basic infrastructure for storing xattr items
2016-12-28 Eric Biggerstagged_items updates
2016-12-27 Eric Biggers.gitignore: ignore files generated by running tests
2016-12-27 Eric BiggersImprove random number generation
2016-12-25 Eric BiggersConstify some data
2016-12-17 Eric Biggersjoin.c: clean up verify_swm_set()
2016-12-17 Eric Biggersutil.c: check for calloc multiplication overflow
2016-12-17 Eric Biggerslcpit_matchfinder.c: update link to libdivsufsort
2016-12-15 Eric Biggerswlfuzz: don't generate reserved short names with extension
2016-12-15 Eric Biggerswlfuzz: updates for sparse files
2016-12-15 Eric Biggerswin32-test-imagex-capture_and_apply: sparse file tests
2016-12-15 Eric BiggersExtract sparse files as sparse
2016-12-15 Eric Biggersunix_apply.c: preallocate space for regular files
2016-12-15 Eric Biggersunix_capture.c: mark regular files as sparse when appro...
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-28 Eric Biggersv1.11.0-BETA1
2016-11-28 Eric Biggersexamples: C++ and Windows compatibility
2016-11-28 Eric BiggersInclude import library and header in Windows releases
2016-11-28 Eric Biggerswimlib.h: define bool for old MSVC versions
2016-11-28 Eric Biggerswimlib.h: include <stdint.h> instead of <inttypes.h>
2016-11-28 Eric Biggerswimlib.h: test _WIN32 instead of __WIN32__
2016-11-28 Eric Biggerswimlib.h: define timespec for MSVC compatibility
2016-11-27 Eric Biggerswlfuzz: note Windows restrictions on short names
2016-11-27 Eric Biggerswlfuzz: allow short name associated with long name...
2016-11-27 Eric Biggersntfs-3g_apply.c: add message about another known libntf...
2016-11-17 Eric BiggersREADME.WINDOWS: document building with release script
2016-11-17 Eric Biggersintegrity.c: add casts when converting endianness in...
2016-11-17 Eric Biggersregistry.c: be explicit with le16 => bool conversion
2016-11-17 Eric Biggerscompiler.h: define STATIC_ASSERT() to no-op when checki...
2016-11-17 Eric Biggersextract.c: don't use ifdef within macro argument
2016-11-17 Eric BiggersAdd script to run 'sparse' static analyzer
2016-11-15 Eric BiggersMakefile.am: include nasm_lt.sh in release tarball
2016-10-08 Eric Biggersmkwinpeimg: use case insensitive mode when updating...
2016-09-15 Eric Biggersutil.c: for aligned_malloc, store original pointer...
2016-09-15 Eric Biggerswim.c: langinfo.h no longer needs to be included
2016-08-20 Eric Biggersv1.10.0 v1.10.0
2016-08-19 Eric Biggersregistry: avoid negating INT32_MIN
2016-08-16 Eric Biggerswimexport: allow exporting to archive directly on block...
2016-08-16 Eric Biggerswimapply.1: fix documentation for valid Windows filenames
2016-08-16 Eric Biggerswin32_apply.c: detect case-sensitive filename support
2016-07-29 Eric Biggersntfs-3g_apply.c: open $Secure
2016-07-27 Eric Biggersntfs-3g_capture.c: update $Secure handling
next