]> wimlib.net Git - wimlib/history - src/win32_apply.c
mkwinpeimg: Quote $0
[wimlib] / src / win32_apply.c
2013-08-22 Eric BiggersMinor fixes
2013-08-21 Eric BiggersWindows: Load ntdll functions dynamically
2013-08-20 Eric BiggersGeneralized support for referencing resources in extern...
2013-08-18 Eric BiggersAdd apply_ops.requires_short_name_reordering
2013-08-18 Eric BiggersWin32 apply: Create encrypted files with OpenEncrypted...
2013-08-18 Eric BiggersWin32 capture/apply: Simplify opening existing files
2013-08-18 Eric BiggersWin32: Adjust error printing
2013-08-18 Eric BiggersUpdate security descriptor setting
2013-08-18 Eric BiggersWin32 apply: Fix FILE_ATTRIBUTE_READONLY note
2013-08-18 Eric BiggersWin32 apply: Delay setting FILE_ATTRIBUTE_READONLY
2013-08-17 Eric BiggersAdd support for WIMLIB_EXTRACT_FLAG_SYMLINK on Windows
2013-08-17 Eric BiggersWin32 fixes
2013-08-17 Eric Biggersextract.c: Omit encrypted files when unsupported
2013-08-16 Eric BiggersNTFS-3g apply: Open extracted files by MFT reference
2013-08-16 Eric Biggersapply_operations: Remove 'strict' argument from set_se...
2013-08-13 Eric BiggersMerge branch with pipable WIM support
2013-07-19 Eric BiggersWin32: Apply security descriptors in timestamps pass
2013-07-18 Eric Biggerswin32_apply.c: Set security descriptors correctly
2013-06-12 Eric BiggersWindows: A couple minor build fixes... v1.4.2
2013-05-22 Eric Biggerswin32_apply.c: Do not request DELETE access on extracti...
2013-05-21 Eric BiggersWin32 apply: Only retry on sharing violations with...
2013-05-21 Eric BiggersWin32: Fix drive root detection with \\?\-style paths
2013-05-21 Eric Biggersverify_dentry(): Allow multiple DOS names per inode...
2013-05-21 Eric BiggersWin32: Use OPEN_EXISTING creation disposition on drive...
2013-05-21 Eric Biggerspath_is_root_of_drive(): Recognize \\?\-prefixed paths...
2013-05-20 Eric BiggersAdd --command option to wimlib-imagex update
2013-05-20 Eric BiggersImprove handling of invalid filenames
2013-05-18 Eric Biggerswin32_extract_try_rpfix(): Use correct number of stripp...
2013-05-18 Eric BiggersAdd more uses of memdup, mempcpy
2013-05-18 Eric BiggersWin32: Fix reparse point fixup bugs
2013-05-17 Eric Biggersntfs-3g_apply.c: Use wim_inode_get_reparse_data()
2013-05-15 Eric BiggersRefactor headers
2013-05-14 Eric Biggerswin32_finish_extract_stream(): Fix short name
2013-05-14 Eric Biggerswin32_check_vol_flags(): Fix missing_features calculation
2013-05-14 Eric BiggersWin32: Improvements on checking for Windows version...
2013-05-13 Eric Biggerswin32_*.c: Add copyright notices
2013-05-12 Eric BiggersRefactor Win32 capture/apply, UNIX apply