]> wimlib.net Git - wimlib/history - src/extract.c
extract.c: don't use ifdef within macro argument
[wimlib] / src / extract.c
2016-11-17 Eric Biggersextract.c: don't use ifdef within macro argument
2016-07-26 Eric BiggersUnify case-sensitive and case-insensitive filename...
2016-03-04 Eric Biggerss/NTFS-3g/NTFS-3G/g
2016-02-18 Eric BiggersAdd support for capturing/applying object IDs
2016-02-09 Eric Biggersextract.c: replace tempnam() with mkstemp() on non...
2016-02-09 Eric BiggersImage metadata updates
2016-01-06 Eric Biggersextract: track READONLY attribute in supported_features
2015-10-19 Eric BiggersMake WIMStructs reference-counted
2015-10-19 Eric BiggersDon't unnecessarily rebuild exported metadata resources
2015-10-03 Eric Biggersxml.c: refactor to use document tree
2015-07-22 Eric Biggersadd System Compression support
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-05 Eric BiggersAdd helper function for rate-limiting progress messages
2015-06-05 Eric BiggersSimplify wildcard pattern expansion
2015-06-05 Eric Biggersextract.c: add missing will_extract_dentry() check
2015-06-05 Eric BiggersDon't use entire word for d_extraction_name_nchars
2015-06-05 Eric BiggersRename tmp_flag => d_tmp_flag
2015-06-05 Eric BiggersRename dentry name fields
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 Biggersextract.c: simplify extract_from_tmpfile()
2015-06-05 Eric BiggersNew helper function: inode_has_security_descriptor()
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-07 Eric BiggersAlways use abbreviated integer types in library code
2015-05-02 Eric BiggersMake win32.h includable on non-Windows
2015-05-02 Eric BiggersVarious cleanups
2015-04-03 Eric BiggersImprove helper functions for setting blob locations
2015-04-03 Eric BiggersTrim down 'flags' member of 'struct blob_descriptor'
2015-03-26 Eric Biggersextract.c: file_name_valid(): fix bad memdup
2015-03-26 Eric BiggersStream and blob updates
2015-01-29 Eric Biggerswin32_apply.c: fix restore of encrypted files and direc...
2015-01-29 Eric Biggersextract.c: dentry_is_supported(): check all relevant...
2015-01-29 Eric Biggersextract.c: check for empty extraction list
2015-01-25 Eric Biggersheader cleanups
2014-12-15 Eric Biggersinode.h, inode.c cleanup
2014-11-22 Eric BiggersRemove unused 'wim' argument to read_metadata_resource()
2014-10-14 Eric Biggerswin32_apply.c: Match PrepopulateList patterns against...
2014-09-27 Eric BiggersUse LGPLv3+ for src/*.c
2014-08-29 Eric BiggersMerge branch 'wimboot_fast'
2014-08-28 Eric BiggersMerge remote-tracking branch 'origin/master' into wimbo...
2014-08-28 Eric BiggersSupport file counts for extract file structure and...
2014-08-27 Eric BiggersMake generic extraction code aware of external backing...
2014-08-16 Eric Biggersextract.c: Simplify mkdir_if_needed()
2014-08-05 Eric Biggersextract.c: Fix dereference of NULL in memory exhausted...
2014-08-02 Eric Biggersextract.c: Fix yet another bug in many-identical-stream...
2014-07-29 Eric BiggersAdd WIMLIB_PROGRESS_MSG_EXTRACT_{FILE_STRUCTURE,METADATA}
2014-07-28 Eric Biggersextract.c: Fix extract_from_tmpfile()
2014-07-04 Eric BiggersEnsure WIM has filename before doing WIMBoot extraction
2014-06-25 Eric BiggersUse completed_streams and total_streams in extract...
2014-06-25 Eric BiggersRemove begin_stream callback flags
2014-06-25 Eric Biggersextract.c: Pass orig stream to callbacks when reading...
2014-06-24 Eric Biggersextract.c: Send "extract streams" progress at least...
2014-06-20 Eric Biggersextract.c: Fix for running out of file handles
2014-06-14 Eric Biggersextract.c: Don't compile unneeded code when WITH_NTFS_3...
2014-06-14 Eric Biggersextract.c: Do endian conversion when checking pipable...
2014-06-08 Eric Biggersextract.c: Remove unused internal flag
2014-05-27 Eric Biggersextract.c: Remove unused internal flag
2014-05-26 Eric Biggersstruct wim_dentry: Rename 'parent' to 'd_parent'
2014-05-23 Eric Biggersextract.c: Warn when UNIX metadata is not being extracted
2014-05-23 Eric BiggersRecognize tagged metadata items and use for UNIX data
2014-05-22 Eric BiggersUpdate progress functions
2014-05-22 Eric BiggersNew format for UNIX data
2014-05-22 Eric BiggersFix extract progress when hard links not supported
2014-05-22 Eric BiggersMerge branch 'new_extract'
2014-05-15 Eric BiggersRemove duplicate words & fix grammatical errors
2014-05-13 Eric Biggerswim_root_dentry() => wim_get_current_root_dentry()
2014-05-13 Eric BiggersReplace WIM_GID_LEN => WIM_GUID_LEN
2014-05-13 Eric BiggersImprove tstr <=> UTF-16LE conversions
2014-05-11 Eric BiggersDon't create unnecessary temporary files
2014-05-11 Eric Biggerscreate_temporary_file(): use _O_SHORT_LIVED on Windows
2014-04-29 Eric BiggersStrip trailing slashes from Windows filesystem paths
2014-04-29 Eric BiggersMore logical behavior when canonicalizing WIM paths
2014-04-24 Eric BiggersPay attention to PrepopulateList during WIMBoot application
2014-04-24 Eric BiggersRemoved deprecated stuff
2014-04-18 Eric BiggersAdd WIMLIB_EXTRACT_FLAG_WIMBOOT
2014-03-23 Eric BiggersTransition wimlib to AVL tree code
2014-01-18 Eric Biggersextract_trees(): Correctly destroy stream list in error...
2014-01-18 Eric Biggersextract.c: Combine {do_,}dentry_delete_from_list()
2014-01-18 Eric Biggersextract_trees(): Correctly remove dentries from list...
2014-01-18 Eric BiggersMinor comment fixes
2014-01-18 Eric Biggersextract.c: Store dentries to extract in list
2014-01-17 Eric Biggersdo_wimlib_extract_paths(): Adjust condition to make...
2014-01-17 Eric Biggersdo_wimlib_extract_paths(): Always make target dir
2014-01-17 Eric Biggersdo_feature_check(): Fixes, simplify warnings
2014-01-17 Eric Biggersdo_wimlib_extract_image(): Do not allow GLOB_PATHS
2014-01-17 Eric Biggersextract_stream_list(): Remove never-executed code
2014-01-17 Eric BiggersOnly allow default RPFIX for wimlib_extract_image{...
2014-01-17 Eric Biggerswimlib: strict checks for unassigned flags
2014-01-17 Eric BiggersUpdate extraction documentation
2014-01-16 Eric BiggersAllow 'wimextract' to use wildcard paths on command...
2014-01-16 Eric BiggersAdd support for not extracting file attributes
2014-01-15 Eric BiggersRefactor read_dentry_tree()
2014-01-13 Eric BiggersRefactor some of the dentry, inode, and lookup table...
2014-01-08 Eric Biggerswimlib_extract_paths(): Canonicalize WIM paths before...
2013-12-29 Eric Biggersextract.c: Fix short name reordering
next