]> wimlib.net Git - wimlib/history - src
ntfs-3g_apply.c: Only warn when DOS names cannot be applied
[wimlib] / src /
2013-05-21 Eric Biggersntfs-3g_apply.c: Only warn when DOS names cannot be...
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 BiggersPath fixes/updates
2013-05-20 Eric Biggerscanonicalize_fs_path(): Retain backslashes
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 BiggersCleanup and update NEWS
2013-05-20 Eric BiggersImprove handling of invalid filenames
2013-05-20 Eric Biggersread_metadata_resource(): Check SHA-1 message digest
2013-05-20 Eric Biggersprint_lookup_table(): Print metadata entries
2013-05-19 Eric Biggerscompare_utf16le_names_case_insensitive(): Use _wcsnicmp()
2013-05-19 Eric Biggersdentry.c: Use case-insensitive string comparisons on...
2013-05-18 Eric BiggersFix problem where HAVE_NTFS_MNT_RDONLY would not get... v1.4.0
2013-05-18 Eric BiggersAdd --lazy option to `wimlib-imagex unmount'
2013-05-18 Eric Biggersexecute_add_command(): Correctly set WIMLIB_ADD_FLAG_ROOT
2013-05-18 Eric Biggerswin32_extract_try_rpfix(): Use correct number of stripp...
2013-05-18 Eric Biggerssecurity.h: Change wim_security_data->sizes back to...
2013-05-18 Eric BiggersAdd more uses of memdup, mempcpy
2013-05-18 Eric BiggersWin32: Fix reparse point fixup bugs
2013-05-18 Eric BiggersMake padded structures work properly with MinGW
2013-05-18 Eric BiggersMisc. fixes
2013-05-18 Eric Biggersmake_huffman_decode_table(): Add SSE2 entry filling...
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 Biggersread_compressed_resource(): Remove potential aliasing...
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 Biggersread_dentry_tree(): Ignore duplicate dentries
2013-05-17 Eric Biggersdentry.c, security.c: Cleanups, fixes
2013-05-17 Eric Biggersdentry.c: Read/write dentries from structure
2013-05-17 Eric Biggersutil.c: Print error message on out-of-memory
2013-05-17 Eric Biggerssecurity.c: Use little-endian types in structures
2013-05-17 Eric Biggerssecurity.c: Rewrite some code
2013-05-17 Eric BiggersCompiler stuff
2013-05-15 Eric Biggersxpress-compress.c, lzx-compress.c: Add missing error...
2013-05-15 Eric Biggerslz77.c: Coding style
2013-05-15 Eric Biggersntfs-3g_capture.c: Use NTFS_MNT_RDONLY if defined
2013-05-15 Eric Biggersexecute_add_command(): Handle NULL config correctly
2013-05-15 Eric Biggerswrite_xml_data(): Flush data correctly
2013-05-15 Eric BiggersRefactor SWM code into swm.c
2013-05-15 Eric BiggersRefactor headers
2013-05-14 Eric Biggersadd_params: Embed inode table and sd_set directly
2013-05-14 Eric Biggersdentry.c: Fix warning when substituting forbidden chara...
2013-05-14 Eric Biggerswimlib.h: Sort error codes
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-14 Eric Biggerswin32_do_capture_warnings: Shorten message
2013-05-14 Eric BiggersMake wimlib-imagex less noisy when running on Windoze XP
2013-05-14 Eric Biggerswrite_stream_list(): Increase threshold for multithread...
2013-05-14 Eric BiggersSimplify merging/unmerging of lookup tables when handli...
2013-05-14 Eric Biggersrename_wim_path(): Free full paths in renamed trees
2013-05-14 Eric Biggersdentry_find_streams_to_extract(): Handle hard links...
2013-05-14 Eric BiggersMinor cleanups
2013-05-14 Eric Biggersprint_image_info(): Print last modification time correctly
2013-05-14 Eric Biggersdo_overlay(): Correctly revert changes
2013-05-14 Eric Biggersunix_capture.c: Include <limits.h> for PATH_MAX
2013-05-14 Eric Biggersreparse.c: Include <stdlib.h> for alloca
2013-05-13 Eric Biggerswimlib.h: Doc fixes
2013-05-13 Eric Biggerswimlib.h: Remove redundant documentation; improve...
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-13 Eric Biggerswin32_*.c: Add copyright notices
2013-05-13 Eric Biggersextract/update fixes
2013-05-13 Eric Biggersextract_image.c: Simplify applying stream list
2013-05-13 Eric Biggersimage_name_ok_as_dir(): Don't allow names of '.' and...
2013-05-13 Eric BiggersUpdate version number to 1.4.0; update NEWS
2013-05-12 Eric BiggersRefactor Win32 capture/apply, UNIX apply
2013-05-12 Eric BiggersUpdate bug fixes
2013-05-12 Eric BiggersDoc updates
2013-05-12 Eric Biggersextract_image.c: Make NO_ACLS and STRICT_ACLS do somet...
2013-05-12 Eric Biggerscheck_add_command(): Use WIMLIB_ERR_UNSUPPORTED when...
2013-05-12 Eric Biggersdentry.c: Fix broken tree traversal functions
2013-05-12 Eric BiggersDocument wimlib_update_image()
2013-05-12 Eric Biggersadd_image => add
2013-05-12 Eric BiggersWIM update fixes
2013-05-12 Eric Biggerswimlib.h: Document wimlib_add_empty_image()
2013-05-12 Eric Biggersadd_image.c: Add more comments
2013-05-11 Eric BiggersInitial imagex_update functionality
2013-05-11 Eric Biggerswimlib_update_image(): Call xml_update_image_info()
2013-05-11 Eric BiggersInitial update functionality (library only)
2013-05-05 Eric BiggersDocument imagex-extract and wimlib_extract_files()
2013-05-05 Eric BiggersGet imagex extract --to-stdout working
2013-05-05 Eric Biggersextract cleanups and fixes
2013-05-05 Eric Biggersimagex-extract initial implementation
2013-05-05 Eric Biggersread_header(): Print WIM name in error messages
2013-05-05 Eric Biggerswimlib.h: Update wimlib_add_image() docs
2013-05-05 Eric Biggersdo_write_streams_progress(): Decrease total_bytes when...
2013-05-05 Eric BiggersWin32: Only warn when access denied when setting repars...
2013-05-05 Eric Biggerswin32_writev(): Improve writev emulation
2013-05-05 Eric Biggersread_resource_prefix(): Remove comment about removed...
2013-05-05 Eric Biggersntfs-capture.c: Do no-op reparse-point fixups
2013-05-05 Eric Biggersfiledes_t => int
2013-05-05 Eric BiggersFix comment above read_metadata_resource()
next