]> wimlib.net Git - wimlib/history - src
make_huffman_decode_table(): Note that 'lens' may alias 'decode_table'
[wimlib] / src /
2015-07-20 Eric Biggersmake_huffman_decode_table(): Note that 'lens' may alias...
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-20 Eric Biggersntfs-3g_apply.c: only call sd_fixup() if ntfs_set_ntfs_...
2015-07-18 Eric Biggersntfs-3g_capture.c: remove unused path_len argument
2015-07-03 Eric Biggersverify: update progress per-chunk instead of per-blob
2015-07-02 Eric BiggersUse list_replace() instead of list_transfer()
2015-07-02 Eric Biggersinode_table: remove unused num_entries member
2015-06-30 Eric Biggersblob_table.c: use power-of-2 sized hash table for faste...
2015-06-30 Eric Biggersdentry.c: Use simpler check that handles both deep...
2015-06-27 Eric Biggersntfs-3g_apply.c: fix inode reuse
2015-06-25 Eric Biggerswin32_apply.c: fix extraction of empty reparse points
2015-06-25 Eric Biggersntfs-3g_apply.c: fix extraction of empty reparse points
2015-06-25 Eric Biggersdentry.c: correctly read empty reparse stream
2015-06-23 Eric Biggersfile_io.c: get rid of raw_pread() and raw_pwrite()
2015-06-23 Eric Biggersfile_io.c: set errno=EINVAL on unexpected end of file
2015-06-23 Eric Biggersfile_io.c: fix handling of EINTR
2015-06-23 Eric BiggersConsistently forbid directory hard links from being...
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-07 Eric Biggersextract.c: control characters are invalid in filenames...
2015-06-07 Eric Biggersextract.c: trailing dot or space in filename is okay...
2015-06-07 Eric BiggersDon't ftruncate() after rewriting blob uncompressed
2015-06-07 Eric Biggersntfs-3g_capture.c: save rpreserved field and fix "no...
2015-06-07 Eric Biggerswin32_capture.c: save rpreserved field
2015-06-05 Eric BiggersAdd helper functions for passing paths to progress...
2015-06-05 Eric Biggerssecurity.c: align total_length immediately after reading
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 Biggersextract.c: add missing will_extract_dentry() check
2015-06-05 Eric BiggersRename inode_first_dentry() => inode_any_dentry()
2015-06-05 Eric BiggersDon't bother clearing i_devno after inode number reassi...
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
2015-06-05 Eric BiggersRename is_win32_name => d_is_win32_name
2015-06-05 Eric BiggersRename dentry name fields
2015-06-05 Eric BiggersRename i_hlist => i_hlist_node
2015-06-05 Eric BiggersRename i_dentry => i_alias_list and d_alias => d_alias_node
2015-06-05 Eric BiggersRename num_remaining_streams => i_num_remaining_streams
2015-06-05 Eric BiggersSave memory by using a singly-linked list for extractio...
2015-06-05 Eric BiggersUse macros to iterate through extraction aliases
2015-06-05 Eric BiggersSave memory by using hlist for i_dentry
2015-06-05 Eric BiggersIterate through inodes instead of dentries in xml_updat...
2015-06-05 Eric BiggersReduce stack usage of recursive scan functions
2015-06-05 Eric Biggersntfs-3g_capture.c: cleanup
2015-06-05 Eric Biggersextract.c: simplify extract_from_tmpfile()
2015-06-05 Eric BiggersNew helper function: inode_has_security_descriptor()
2015-06-05 Eric BiggersReparse point updates
2015-06-05 Eric BiggersNew helper macro: ALIGN()
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 BiggersFix tagged item parsing infinite loop when 32-bit and...
2015-05-30 Eric Biggersutil.c: Simplify strdup and wcsdup
2015-05-17 Eric Biggerswrite.c: Move and fix check for defaulting to solid...
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-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 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 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 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
next