]> wimlib.net Git - wimlib/shortlog
wimlib
2016-01-17 Eric Biggersxml: (style) use u32 instead of uint32_t
2016-01-17 Eric Biggersupdate_image: tweak error message for SNAPSHOT mode...
2016-01-17 Eric Biggerswiminfo: remove old --metadata option
2016-01-17 Eric Biggerswimlib-imagex: remove old --compress-slow options
2016-01-17 Eric Biggerswimlib-imagex: remove old --pack-* option aliases for...
2016-01-17 Eric Biggerswimlib-imagex: remove unused "resume" option which...
2016-01-17 Eric Biggerswimlib.h: remove old PACK_STREAMS alias for SOLID
2016-01-17 Eric Biggerswimlib.h: remove unused RESUME flag
2016-01-17 Eric Biggerswimlib.h: remove old ADD_IMAGE_FLAG aliases
2016-01-17 Eric Biggersxml_windows: get correct build number from Windows...
2016-01-17 Eric Biggerswin32_capture: pass proper path to scan callback
2016-01-17 Eric Biggerswin32_capture: add alternate scan routine that uses...
2016-01-10 Eric BiggersAdd a .gitignore file
2016-01-09 Eric Biggersxml_windows: support non-default system roots
2016-01-09 Eric Biggerswimlib-imagex: warn about potential --compress=recovery...
2016-01-09 Eric BiggersReport every link in scan progress
2016-01-09 Eric Biggerswimlib-imagex: tweaks to write progress messages
2016-01-06 Eric Biggersextract: track READONLY attribute in supported_features
2016-01-02 Eric Biggersxml: support ARM64 architecture code
2016-01-02 Eric Biggersvss: support on Windows XP
2016-01-02 Eric Biggerswin32_capture: check for STATUS_NOT_SUPPORTED from...
2016-01-02 Eric Biggersregistry: support long subkey lists
2016-01-02 Eric Biggersvss: note that it's only supported on Vista and later
2016-01-01 Eric BiggersImplement setting of Windows-specific XML information
2016-01-01 Eric Biggersvss: add useful warning for WOW64 processes
2015-12-31 Eric Biggerswimlib-imagex: list --snapshot option in help output
2015-12-27 Eric BiggersUse v1.9.0 for next version
2015-12-27 Eric BiggersAdd experimental support for Windows VSS
2015-12-22 Eric Biggerswimcapture.1: 7-Zip 15.12 supports LZMS decompression
2015-12-19 Eric Biggersv1.8.4-BETA
2015-12-19 Eric Biggerswimlib-imagex: add --image-property option to wimcaptur...
2015-12-19 Eric Biggersxml.c: make the different functions to get/set image...
2015-12-19 Eric Biggersxml.c: support numerically indexed elements in wimlib_...
2015-12-19 Eric BiggersUse HTTPS for all links to website
2015-12-19 Eric Biggerslz_extend.h: fix for CPU_IS_BIG_ENDIAN && UNALIGNED_ACC...
2015-12-19 Eric BiggersRemove configure.windows (unused script)
2015-12-19 Eric Biggerswin32_apply.c: don't clear directory DACL in NO_ACLS...
2015-12-19 Eric Biggerswin32_apply.c: don't clear directory attributes in...
2015-12-19 Eric Biggerswin32_common.c: get NTSTATUS error messages from ntdll
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-12-05 Eric BiggersLZMS: always correctly handle misaligned buffers
2015-11-21 Eric BiggersAdjust names of get/put unaligned functions
2015-11-21 Eric Biggersresource.c: fix comment about 4 GiB cutoff
2015-11-14 Eric Biggersv1.8.3 v1.8.3
2015-11-14 Eric Biggerswin32_apply.c: remove DACL from existing directories
2015-11-14 Eric Biggerswin32_apply.c: rework file deletion
2015-11-12 Eric Biggerswimlib_split(): fix bug where no parts would be written...
2015-11-12 Eric Biggerswrite.c: let compaction work on untruncatable files
2015-11-12 Eric Biggerslzx_compress.c: minor comment fix
2015-11-07 Eric BiggersUpdate NEWS
2015-11-07 Eric Biggerswimappend: fix setting of chunk size when using --wimbo...
2015-11-07 Eric Biggerswimlib.h: document added behavior of WIMLIB_ADD_FLAG_WI...
2015-11-07 Eric Biggerswin32_capture.c: more general fixup of WIM-backed files
2015-11-07 Eric Biggerslzx_compress.c: remove unused function
2015-11-07 Eric Biggerslzx_compress.c: tweak code formatting
2015-11-07 Eric Biggerslzx_compress.c: avoid undefined shifts in lzx_flush_bits()
2015-11-07 Eric Biggersresource.c: fix bug in read_compressed_wim_resource()
2015-11-07 Eric Biggerstests/tests-common.sh: fix references to /dev/null
2015-11-07 Eric BiggersAvoid passing NULL as memcpy source (undefined behavior)
2015-11-07 Eric Biggerssecurity_descriptor.h: updates
2015-11-07 Eric Biggerswimlib_tchar.h: add tstrtoull()
2015-11-07 Eric Biggersntfs-3g_apply.c: Warn about non-Microsoft reparse point bug
2015-11-07 Eric BiggersFix extracting non-Microsoft reparse points
2015-11-07 Eric Biggerswin32_apply.c: wait for FSCTL_SET_COMPRESSION to complete
2015-11-07 Eric Biggersntfs_3g_apply.c: work around EOPNOTSUPP when setting...
2015-11-07 Eric Biggersntfs-3g_apply.c: handle ntfs_attr_pwrite() short writes
2015-11-07 Eric Biggersntfs-3g_apply.c: restore root directory attributes
2015-11-07 Eric Biggersunix_apply.c: extract non-link directory reparse points...
2015-11-07 Eric Biggerswrite.c: correctly handle no existing blob table during...
2015-11-07 Eric Biggerswrite.c: ensure that 'old_integrity_table' is always...
2015-11-07 Eric Biggerswrite.c: don't write integrity table if there is no...
2015-11-01 Eric Biggerswin32_capture.c: experimental fixup of WIM-backed files
2015-10-23 Eric Biggerswrite.c: send first WRITE_STREAMS message before writin...
2015-10-23 Eric Biggerswrite.c: compaction bug fix
2015-10-21 Eric Biggersdoc: note that data integrity is not guaranteed in...
2015-10-21 Eric BiggersImproved reporting of concurrent modifications and...
2015-10-19 Eric Biggerswin32_apply.c: dereference reparse point when opening...
2015-10-19 Eric BiggersUpdate NEWS
2015-10-19 Eric Biggerswimlib_split(): forbid splitting arbitrary WIMStructs
2015-10-19 Eric BiggersDelay xml_update_image_info() until write
2015-10-19 Eric Biggerswimlib_export_image(): improve duplicate image detection
2015-10-19 Eric BiggersForbid modifying multi-referenced images
2015-10-19 Eric BiggersMake WIMStructs reference-counted
2015-10-19 Eric BiggersDon't unnecessarily rebuild exported metadata resources
2015-10-19 Eric Biggerswimlib_iterate_dir_tree(): free d_full_path after using
2015-10-19 Eric Biggersinode: move 'i_extra_size' to 'i_extra' buffer
2015-10-19 Eric Biggersarchlinux/PKGBUILD: don't install README.WINDOWS
2015-10-19 Eric Biggerstools/make-windows-release: configure --without-libcrypto
2015-10-19 Eric BiggersFix various typos
2015-10-19 Eric Biggerswimlib-imagex: forbid --unsafe-compact when it doesn...
2015-10-19 Eric Biggersxml_export_image(): fix memory leak if append_image_nod...
2015-10-19 Eric Biggersxml_print_image_info(): handle LANGUAGE element with...
2015-10-19 Eric Biggerswimlib_set_image_name(): allow setting image to existin...
2015-10-19 Eric Biggerswimlib_set_image_property(): forbid NULL or empty prope...
2015-10-19 Eric Biggerswimlib_get_image_property(): forbid NULL or empty prope...
2015-10-19 Eric BiggersREADME: update tested architectures
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 BiggersREADME: update COMPRESSION RATIO section
next