]> wimlib.net Git - wimlib/history - include
Use macros to iterate through extraction aliases
[wimlib] / include /
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
2015-05-02 Eric BiggersMake win32.h includable on non-Windows
2015-05-02 Eric Biggerswrite: various cleanups
2015-05-02 Eric Biggerssha1.h: remove unused inline functions
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-04-26 Eric BiggersClean up setting of compression type
2015-04-26 Eric Biggerswimlib.h: various documentation cleanups and improvements
2015-04-11 Eric BiggersRemove unnecessary argument to hlist iteration macros
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-26 Eric BiggersAdjust handling of blob reference counts
2015-03-26 Eric BiggersLimit exposure of dentry and inode creation
2015-03-26 Eric BiggersStream and blob updates
2015-03-15 Eric Biggerswin32_apply.c: try to clear attributes on existing...
2015-02-25 Eric Biggersv1.8.0 v1.8.0
2015-02-17 Eric BiggersVarious cleanups
2015-02-16 Eric BiggersUse v1.8.0 as next version instead of v1.7.5
2015-02-16 Eric BiggersUpdate NEWS, README, and docs
2015-02-16 Eric BiggersUse 64MiB chunks by default for solid LZMS
2015-02-16 Eric BiggersLCP-interval tree matchfinder improvements
2015-02-15 Eric BiggersSupport "destructive" compression to save memory
2015-02-15 Eric BiggersReduce unnecessary copying during chunk compression
2015-02-14 Eric BiggersAdd flag for disabling solid sort
2015-02-14 Eric BiggersHeuristic sorting of streams for solid compression
2015-02-14 Eric BiggersConsistently use the name "solid resource"
2015-02-13 Eric BiggersRewrite of LZMS compressor
2015-01-31 Eric BiggersSuffix array based matchfinder updates
2015-01-30 Eric BiggersMove errno translation to win32_replacements.c
2015-01-30 Eric BiggersWindows: improved error messages
2015-01-28 Eric Biggerswimlib_iterate_dir_tree(): iterate in default case...
2015-01-28 Eric Biggersadd missing file: include/wimlib/alloca.h
2015-01-25 Eric Biggersheader cleanups
2015-01-24 Eric BiggersClean up inode alias tracking
2015-01-14 Eric BiggersLZ hashing cleanup
2015-01-12 Eric BiggersEnsure validity of max_search_depth
2015-01-12 Eric Biggerswimlib.h: Fix documentation for compression block sizes
2015-01-11 Eric BiggersMerge LZX compression updates
2015-01-03 Eric Biggersv1.7.4 v1.7.4
2015-01-03 Eric BiggersMisc. cleanups
2014-12-30 Eric BiggersAdjust endianness detection
2014-12-26 Eric BiggersAdjust naming of (de)compression files
2014-12-26 Eric BiggersLZMS: decompression optimizations
2014-12-25 Eric BiggersLZMS: optimize lzms_x86_filter()
2014-12-23 Eric BiggersFaster XPRESS compression
2014-12-16 Eric Biggersutf16le_dupz() input may be misaligned
2014-12-16 Eric BiggersRemove support for --enable-more-assertions configure...
2014-12-16 Eric BiggersENABLE_MORE_DEBUG no longer exists
2014-12-15 Eric Biggersinode.h, inode.c cleanup
2014-12-15 Eric BiggersClean up util.h and util.c
2014-12-14 Eric BiggersHeader fixes
2014-12-14 Eric BiggersGet rid of wimlib/version.h
2014-12-14 Eric BiggersCleanup timestamp conversion code
2014-12-14 Eric Biggerswim.h: reorganize WIMStruct fields and update comments
2014-12-14 Eric Biggersnew internal image deletion helper
2014-12-13 Eric BiggersWIMStruct: Rename 'deletion_occurred' to 'image_deletio...
2014-12-11 Eric Biggerslz_extend: little endian CPU is necessary for byte...
2014-12-10 Eric Biggersportability and compression cleanups
2014-12-06 Eric Biggerscleanups
2014-11-22 Eric BiggersRemove unused 'wim' argument to read_metadata_resource()
2014-11-22 Eric Biggerslist.h cleanup
2014-11-22 Eric BiggersUse quote includes for all internal headers
2014-11-20 Eric Biggerssha1.c: Annotate potential unaligned memory accesses...
2014-11-20 Eric Biggerslookup_table.c: Annotate potential unaligned memory...
2014-11-15 Eric Biggerswimlib.h: Fix error in wimlib_get_version() documentation
2014-11-14 Eric Biggersv1.7.3 v1.7.3
2014-11-11 Eric BiggersLZX, LZMS: Annotate unaligned memory accesses in x86...
2014-11-07 Eric Biggerswimlib_export_image(): cleanups and fixes for rollback
next