]> wimlib.net Git - wimlib/history - src/win32_capture.c
Add WIMLIB_ERR_FVE_LOCKED_VOLUME
[wimlib] / src / win32_capture.c
2014-09-04 Eric BiggersAdd WIMLIB_ERR_FVE_LOCKED_VOLUME
2014-08-30 Eric BiggersSupport for file exclusions via progress function
2014-08-02 Eric Biggerswin32_capture.c: Ignore unnamed data stream of reparse...
2014-07-05 Eric Biggerswin32_capture.c: Fix memory leak in error path
2014-06-28 Eric Biggerswin32_capture.c: Fix exclusion when capture path ends...
2014-06-26 Eric Biggerswin32_capture.c: Exclude files pending deletion
2014-06-21 Eric BiggersFactor out Win32 => NT path conversion and use in win32...
2014-06-21 Eric Biggerswin32_capture.c: Don't add duplicate backslashes
2014-06-11 Eric BiggersDon't exclude out-of-tree absolute symlinks in reparse...
2014-06-08 Eric BiggersRemove some dead assignments
2014-05-23 Eric BiggersReport progress for capture symlink fixups
2014-05-22 Eric Biggerswin32_capture.c: Remove unused 'struct winnt_scan_stats...
2014-05-22 Eric BiggersUpdate progress functions
2014-05-18 Eric Biggerswinnt_openat(): Use FILE_SHARE_VALID_FLAGS
2014-05-16 Eric BiggersRewrite code for capture rpfix
2014-05-15 Eric Biggerswin32_capture.c: Fix format string
2014-05-15 Eric Biggerswin32_capture.c: Remove unused variable
2014-05-14 Eric Biggerswin32_capture.c: More improvements
2014-05-13 Eric Biggerswin32_get_security_descriptor(): Check for STATUS_BUFFE...
2014-05-13 Eric Biggerswin32_capture_streams(): Decrease buffer size for strea...
2014-05-13 Eric Biggerswin32_capture.c: Use NtQueryInformationFile() instead...
2014-05-13 Eric Biggerswin32_capture.c: Load volume information on first chance
2014-05-13 Eric Biggerswin32_capture.c: Fix getting file size
2014-05-13 Eric Biggerswin32_capture.c: Use NtOpenFile() and directory-relati...
2014-05-13 Eric Biggerswin32_capture.c: Remove unused code
2014-05-13 Eric BiggersWindows: Use ntdll unconditionally
2014-05-12 Eric Biggerscapture_common.c: Cleanup (mostly comments)
2014-04-29 Eric BiggersStrip trailing slashes from Windows filesystem paths
2014-04-29 Eric BiggersAdjust path matching
2014-04-28 Eric Biggerswimlib_update_image(): Do proper rollbacks & replace...
2014-04-24 Eric BiggersParse capture configuration file in library
2014-01-13 Eric BiggersRefactor some of the dentry, inode, and lookup table...
2013-12-29 Eric BiggersExpose symlink exclusions through WIMLIB_PROGRESS_MSG_S...
2013-12-28 Eric Biggerswin32_build_dentry_tree(): Strip trailing slashes from...
2013-12-28 Eric Biggerswin32_build_dentry_tree(): Fix handling of maximum...
2013-12-28 Eric BiggersFix encrypted capture on Windows
2013-12-28 Eric BiggersAllow configurable case sensitivity
2013-12-24 Eric BiggersFix progress for exclusion of absolute symlinks
2013-12-24 Eric BiggersScan progress: Add # of files, directories, and bytes...
2013-12-23 Eric BiggersCleanup
2013-12-14 Eric Biggersupdate; add lzms_decompress() stub
2013-12-13 Eric BiggersUse STACK_MAX
2013-12-09 Eric BiggersVariable chunk size support (currently XPRESS only)
2013-09-02 Eric Biggerswin32_get_security_descriptor(): Use errno
2013-09-01 Eric Biggerswin32_recurse_directory(): Handle not implemented...
2013-09-01 Eric Biggerswin32_capture_streams(): Handle not implemented/supported
2013-08-31 Eric Biggerswin32_capture_streams(): Fix uninitialized return...
2013-08-21 Eric BiggersWindows: Load ntdll functions dynamically
2013-08-20 Eric BiggersGeneralized support for referencing resources in extern...
2013-08-18 Eric BiggersRemove some unused variables and labels
2013-08-18 Eric BiggersWin32 capture: Fix sharing violation when getting...
2013-08-18 Eric BiggersWin32 capture/apply: Simplify opening existing files
2013-08-18 Eric BiggersWin32: Adjust error printing
2013-08-18 Eric BiggersWin32 capture: Fixes
2013-08-18 Eric BiggersWin32 capture: Readdir and query short name with nativ...
2013-08-18 Eric BiggersWin32 capture: Query security descriptors with native API
2013-08-18 Eric BiggersWin32 capture: Query stream information with native API
2013-08-17 Eric Biggerswimlib: Clean up code that sends capture progress...
2013-08-17 Eric BiggersExclude unsupported files from capture
2013-08-13 Eric BiggersMerge branch with pipable WIM support
2013-07-19 Eric BiggersWin32: Correctly handle pattern matching with \\?...
2013-05-21 Eric BiggersWin32: Fix drive root detection with \\?\-style paths
2013-05-20 Eric BiggersPath fixes/updates
2013-05-18 Eric BiggersAdd more uses of memdup, mempcpy
2013-05-18 Eric BiggersWin32: Fix reparse point fixup bugs
2013-05-17 Eric BiggersRemove buffer_io.h
2013-05-15 Eric BiggersRefactor headers
2013-05-14 Eric Biggersadd_params: Embed inode table and sd_set directly
2013-05-14 Eric Biggerswin32_do_capture_warnings: Shorten message
2013-05-14 Eric BiggersMake wimlib-imagex less noisy when running on Windoze XP
2013-05-13 Eric Biggerswin32_*.c: Add copyright notices
2013-05-12 Eric BiggersRefactor Win32 capture/apply, UNIX apply