]> wimlib.net Git - wimlib/shortlog
wimlib
2015-06-05 Eric BiggersReparse point updates
2015-06-05 Eric BiggersNew helper macro: ALIGN()
2015-06-05 Eric BiggersUse explicit casting in ctype macros
2015-06-05 Eric Biggerssha1.c: annotate load which may be unaligned
2015-06-05 Eric Biggersenlarge_blob_table(): remove unnecessary hlist_del()
2015-06-05 Eric BiggersNew helper: wim_reshdr_to_desc_and_blob()
2015-06-05 Eric Biggerswrite.c: do not remove empty blobs (not possible anymore)
2015-06-05 Eric Biggersresource reading cleanups
2015-06-05 Eric BiggersAdd GUID helper functions
2015-06-05 Eric BiggersClean up pipable WIM extraction
2015-06-02 Eric Biggerswrite.c: handle empty buffers in write_wim_resource_fro...
2015-06-02 Eric BiggersDisallow empty blobs from being read
2015-05-30 Eric Biggersinode.c: do not create blob from zero-sized data buffer
2015-05-30 Eric BiggersRequire size_in_wim == uncompressed_size for uncompress...
2015-05-30 Eric BiggersUse little endian types for 'struct wim_header_disk'
2015-05-30 Eric BiggersFix tagged item parsing infinite loop when 32-bit and...
2015-05-30 Eric Biggersutil.c: Simplify strdup and wcsdup
2015-05-30 Eric BiggersUse "EXIT" instead of "exit" in bash trap statements
2015-05-17 Eric Biggersv1.8.1 v1.8.1
2015-05-17 Eric Biggerswrite.c: Move and fix check for defaulting to solid...
2015-05-17 Eric Biggerswimlib-imagex: Adjust wording of extract progress message
2015-05-16 Eric BiggersDisallow image metadata in solid resources
2015-05-12 Eric Biggerswin32_apply: Improved warning messages for WIMBoot...
2015-05-12 Eric Biggerswin32_apply: Stricter checks of resource format for...
2015-05-12 Eric Biggerswin32_apply: Support multiple source WIM files for...
2015-05-09 Eric Biggerswiminfo: fix string definitions for Windows
2015-05-07 Eric Biggersencoding.c: Upgrade upcase table and rewrite decompress...
2015-05-07 Eric BiggersAlways use abbreviated integer types in library code
2015-05-07 Eric Biggerswin32_common.c: Missed place where winnt_error() can...
2015-05-05 Eric Biggerswimlib-imagex-apply.1: abbreviate off-topic docs about...
2015-05-05 Eric Biggerswiminfo: consolidate boolean flags into single line
2015-05-05 Eric Biggerswimlib_wim_info: update docs for flag bits
2015-05-05 Eric Biggerswimlib-imagex-capture.1: doc improvements
2015-05-05 Eric BiggersSwap all slashes in UNIX <=> Windows symlink translation
2015-05-03 Eric BiggersImproved error reporting if loading capture configurati...
2015-05-03 Eric Biggers<sys/types.h> is sometimes required before <attr/xattr.h>
2015-05-03 Eric Biggers<sys/types.h> is required before <sys/sysctl.h> on...
2015-05-03 Eric Biggersheader.h: fix outdated comment
2015-05-03 Eric Biggerswrite_wim_header(): remove unnecessary condition
2015-05-02 Eric BiggersMove CPU and memory information to util
2015-05-02 Eric BiggersMake win32.h includable on non-Windows
2015-05-02 Eric Biggerswimlib_export_image(): error if src_wim == dest_wim
2015-05-02 Eric Biggerswrite: various cleanups
2015-05-02 Eric Biggersmount_image: ensure we always begin with empty file...
2015-05-02 Eric Biggersxml.c: Fix writing XML data for one image only
2015-05-02 Eric Biggerswimlib_print_header(): fix printing of magic number
2015-05-02 Eric Biggerssha1.h: remove unused inline functions
2015-05-02 Eric Biggerswim.c: adjust wimlib_compression_type casting
2015-05-02 Eric BiggersWin32 capture: sort streams by starting LCN
2015-05-02 Eric BiggersNTFS-3g capture: use reference-counted NTFS volumes
2015-05-02 Eric BiggersNTFS-3g capture: sort attributes by starting LCN
2015-05-02 Eric BiggersNTFS-3g capture: open inodes by inode number
2015-05-02 Eric Biggerswim_inode: Remove i_list, leaving only i_hlist
2015-05-02 Eric BiggersVarious cleanups
2015-05-01 Eric BiggersNew helper: inode_get_unnamed_data_stream()
2015-05-01 Eric Biggersmount_image.c: set st_blocks to compressed size
2015-05-01 Eric Biggersxml.c: Simplify image statistics calculation
2015-05-01 Eric BiggersUse -D_POSIX_THREAD_SAFE_FUNCTIONS for MinGW build
2015-04-28 Eric Biggerswimlib_global_init(): check for conflicting case sensit...
2015-04-26 Eric BiggersClean up setting of compression type
2015-04-26 Eric Biggerswimlib.h: various documentation cleanups and improvements
2015-04-25 Eric Biggersntfs-3g_apply.c: use WIMLIB_ERR_SET_REPARSE_DATA
2015-04-25 Eric Biggerswimlib_create_new_wim(): check for NULL wim_ret
2015-04-25 Eric Biggerswimlib_get_xml_data(): should use NO_FILENAME error
2015-04-25 Eric BiggersSerialize wimlib_global_init() and wimlib_global_cleanup()
2015-04-25 Eric Biggerswimlib_iterate_lookup_table(): include unhashed blobs
2015-04-11 Eric BiggersRemove unnecessary argument to hlist iteration macros
2015-04-11 Eric BiggersRemove --enable-verify-compression option
2015-04-04 Eric Biggersv1.8.1-BETA
2015-04-04 Eric Biggerswin32_capture.c: fix capture of unnamed stream only
2015-04-04 Eric Biggersinode/blob cleanups
2015-04-03 Eric BiggersImprove helper functions for setting blob locations
2015-04-03 Eric BiggersOptimize layout of 'struct blob_descriptor'
2015-04-03 Eric BiggersTrim down 'flags' member of 'struct blob_descriptor'
2015-03-29 Eric Biggerswin32_apply.c: simplify inode_longest_named_data_stream...
2015-03-27 Eric Biggerslzx_decompress.c: add missing validation in RLE length...
2015-03-27 Eric Biggersntfs-3g_capture.c: fix capture of empty named data...
2015-03-27 Eric Biggerstest-imagex-ntfs: fix empty xattr creation
2015-03-27 Eric Biggerstest-imagex-ntfs: remove unusable DOS name tests
2015-03-27 Eric Biggerstests: adjust calling of wimlib-imagex
2015-03-26 Eric Biggerswimlib_iterate_dir_tree(): checksum unhashed blobs
2015-03-26 Eric Biggersinode.c: fix initialization of i_streams
2015-03-26 Eric Biggersdetect attr/xattr.h for tree-cmp.c
2015-03-26 Eric Biggersntfs-3g_apply.c: avoid warning about sacl_offset unused
2015-03-26 Eric BiggersAdjust handling of blob reference counts
2015-03-26 Eric Biggersmount_image.c: rename create_dentry() to create_file()
2015-03-26 Eric BiggersLimit exposure of dentry and inode creation
2015-03-26 Eric Biggersblob_table.c: fix NTFS location clone error path
2015-03-26 Eric Biggersextract.c: file_name_valid(): fix bad memdup
2015-03-26 Eric BiggersStream and blob updates
2015-03-22 Eric BiggersAdd additional reparse point tests to win32-test-imagex...
2015-03-15 Eric Biggerswin32_apply.c: Don't externally back very large files
2015-03-15 Eric Biggerswin32_apply.c: try to clear attributes on existing...
2015-03-15 Eric Biggerswin32_apply.c: handle target directory more like other...
2015-03-15 Eric Biggerswin32-test-imagex-capture_and_apply improvements
2015-02-25 Eric Biggersv1.8.0 v1.8.0
2015-02-25 Eric BiggersLZMS compression: a few minor cleanups
2015-02-24 Eric BiggersLZMS compression: use position instead of pointer for...
2015-02-24 Eric Biggerslzms_decompress.c: Make bit decoding function names...
2015-02-24 Eric Biggerslcpit_matchfinder: cleanups and optimizations
next