]> wimlib.net Git - wimlib/history - src/win32_common.c
ntfs-3g_apply.c: note bugs fixed in NTFS-3G version 2017.3.23
[wimlib] / src / win32_common.c
2016-04-17 Eric BiggersCapitalize "Windows Overlay Filesystem" consistently
2016-02-18 Eric Biggerswin32_common: simplify DLL initialization
2016-02-18 Eric BiggersDirectly link with ntdll on Windows
2016-02-18 Eric Biggerswin32_common: add winnt_fsctl() helper method
2015-12-27 Eric BiggersAdd experimental support for Windows VSS
2015-12-19 Eric Biggerswin32_common.c: get NTSTATUS error messages from ntdll
2015-09-24 Eric BiggersWIMBoot / system compression: try WOFADK in addition...
2015-09-24 Eric Biggerssystem compression: try to attach WOF if compression...
2015-08-18 Eric Biggerswin32_common.c: don't short-circuit when acquiring...
2015-08-18 Eric Biggerswin32_common.c: include SeManageVolumePrivilege in...
2015-05-07 Eric Biggerswin32_common.c: Missed place where winnt_error() can...
2015-01-30 Eric BiggersMove errno translation to win32_replacements.c
2015-01-30 Eric BiggersWindows: improved error messages
2015-01-25 Eric Biggersheader cleanups
2014-09-27 Eric BiggersUse LGPLv3+ for src/*.c
2014-08-17 Eric Biggerswin32_apply.c: Use volume handle when enabling short...
2014-08-03 Eric Biggerswin32_common.c: Remove code for windows version detection
2014-06-21 Eric BiggersFactor out Win32 => NT path conversion and use in win32...
2014-05-22 Eric Biggerswin32_apply.c: Fallback to RtlDosPathNameToNtPathName_U()
2014-05-22 Eric BiggersMerge branch 'new_extract'
2014-05-17 Eric Biggerswin32_common.c: Remove duplicate declaration of func_Nt...
2014-05-15 Eric BiggersMove code from win32_common.c to win32_apply.c
2014-05-15 Eric Biggerswin32_common.c: Remove unused headers
2014-05-13 Eric Biggerswin32_capture.c: Load volume information on first chance
2014-05-13 Eric Biggerswin32_capture.c: Use NtOpenFile() and directory-relati...
2014-05-13 Eric BiggersLoad NtOpenFile() and NtClose()
2014-05-13 Eric Biggerswin32_common.c: Refactor dll loading
2014-05-13 Eric BiggersWindows: Use ntdll unconditionally
2014-04-26 Eric BiggersWIMBoot: Update WimOverlay.dat directly when WOF not...
2013-08-22 Eric BiggersMinor fixes
2013-08-21 Eric BiggersWindows: Load ntdll functions dynamically
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: Query stream information with native API
2013-08-17 Eric BiggersAdd support for WIMLIB_EXTRACT_FLAG_SYMLINK on Windows
2013-08-17 Eric BiggersAdd WIMLIB_INIT_FLAG_STRICT_{CAPTURE,APPLY}_PRIVILEGES
2013-08-17 Eric BiggersWin32 fixes
2013-08-14 Eric Biggerswimlib: Automatically try to acquire needed privileges...
2013-08-13 Eric BiggersMerge branch with pipable WIM support
2013-05-21 Eric BiggersWin32: Fix drive root detection with \\?\-style paths
2013-05-15 Eric BiggersRefactor headers
2013-05-14 Eric Biggersadd_params: Embed inode table and sd_set directly
2013-05-14 Eric BiggersWin32: Improvements on checking for Windows version...
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