]> wimlib.net Git - wimlib/history - include/wimlib
imagex-capture.1.in: Clarify --update-of slightly
[wimlib] / include / wimlib /
2013-08-21 Eric BiggersWindows: Load ntdll functions dynamically
2013-08-20 Eric Biggers"delta" WIM support
2013-08-20 Eric BiggersGeneralized support for referencing resources in extern...
2013-08-19 Eric Biggerswimlib-imagex, wimlib: Optimize appending new image...
2013-08-18 Eric BiggersAdd apply_ops.requires_short_name_reordering
2013-08-18 Eric Biggersstruct wim_inode: Fix union
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: Delay setting FILE_ATTRIBUTE_READONLY
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-17 Eric Biggerswimlib: Clean up code that sends capture progress...
2013-08-17 Eric Biggersextract.c: Omit encrypted files when unsupported
2013-08-16 Eric BiggersReplace mempcpy() if not implemented
2013-08-16 Eric BiggersNTFS-3g apply: Open extracted files by MFT reference
2013-08-16 Eric BiggersAdd WIMLIB_PROGRESS_MSG_EXTRACT_SPWM_PART_BEGIN
2013-08-16 Eric Biggerspipable WIM extraction: Take into account HARDLINKBYTES
2013-08-16 Eric Biggersapply_operations: Remove 'strict' argument from set_se...
2013-08-15 Eric Biggersntfs-3g capture/apply: Capture & apply DOS names correctly
2013-08-15 Eric BiggersImprove write streams performance and handling of joins
2013-08-15 Eric BiggersMiscellaneous fixes and cleanups
2013-08-14 Eric Biggerswimlib: Automatically try to acquire needed privileges...
2013-08-13 Eric BiggersMerge branch with pipable WIM support
2013-07-19 Eric BiggersWin32: Correctly handle pattern matching with \\?...
2013-05-26 Eric Biggersw -> wim
2013-05-23 Eric BiggersAdd wimlib_iterate_lookup_table()
2013-05-23 Eric BiggersFix setting header flag during overwrite
2013-05-23 Eric BiggersCache compression type in WIMStruct and wim_lookup_tabl...
2013-05-22 Eric Biggerswim_inode: Move file descriptors table into union
2013-05-22 Eric Biggersdentry.{c,h}: Cleanup and fixes
2013-05-22 Eric BiggersRemove i_mutex (not really worth the extra time/memory...
2013-05-22 Eric BiggersRearrange struct wim_inode and improve comments
2013-05-22 Eric BiggersDentry doc fixes
2013-05-22 Eric Biggersdentry.c, dentry.h: Comment dentry structures better
2013-05-22 Eric BiggersFix WIM_HDR_FLAG_{WRITE_IN_PROGRESS,READONLY} docs
2013-05-22 Eric BiggersCheck for missing streams when resolving them
2013-05-22 Eric BiggersRemove verify_dentry(); separate refcnt recalc. from...
2013-05-22 Eric Biggershardlink.c: Fix some error paths
2013-05-22 Eric BiggersAdd WIMLIB_OPEN_FLAG_WRITE_ACCESS flag
2013-05-21 Eric BiggersAdd can_modify_wim(), can_delete_from_wim()
2013-05-21 Eric BiggersSend progress messages for WIM updates
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-20 Eric BiggersPath fixes/updates
2013-05-20 Eric BiggersSupport extracting "long" paths on Windows
2013-05-20 Eric BiggersAdd --command option to wimlib-imagex update
2013-05-20 Eric BiggersImprove handling of invalid filenames
2013-05-18 Eric Biggerssecurity.h: Change wim_security_data->sizes back to...
2013-05-18 Eric BiggersWin32: Fix reparse point fixup bugs
2013-05-18 Eric Biggersdecompress.h: Add likely(), unlikely() uses
2013-05-18 Eric Biggerscompiler.h: Force compiler to inline inline functions
2013-05-18 Eric BiggersFix packed attribute on struct wimlib_unix_data
2013-05-18 Eric Biggersmake_huffman_decode_table(): Add SSE2 entry filling...
2013-05-17 Eric Biggerscompiler.h: Add likely(), unlikely()
2013-05-17 Eric Biggerswrite.c: Build up chunk offsets array in little-endian...
2013-05-17 Eric BiggersWIM chunk size: Calculate with existing macros when...
2013-05-17 Eric BiggersRemove buffer_io.h
2013-05-17 Eric Biggersntfs-3g_apply.c: Use wim_inode_get_reparse_data()
2013-05-17 Eric Biggersreparse.c: Read/write from structure
2013-05-17 Eric Biggerscompress.c, decompress.h: Use correct little endian...
2013-05-17 Eric Biggersheader.c, lookup_table.c: Read/write data from structures
2013-05-17 Eric BiggersAdd memdup() function
2013-05-17 Eric Biggersdentry.c: Read/write dentries from structure
2013-05-17 Eric Biggerscompiler.h: Add _aligned_attribute
2013-05-17 Eric Biggerssecurity.c: Rewrite some code
2013-05-17 Eric BiggersCompiler stuff
2013-05-15 Eric BiggersRefactor headers