]> wimlib.net Git - wimlib/shortlog
wimlib
2015-08-08 Eric BiggersAvoid having to check for NTFS-3g 2013.1.13 or later...
2015-08-08 Eric Biggerstools/windeps: upgrade to winpthreads 4.0.4
2015-08-08 Eric BiggersLZMS: share 'struct lzms_probabilities' between compres...
2015-08-08 Eric Biggerslzms_decompress.c: optimize lzms_decompress() to hold...
2015-08-07 Eric Biggerslzms_decompress.c: move range normalization upwards
2015-08-07 Eric Biggerslzms_decompress.c: inline decoding of all bits and...
2015-08-07 Eric Biggershc_matchfinder.h: fix comment
2015-08-07 Eric Biggerslzms_decompress.c: pack states together in struct lzms_...
2015-08-07 Eric Biggerslzms_decompress.c: inline lzms_range_decode_bit() into...
2015-08-07 Eric Biggerslzms_decompress.c: read a whole word at a time for...
2015-08-07 Eric Biggerslzms_decompress.c: move first queue update into rep...
2015-08-07 Eric Biggerslzms_decompress.c: make 'lens' and 'decode_table' share...
2015-08-07 Eric Biggerslzms_common.c: SSE4.2-optimized lzms_x86_filter()
2015-08-07 Eric BiggersAdd support for runtime x86 CPU feature detection
2015-08-07 Eric Biggerslzms_common.c: optimize opcode branching in lzms_x86_fi...
2015-08-07 Eric Biggerslzms_common.c: Change lzms_x86_filter to maintain point...
2015-08-07 Eric Biggerslzms_common.c: Split lzms_x86_filter into subroutines
2015-08-03 Eric BiggersReplace SourceForge references with wimlib.net
2015-07-25 Eric Biggerswimlib-imagex.1: correct license statement
2015-07-22 Eric Biggersadd System Compression support
2015-07-22 Eric Biggersdecompress_common.h: make bitstream_read_bytes() fill...
2015-07-22 Eric Biggerslzx_decompress.c: switch to out* pointer style
2015-07-22 Eric Biggersxpress_decompress.c: consolidate XPRESS decompressor...
2015-07-22 Eric Biggersxpress_decompress.c: make 'lens' and 'decode_table...
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 BiggersAdd Windows tests for empty and max length reparse...
2015-06-27 Eric Biggersntfs-3g_apply.c: fix inode reuse
2015-06-25 Eric BiggersUpdate NEWS
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 BiggersMove AUTHORS information into README
2015-06-23 Eric BiggersUpdates to README and README.WINDOWS
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 Biggersv1.8.2-BETA
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 BiggersMove d_name before d_short_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 consolidating inode flags
2015-06-05 Eric BiggersSave memory by using hlist for i_dentry
2015-06-05 Eric BiggersSave memory by avoiding padding after sha1_hash fields
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 BiggersUpdate wimmount documentation
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
next