]> wimlib.net Git - wimlib/shortlog
wimlib
2013-05-21 Eric Biggerstest-imagex: Fix test for duplicate image names
2013-05-21 Eric BiggersSend progress messages for WIM updates
2013-05-21 Eric BiggersAllow adding an unnamed image
2013-05-21 Eric Biggerswimlib-imagex append: Generate unique name if default...
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 Biggersntfs-3g_capture.c: Only warn when an inode cannot be...
2013-05-21 Eric Biggersntfs-3g_capture.c: Allow multiple empty unnamed streams
2013-05-21 Eric Biggersntfs-3g_capture.c: Improve error messages
2013-05-21 Eric BiggersUpdate NEWS
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-21 Eric BiggersMan pages: Improve WIM path docs
2013-05-21 Eric Biggersupdate NEWS
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 BiggersRename --including-invalid-names to --include-invalid...
2013-05-20 Eric Biggersimagex-mount.1.in: Fix typo
2013-05-20 Eric BiggersAdd --command option to wimlib-imagex update
2013-05-20 Eric BiggersUpdate version number
2013-05-20 Eric BiggersCleanup and update NEWS
2013-05-20 Eric BiggersDocument handling of invalid filenames
2013-05-20 Eric BiggersAdd imagex symlink on UNIX
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 Biggersimagex_progress_func(): Choose best units to display...
2013-05-19 Eric Biggersimagex_update(): Acquire capture privileges on Windows
2013-05-19 Eric Biggersdentry.c: Use case-insensitive string comparisons on...
2013-05-19 Eric Biggersimagex: Make error messages more consistent
2013-05-19 Eric Biggersimagex_update(): Error if no image specified with multi...
2013-05-18 Eric BiggersFix problem where HAVE_NTFS_MNT_RDONLY would not get... v1.4.0
2013-05-18 Eric Biggerstest-imagex-mount: Check for /dev/fuse both readable...
2013-05-18 Eric Biggerstests: Exit 77 on skipped tests rather than faking...
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 Biggersmkwinpeimg: Use imagex update
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 Biggersdecompress.h: Add likely(), unlikely() uses
2013-05-18 Eric Biggerscompiler.h: Force compiler to inline inline functions
2013-05-18 Eric BiggersMakefile.am: Add some stuff to AM_CFLAGS
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 Biggersread_compressed_resource(): Remove potential aliasing...
2013-05-17 Eric BiggersMakefile.am: Remove -fno-strict-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 Biggerscompiler.h: Add _aligned_attribute
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 Biggersdebian/rules: Skip `make check'
2013-05-15 Eric Biggerstest-imagex-ntfs: Skip tests when initial mount does...
2013-05-15 Eric BiggersUpdate Debian package
2013-05-15 Eric Biggersntfs-3g_capture.c: Use NTFS_MNT_RDONLY if defined
2013-05-15 Eric BiggersUpdate spec files; use separate wimtools package
2013-05-15 Eric Biggersimagex_optimize(), imagex_update(): Check if file writa...
2013-05-15 Eric BiggersAdd "examples" directory
2013-05-15 Eric Biggersexecute_add_command(): Handle NULL config correctly
2013-05-15 Eric BiggersREADME: Update compression ratio (again)
2013-05-15 Eric Biggersimagex-capture.1.in: Fix typo
2013-05-15 Eric Biggersconfigure.ac: Assume --disable-xattr on Windows
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 Biggersimagex.c: Use recommend_man_page() at the end of full...
2013-05-14 Eric Biggersimagex.c: Make command-line usage for "update" consistent
2013-05-14 Eric Biggersimagex-export.1.in: Clarify sentence
2013-05-14 Eric BiggersREADME: Update COMPRESSION_RATIO section
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...
next