]> wimlib.net Git - wimlib/history - src/mount_image.c
filedes_t => int
[wimlib] / src / mount_image.c
2013-05-04 Eric BiggersPreliminary support for native fds (UNIX only so far)
2013-04-28 Eric Biggersmount_image.c: Use fuse_context.umask only when available
2013-04-28 Eric Biggersrefactor reparse point code; Win32: working extract...
2013-04-25 Eric BiggersFixes; write --{no,}rpfix docs; enable --rpfix capture...
2013-04-21 Eric BiggersMisc. fixes
2013-04-07 Eric Biggersresource code fixes/cleanup
2013-04-06 Eric BiggersAdd more comments
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 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-23 Eric BiggersChar encoding updates and misc. fixes
2013-03-23 Eric BiggersEncodings update (IN PROGRESS)
2013-03-21 Eric BiggersReplace rename()
2013-03-20 Eric BiggersCharacter encoding changes (IN PROGRESS)
2013-03-20 Eric BiggersImprove char encoding support (IN PROGRESS)
2013-03-18 Eric BiggersUpdate timestamp code; use utimensat()
2013-03-18 Eric BiggersClean up headers
2013-03-17 Eric Biggersre-organize win32 code
2013-03-10 Eric BiggersUpdate Win32 support; inc version to 1.3.0
2013-03-05 Eric BiggersFix copyright notices
2013-03-05 Eric Biggerswimfs_setxattr(): Only remove existing xattr if successful
2013-03-05 Eric BiggersAdd 2013 to copyright notices
2013-03-05 Eric Biggerswimlib_mount_image(): Send final status after fuse_main...
2013-03-05 Eric BiggersSupport for UNIX-specific data
2013-03-03 Eric Biggersupdate_lte_of_staging_file(): Use BUILD_BUG_ON
2013-03-03 Eric Biggerswimlib_mount_image(): Move "argc = 0"
2013-03-03 Eric Biggersset_message_queue_names(): while => for
2013-01-25 Eric Biggerswimlib_mount_image(): Delete staging dir on error paths
2013-01-01 Eric Biggersrebuild_wim(): Fix use of freed memory
2013-01-01 Eric Biggerswimfs_link(): Tweak error codes
2013-01-01 Eric Biggerswimfs_rename(): Use path_basename(to)
2013-01-01 Eric BiggersFix format specifiers in some debugging statements
2012-12-31 Eric BiggersMore code cleanups
2012-12-31 Eric BiggersRename image_metadata to wim_image_metadata
2012-12-31 Eric BiggersVarious code cleanups
2012-12-19 Eric BiggersUgly hack
2012-12-19 Eric Biggersutf8_to_utf16(), utf16_to_utf8() changes
2012-12-18 Eric BiggersImprove execute_fusermount()
2012-12-18 Eric Biggersmount_image.c: Get rid of anonymous union
2012-12-18 Eric BiggersUpdate version to 1.2.1
2012-12-18 Eric Biggersmount_image.c: Minor cleanups
2012-12-18 Eric BiggersRemove is_daemon field in message handler context
2012-12-18 Eric BiggersDon't call unmount_progress_func() when no progress...
2012-12-18 Eric BiggersImplement unmount progress callback
2012-12-18 Eric BiggersDoc updates and fix daemon polling
2012-12-18 Eric Biggersmount_image.c: More message queue changes
2012-12-18 Eric BiggersAllow in-place overwrites when unmounting read-write...
2012-12-17 Eric BiggersMount: various cleanups and optimizations
2012-12-17 Eric BiggersSpecify hard_remove option to fuse_main() when possible
2012-12-17 Eric Biggersmount_image.c: Implement versioned unmount messages
2012-12-17 Eric BiggersRefactoring/rewrites
2012-12-16 Eric BiggersMove inode_to_stbuf() to mount_image.c
2012-12-16 Eric Biggersverify.c, buffer_io.h
2012-12-16 Eric BiggersRe-organize code