]> wimlib.net Git - wimlib/history - src
Add Windows implementations of pread(), pwrite(), writev()
[wimlib] / src /
2013-05-05 Eric BiggersAdd Windows implementations of pread(), pwrite(), writev()
2013-05-05 Eric Biggersnative fds fixes/cleanups
2013-05-04 Eric BiggersPreliminary support for native fds (UNIX only so far)
2013-04-29 Eric Biggerswin32_capture_try_rpfix(): Fix incorrect conditional
2013-04-28 Eric Biggers{symlink,fd}_apply_unix_data(): Print path name
2013-04-28 Eric Biggerswin32_capture_try_rpfix(): Warn on excluded reparse...
2013-04-28 Eric Biggerswimlib_print_wim_information(): Print RPFIX status
2013-04-28 Eric BiggersWin32 apply: Set short names
2013-04-28 Eric BiggersWin32: Fix cross-drive capture rpfix
2013-04-28 Eric Biggerswin32_extract_try_rpfix(): Simplify conditional
2013-04-28 Eric Biggersmaybe_apply_dentry(): Fix NO_STREAMS case
2013-04-28 Eric BiggersWin32: Simplify encrypted extract; re-try on sharing...
2013-04-28 Eric BiggersWin32: Encrypted extract fixes
2013-04-28 Eric Biggersmaybe_apply_dentry(): Treat encrypted directories as...
2013-04-28 Eric Biggerswin32_capture_streams(): Only warn on stream lookup...
2013-04-28 Eric Biggersmount_image.c: Use fuse_context.umask only when available
2013-04-28 Eric BiggersMisc. fixes
2013-04-28 Eric Biggersrefactor reparse point code; Win32: working extract...
2013-04-27 Eric BiggersWin32 apply: Accept ERROR_ACCESS_DENIED for SACL access...
2013-04-27 Eric BiggersWin32 apply: More special checks for root directory
2013-04-27 Eric BiggersWin32: Do not set file attributes on root directory
2013-04-27 Eric BiggersWin32 apply: Fixes, comments
2013-04-27 Eric BiggersSupport for encrypted restore
2013-04-27 Eric BiggersWin32: Get encrypted capture actually working
2013-04-27 Eric Biggerswin32_set_special_attributes(): Skip compression IOCTL...
2013-04-27 Eric BiggersWin32 apply: clear compression flag when needed
2013-04-27 Eric BiggersWin32 extract: Some refactoring; set security on handle...
2013-04-27 Eric Biggerswin32: handle excluded reparse points correctly
2013-04-26 Eric BiggersWin32: Fix, comment capture reparse-point fixups
2013-04-25 Eric BiggersWin32: Do not hard link files with nNumberOfLinks = 1
2013-04-25 Eric Biggerswin32: Do not hard link directories, even if file IDs...
2013-04-25 Eric Biggerswimlib_free(): Add missing pthread_mutex_destroy()
2013-04-25 Eric Biggerswin32_get_short_name(): Add missing FindClose
2013-04-25 Eric BiggersWin32: Do not create lookup table entries for 0 length...
2013-04-25 Eric Biggersunix_capture_directory(): Add missing ret=0
2013-04-25 Eric Biggerswimlib_vmsg(): fflush stderr
2013-04-25 Eric Biggersprint_inode_dentries(): Fix
2013-04-25 Eric BiggersWin32: Show at most 5 hard linking warnings
2013-04-25 Eric Biggersreplace_forbidden_characters(): Use different character
2013-04-25 Eric BiggersRead/write reserved/unknown fields in WIM dentry and...
2013-04-25 Eric BiggersFactor code out from inode_set_symlink() into inode_se...
2013-04-25 Eric BiggersWin32: Skip extracting reparse points when not supported
2013-04-25 Eric Biggersutil.c: Print carriage return before warnings/errors
2013-04-25 Eric Biggersdo_overlay(): Do overlays recursively
2013-04-25 Eric BiggersFix capturing non-directories in source list mode
2013-04-25 Eric BiggersFixes; write --{no,}rpfix docs; enable --rpfix capture...
2013-04-22 Eric Biggersmake_symlink_reparse_data_buf(): Use full path
2013-04-22 Eric Biggerswimlib_vfprintf(): Handle %W with null pointer
2013-04-22 Eric BiggersWindows rpfix capture (in progress)
2013-04-22 Eric Biggersrpfix extract on UNIX
2013-04-22 Eric Biggersrpfix capture on UNIX
2013-04-21 Eric BiggersUse REPARSE_POINT_MAX_SIZE macro
2013-04-21 Eric Biggersunix_capture_directory(): Use readdir() instead of...
2013-04-21 Eric Biggerscapture_ntfs_streams(): Set 'ret' properly
2013-04-21 Eric BiggersMisc. fixes
2013-04-11 Eric BiggersSimplify write_resource_cb()
2013-04-11 Eric BiggersAdd missing iconv_cleanup()s
2013-04-11 Eric Biggerswin32: Improve support for different filesystems
2013-04-10 Eric BiggersWin32: Add untested support for encryted capture
2013-04-10 Eric BiggersAdjust full path calculations
2013-04-09 Eric BiggersSave original xml_data only when needed
2013-04-09 Eric Biggersimplement WIMLIB_INIT_FLAG_ASSUME_UTF8
2013-04-08 Eric Biggers--disable-verify-compression by default
2013-04-08 Eric BiggersFix compiling with --without-fuse
2013-04-08 Eric BiggersWrap do_ntfs_umount() declaration with WITH_NTFS_3G
2013-04-08 Eric BiggersMultithreaded stream write: Fix progress function...
2013-04-08 Eric BiggersUpdate version to 1.3.3
2013-04-08 Eric Biggersread_dentry(): Ignore ReparseTag for non-reparse-points
2013-04-08 Eric BiggersWrite uncompressible streams uncompressed in multithrea...
2013-04-08 Eric BiggersComment multithreaded stream writing code
2013-04-08 Eric BiggersMultithreaded stream writing fixes
2013-04-07 Eric BiggersMultithreaded compression (IN PROGRESS)
2013-04-07 Eric Biggersresource code fixes/cleanup
2013-04-07 Eric Biggerswim_checksum_unhashed_streams(): Use image_for_each_unh...
2013-04-07 Eric Biggersoverwrite_wim_inplace(): cleanup
2013-04-07 Eric Biggerswrite.c, lookup table.c: cleanup
2013-04-06 Eric BiggersAdd more comments
2013-04-06 Eric Biggersfinish_write(): Reorganize
2013-04-06 Eric Biggersxml_update_image_info(): Assume streams are resolved
2013-03-31 Eric BiggersRewriting multithreaded compression code (IN PROGRESS)
2013-03-31 Eric BiggersGet capturing NTFS reparse points working again
2013-03-31 Eric BiggersFixes
2013-03-31 Eric BiggersFixes; comments
2013-03-30 Eric BiggersGet append working
2013-03-30 Eric BiggersFixes, comments
2013-03-30 Eric Biggersrefcnt image metadata; calculate full path on-demand
2013-03-30 Eric BiggersInitial rewrite of resource code
2013-03-29 Eric BiggersWin32: Improve restoring of special attributes
2013-03-29 Eric BiggersWIM capture: Share inodes immediately
2013-03-28 Eric Biggerssplit, join: Read input WIM(s) sequentially
2013-03-28 Eric BiggersExport compression and decompression functions
2013-03-28 Eric Biggersjoin_wims(): Don't rebuild metadata resources
2013-03-28 Eric BiggersReplace _wcserror_s for Windows XP compatibility
2013-03-27 Eric Biggersoverwrite_wim_inplace(): Only write new metadata resour... v1.3.2
2013-03-27 Eric Biggerswrite.c: Send fewer progress msgs when extracting...
2013-03-27 Eric Biggersexport compression functions when using special define
2013-03-27 Eric BiggersFix debugging statements
2013-03-27 Eric BiggersMove capture config parsing to imagex
2013-03-26 Eric BiggersPrint each file or directory excluded
2013-03-26 Eric BiggersAdjust capture config; refactor unix_build_dentry_tree()
next