]> wimlib.net Git - wimlib/history - include
ntfs_3g_apply.c: work around EOPNOTSUPP when setting short name of reparse point...
[wimlib] / include /
2015-10-21 Eric BiggersImproved reporting of concurrent modifications and...
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 Biggersinode: move 'i_extra_size' to 'i_extra' buffer
2015-10-19 Eric BiggersFix various typos
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 Biggersbt_matchfinder: use 2-way hash for length 3 matches
2015-10-04 Eric Biggerswimlib.h: update outdated comment
2015-10-04 Eric BiggersAdd support for unsafe in-place compaction of WIM files
2015-10-04 Eric BiggersUpdates to prepare for in-place compaction support
2015-10-04 Eric BiggersMark system compression support non-experimental
2015-10-04 Eric BiggersMinor tweaks to recently changed code
2015-10-03 Eric BiggersAdd WIMLIB_ERR_WIM_IS_INCOMPLETE
2015-10-03 Eric BiggersRemove WIMLIB_ERR_LIBXML_UTF16_HANDLER_NOT_AVAILABLE
2015-10-03 Eric BiggersAdd wimlib_get_image_property() and wimlib_set_image_pr...
2015-10-03 Eric Biggersxml.c: refactor to use document tree
2015-09-27 Eric Biggersbt_matchfinder: add BT_MATCHFINDER_REQUIRED_NBYTES
2015-09-27 Eric Biggerslcpit_matchfinder: prefetch multiple steps ahead
2015-09-27 Eric Biggerslzx_common: rename to lzx_preprocess/lzx_postprocess
2015-09-27 Eric Biggerslzx_common: get rid of unnecessary functions
2015-09-27 Eric Biggersbt_matchfinder: use 4-byte hashing for trees
2015-09-27 Eric Biggersbt_matchfinder: make callers do max_len check
2015-09-27 Eric Biggerslz_hash.h: remove unused code
2015-09-27 Eric BiggersRename 'pos_t' to 'mf_pos_t'
2015-09-27 Eric BiggersRemove LZX_ASSERT() (now almost unused)
2015-09-27 Eric Biggersbt_matchfinder optimizations
2015-09-27 Eric BiggersAllow hc_matchfinder and bt_matchfinder to be "templated"
2015-09-27 Eric Biggershc_matchfinder optimizations
2015-09-25 Eric BiggersGet rid of matchfinder_common.h and manual memsets
2015-09-25 Eric BiggersSplit prefetch() into prefetchr() and prefetchw()
2015-09-25 Eric Biggerssystem compression: force bootloader-accessed files...
2015-09-24 Eric Biggerssystem compression: try to attach WOF if compression...
2015-09-19 Eric BiggersReplace BUILD_BUG_ON() with STATIC_ASSERT()
2015-08-22 Eric Biggersv1.8.2 v1.8.2
2015-08-18 Eric BiggersMention wofadk.sys in "compact" documentation
2015-08-18 Eric BiggersLZMS: more bit decoding/encoding optimizations
2015-08-08 Eric BiggersLZMS: share 'struct lzms_probabilities' between compres...
2015-08-07 Eric Biggershc_matchfinder.h: fix comment
2015-08-07 Eric BiggersAdd support for runtime x86 CPU feature detection
2015-08-03 Eric BiggersReplace SourceForge references with wimlib.net
2015-07-22 Eric Biggersadd System Compression support
2015-07-22 Eric Biggersdecompress_common.h: make bitstream_read_bytes() fill...
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-02 Eric BiggersUse list_replace() instead of list_transfer()
2015-07-02 Eric Biggersinode_table: remove unused num_entries member
2015-06-23 Eric Biggersfile_io.c: get rid of raw_pread() and raw_pwrite()
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-05 Eric BiggersAdd helper functions for passing paths to progress...
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 BiggersRename inode_first_dentry() => inode_any_dentry()
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 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 BiggersNew helper: wim_reshdr_to_desc_and_blob()
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 BiggersDisallow empty blobs from being read
2015-05-30 Eric BiggersUse little endian types for 'struct wim_header_disk'
2015-05-17 Eric Biggersv1.8.1 v1.8.1
2015-05-12 Eric Biggerswin32_apply: Support multiple source WIM files for...
2015-05-07 Eric BiggersAlways use abbreviated integer types in library code
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-03 Eric BiggersImproved error reporting if loading capture configurati...
2015-05-03 Eric Biggersheader.h: fix outdated comment
2015-05-02 Eric BiggersMove CPU and memory information to util
next