]> wimlib.net Git - wimlib/history - src/mount_image.c
Remove some dead assignments
[wimlib] / src / mount_image.c
2014-06-08 Eric Biggersmount_image.c: Don't pass NULL to mq_send()
2014-05-26 Eric Biggersmount_image.c: Don't use tchar when not necessary
2014-05-26 Eric Biggersmount_image.c: Add error.h outside WITH_FUSE conditional
2014-05-26 Eric BiggersFix file locking
2014-05-26 Eric Biggersmount_image.c: Use setxattr wimfs.unmount_info, getxat...
2014-05-26 Eric Biggersmount_image.c: Fix comment
2014-05-26 Eric BiggersMove wim_pathname_to_stream() to mount_image.c
2014-05-26 Eric Biggersstruct wim_dentry: Rename 'parent' to 'd_parent'
2014-05-26 Eric Biggersmount_image.c: Update directory timestamps
2014-05-25 Eric BiggersUpdate mount implementation
2014-05-23 Eric BiggersAdd support for special files on UNIX
2014-05-23 Eric BiggersRecognize tagged metadata items and use for UNIX data
2014-05-22 Eric BiggersUpdate progress functions
2014-05-22 Eric BiggersNew format for UNIX data
2014-05-13 Eric BiggersFactor out inode_unref_streams()
2014-04-28 Eric Biggerswimlib_update_image(): Do proper rollbacks & replace...
2014-03-29 Eric Biggersmount_image.c: don't read freed memory in release_extra...
2014-03-21 Eric BiggersNonrecursive for_dentry_child()
2014-03-21 Eric Biggersmount_image.c: Lookup inode instead of dentry when...
2014-03-19 Eric BiggersCleanups
2014-03-14 Eric BiggersUpdate version number
2014-02-22 Eric BiggersSupport committing changed mounted WIM image as new...
2014-02-20 Eric Biggersmount_image.c: Don't assume inode is resolved
2014-02-10 Eric Biggersmount_image.c: Remove unnecessary gotos in alloc_wimfs...
2014-02-10 Eric Biggerswimlib_mount_image(): Correctly return NOMEM in one...
2014-02-10 Eric Biggersmount_image.c: Use well-defined check in flags_writable()
2014-01-18 Eric Biggersextract_resource_to_staging_dir(): Fix memory leak
2014-01-17 Eric Biggerswimlib: strict checks for unassigned flags
2014-01-13 Eric BiggersRefactor some of the dentry, inode, and lookup table...
2014-01-12 Eric Biggerswimfs_readlink(): Return -EINVAL if buf_len == 0, not...
2014-01-12 Eric Biggersexecute_fusermount(): Check status of 'umount' properly
2014-01-12 Eric Biggersunmount_timed_out_cb(): Do not check errno if kill...
2013-12-28 Eric BiggersAllow configurable case sensitivity
2013-12-23 Eric BiggersCleanup
2013-12-20 Eric BiggersCleanup and add more comments
2013-12-20 Eric BiggersUse read_stream_list() for extraction
2013-12-14 Eric Biggersupdate; add lzms_decompress() stub
2013-12-14 Eric BiggersSplit wim_resource_spec from wim_lookup_table_entry
2013-11-18 Eric Biggerswimlib_mount_image(): Correctly handle unnamed stream...
2013-11-13 Eric BiggersAdd ADS entry workaround
2013-08-20 Eric Biggers"delta" WIM support
2013-08-20 Eric BiggersGeneralized support for referencing resources in extern...
2013-08-15 Eric BiggersMiscellaneous fixes and cleanups
2013-08-14 Eric Biggerswimlib-imagex: Support being invoked as wimCOMMAND
2013-08-13 Eric BiggersMerge branch with pipable WIM support
2013-05-26 Eric Biggersw -> wim
2013-05-22 Eric Biggerswim_inode: Move file descriptors table into union
2013-05-22 Eric BiggersRemove i_mutex (not really worth the extra time/memory...
2013-05-22 Eric Biggerswimlib_mount_image(): Resolve inodes per-lookup, -EIO...
2013-05-22 Eric BiggersCheck for missing streams when resolving them
2013-05-21 Eric BiggersAdd can_modify_wim(), can_delete_from_wim()
2013-05-18 Eric BiggersAdd --lazy option to `wimlib-imagex unmount'
2013-05-17 Eric BiggersCompiler stuff
2013-05-15 Eric BiggersRefactor headers
2013-05-14 Eric BiggersSimplify merging/unmerging of lookup tables when handli...
2013-05-12 Eric BiggersDocument wimlib_update_image()
2013-05-11 Eric BiggersInitial update functionality (library only)
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
next