]> wimlib.net Git - wimlib/history - src/unix_apply.c
wimlib-imagex: improve error message
[wimlib] / src / unix_apply.c
2015-06-05 Eric BiggersRename inode_first_dentry() => inode_any_dentry()
2015-06-05 Eric BiggersUse macros to iterate through extraction aliases
2015-06-05 Eric BiggersReparse point updates
2015-06-05 Eric Biggersresource reading cleanups
2015-05-07 Eric BiggersAlways use abbreviated integer types in library code
2015-04-03 Eric BiggersImprove helper functions for setting blob locations
2015-03-26 Eric BiggersStream and blob updates
2015-01-25 Eric Biggersheader cleanups
2014-12-15 Eric Biggersinode.h, inode.c cleanup
2014-09-27 Eric BiggersUse LGPLv3+ for src/*.c
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-07-29 Eric BiggersAdd WIMLIB_PROGRESS_MSG_EXTRACT_{FILE_STRUCTURE,METADATA}
2014-06-25 Eric BiggersRemove begin_stream callback flags
2014-06-20 Eric Biggersextract.c: Fix for running out of file handles
2014-06-11 Eric Biggersunix_apply.c: Honor i_not_rpfixed
2014-05-26 Eric BiggersCheck for case where too many identical files are being...
2014-05-26 Eric Biggersstruct wim_dentry: Rename 'parent' to 'd_parent'
2014-05-23 Eric BiggersAdd support for special files on UNIX
2014-05-23 Eric BiggersRecognize tagged metadata items and use for UNIX data
2014-05-22 Eric BiggersNew format for UNIX data
2014-05-22 Eric BiggersMerge branch 'new_extract'
2014-04-24 Eric BiggersPay attention to PrepopulateList during WIMBoot application
2014-01-15 Eric Biggersunix_apply.c: Use O_NOFOLLOW when opening files
2014-01-13 Eric BiggersRefactor some of the dentry, inode, and lookup table...
2013-12-29 Eric BiggersAdd extract_full_stream_to_fd()
2013-12-14 Eric Biggersupdate; add lzms_decompress() stub
2013-12-14 Eric BiggersSplit wim_resource_spec from wim_lookup_table_entry
2013-08-17 Eric BiggersAdd support for WIMLIB_EXTRACT_FLAG_SYMLINK on Windows
2013-08-16 Eric Biggerswimlib.h: Update docs and adjust error codes
2013-08-16 Eric BiggersNTFS-3g apply: Open extracted files by MFT reference
2013-08-15 Eric Biggersunix_apply.c: Allow creating symlinks and hardlinks...
2013-08-15 Eric BiggersMiscellaneous fixes and cleanups
2013-08-13 Eric BiggersMerge branch with pipable WIM support
2013-05-20 Eric BiggersImprove handling of invalid filenames
2013-05-15 Eric BiggersRefactor headers
2013-05-14 Eric BiggersMinor cleanups
2013-05-13 Eric Biggersunix_apply.c: Prefix some functions with unix_
2013-05-13 Eric Biggersunix_apply.c, unix_capture.c: Add, fix copyright notices
2013-05-12 Eric BiggersRefactor Win32 capture/apply, UNIX apply