git://wimlib.net
/
wimlib
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
wimlib_mount_image(): Correctly return NOMEM in one case
[wimlib]
/
src
/
mount_image.c
2014-02-10
Eric Biggers
wimlib_mount_image(): Correctly return NOMEM in one...
blob
|
commitdiff
|
raw
2014-02-10
Eric Biggers
mount_image.c: Use well-defined check in flags_writable()
blob
|
commitdiff
|
raw
|
diff to current
2014-01-18
Eric Biggers
extract_resource_to_staging_dir(): Fix memory leak
blob
|
commitdiff
|
raw
|
diff to current
2014-01-17
Eric Biggers
wimlib: strict checks for unassigned flags
blob
|
commitdiff
|
raw
|
diff to current
2014-01-13
Eric Biggers
Refactor some of the dentry, inode, and lookup table...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-12
Eric Biggers
wimfs_readlink(): Return -EINVAL if buf_len == 0, not...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-12
Eric Biggers
execute_fusermount(): Check status of 'umount' properly
blob
|
commitdiff
|
raw
|
diff to current
2014-01-12
Eric Biggers
unmount_timed_out_cb(): Do not check errno if kill...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-28
Eric Biggers
Allow configurable case sensitivity
blob
|
commitdiff
|
raw
|
diff to current
2013-12-23
Eric Biggers
Cleanup
blob
|
commitdiff
|
raw
|
diff to current
2013-12-20
Eric Biggers
Cleanup and add more comments
blob
|
commitdiff
|
raw
|
diff to current
2013-12-20
Eric Biggers
Use read_stream_list() for extraction
blob
|
commitdiff
|
raw
|
diff to current
2013-12-14
Eric Biggers
update; add lzms_decompress() stub
blob
|
commitdiff
|
raw
|
diff to current
2013-12-14
Eric Biggers
Split wim_resource_spec from wim_lookup_table_entry
blob
|
commitdiff
|
raw
|
diff to current
2013-11-18
Eric Biggers
wimlib_mount_image(): Correctly handle unnamed stream...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-13
Eric Biggers
Add ADS entry workaround
blob
|
commitdiff
|
raw
|
diff to current
2013-08-20
Eric Biggers
"delta" WIM support
blob
|
commitdiff
|
raw
|
diff to current
2013-08-20
Eric Biggers
Generalized support for referencing resources in extern...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-15
Eric Biggers
Miscellaneous fixes and cleanups
blob
|
commitdiff
|
raw
|
diff to current
2013-08-14
Eric Biggers
wimlib-imagex: Support being invoked as wimCOMMAND
blob
|
commitdiff
|
raw
|
diff to current
2013-08-13
Eric Biggers
Merge branch with pipable WIM support
blob
|
commitdiff
|
raw
|
diff to current
2013-05-26
Eric Biggers
w -> wim
blob
|
commitdiff
|
raw
|
diff to current
2013-05-22
Eric Biggers
wim_inode: Move file descriptors table into union
blob
|
commitdiff
|
raw
|
diff to current
2013-05-22
Eric Biggers
Remove i_mutex (not really worth the extra time/memory...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-22
Eric Biggers
wimlib_mount_image(): Resolve inodes per-lookup, -EIO...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-22
Eric Biggers
Check for missing streams when resolving them
blob
|
commitdiff
|
raw
|
diff to current
2013-05-21
Eric Biggers
Add can_modify_wim(), can_delete_from_wim()
blob
|
commitdiff
|
raw
|
diff to current
2013-05-18
Eric Biggers
Add --lazy option to `wimlib-imagex unmount'
blob
|
commitdiff
|
raw
|
diff to current
2013-05-17
Eric Biggers
Compiler stuff
blob
|
commitdiff
|
raw
|
diff to current
2013-05-15
Eric Biggers
Refactor headers
blob
|
commitdiff
|
raw
|
diff to current
2013-05-14
Eric Biggers
Simplify merging/unmerging of lookup tables when handli...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-12
Eric Biggers
Document wimlib_update_image()
blob
|
commitdiff
|
raw
|
diff to current
2013-05-11
Eric Biggers
Initial update functionality (library only)
blob
|
commitdiff
|
raw
|
diff to current
2013-05-04
Eric Biggers
Preliminary support for native fds (UNIX only so far)
blob
|
commitdiff
|
raw
|
diff to current
2013-04-28
Eric Biggers
mount_image.c: Use fuse_context.umask only when available
blob
|
commitdiff
|
raw
|
diff to current
2013-04-28
Eric Biggers
refactor reparse point code; Win32: working extract...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-25
Eric Biggers
Fixes; write --{no,}rpfix docs; enable --rpfix capture...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-21
Eric Biggers
Misc. fixes
blob
|
commitdiff
|
raw
|
diff to current
2013-04-07
Eric Biggers
resource code fixes/cleanup
blob
|
commitdiff
|
raw
|
diff to current
2013-04-06
Eric Biggers
Add more comments
blob
|
commitdiff
|
raw
|
diff to current
2013-03-31
Eric Biggers
Get capturing NTFS reparse points working again
blob
|
commitdiff
|
raw
|
diff to current
2013-03-31
Eric Biggers
Fixes
blob
|
commitdiff
|
raw
|
diff to current
2013-03-31
Eric Biggers
Fixes; comments
blob
|
commitdiff
|
raw
|
diff to current
2013-03-30
Eric Biggers
Fixes, comments
blob
|
commitdiff
|
raw
|
diff to current
2013-03-30
Eric Biggers
refcnt image metadata; calculate full path on-demand
blob
|
commitdiff
|
raw
|
diff to current
2013-03-30
Eric Biggers
Initial rewrite of resource code
blob
|
commitdiff
|
raw
|
diff to current
2013-03-23
Eric Biggers
Char encoding updates and misc. fixes
blob
|
commitdiff
|
raw
|
diff to current
2013-03-23
Eric Biggers
Encodings update (IN PROGRESS)
blob
|
commitdiff
|
raw
|
diff to current
2013-03-21
Eric Biggers
Replace rename()
blob
|
commitdiff
|
raw
|
diff to current
2013-03-20
Eric Biggers
Character encoding changes (IN PROGRESS)
blob
|
commitdiff
|
raw
|
diff to current
2013-03-20
Eric Biggers
Improve char encoding support (IN PROGRESS)
blob
|
commitdiff
|
raw
|
diff to current
2013-03-18
Eric Biggers
Update timestamp code; use utimensat()
blob
|
commitdiff
|
raw
|
diff to current
2013-03-18
Eric Biggers
Clean up headers
blob
|
commitdiff
|
raw
|
diff to current
2013-03-17
Eric Biggers
re-organize win32 code
blob
|
commitdiff
|
raw
|
diff to current
2013-03-10
Eric Biggers
Update Win32 support; inc version to 1.3.0
blob
|
commitdiff
|
raw
|
diff to current
2013-03-05
Eric Biggers
Fix copyright notices
blob
|
commitdiff
|
raw
|
diff to current
2013-03-05
Eric Biggers
wimfs_setxattr(): Only remove existing xattr if successful
blob
|
commitdiff
|
raw
|
diff to current
2013-03-05
Eric Biggers
Add 2013 to copyright notices
blob
|
commitdiff
|
raw
|
diff to current
2013-03-05
Eric Biggers
wimlib_mount_image(): Send final status after fuse_main...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-05
Eric Biggers
Support for UNIX-specific data
blob
|
commitdiff
|
raw
|
diff to current
2013-03-03
Eric Biggers
update_lte_of_staging_file(): Use BUILD_BUG_ON
blob
|
commitdiff
|
raw
|
diff to current
2013-03-03
Eric Biggers
wimlib_mount_image(): Move "argc = 0"
blob
|
commitdiff
|
raw
|
diff to current
2013-03-03
Eric Biggers
set_message_queue_names(): while => for
blob
|
commitdiff
|
raw
|
diff to current
2013-01-25
Eric Biggers
wimlib_mount_image(): Delete staging dir on error paths
blob
|
commitdiff
|
raw
|
diff to current
2013-01-01
Eric Biggers
rebuild_wim(): Fix use of freed memory
blob
|
commitdiff
|
raw
|
diff to current
2013-01-01
Eric Biggers
wimfs_link(): Tweak error codes
blob
|
commitdiff
|
raw
|
diff to current
2013-01-01
Eric Biggers
wimfs_rename(): Use path_basename(to)
blob
|
commitdiff
|
raw
|
diff to current
2013-01-01
Eric Biggers
Fix format specifiers in some debugging statements
blob
|
commitdiff
|
raw
|
diff to current
2012-12-31
Eric Biggers
More code cleanups
blob
|
commitdiff
|
raw
|
diff to current
2012-12-31
Eric Biggers
Rename image_metadata to wim_image_metadata
blob
|
commitdiff
|
raw
|
diff to current
2012-12-31
Eric Biggers
Various code cleanups
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Eric Biggers
Ugly hack
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Eric Biggers
utf8_to_utf16(), utf16_to_utf8() changes
blob
|
commitdiff
|
raw
|
diff to current
2012-12-18
Eric Biggers
Improve execute_fusermount()
blob
|
commitdiff
|
raw
|
diff to current
2012-12-18
Eric Biggers
mount_image.c: Get rid of anonymous union
blob
|
commitdiff
|
raw
|
diff to current
2012-12-18
Eric Biggers
Update version to 1.2.1
blob
|
commitdiff
|
raw
|
diff to current
2012-12-18
Eric Biggers
mount_image.c: Minor cleanups
blob
|
commitdiff
|
raw
|
diff to current
2012-12-18
Eric Biggers
Remove is_daemon field in message handler context
blob
|
commitdiff
|
raw
|
diff to current
2012-12-18
Eric Biggers
Don't call unmount_progress_func() when no progress...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-18
Eric Biggers
Implement unmount progress callback
blob
|
commitdiff
|
raw
|
diff to current
2012-12-18
Eric Biggers
Doc updates and fix daemon polling
blob
|
commitdiff
|
raw
|
diff to current
2012-12-18
Eric Biggers
mount_image.c: More message queue changes
blob
|
commitdiff
|
raw
|
diff to current
2012-12-18
Eric Biggers
Allow in-place overwrites when unmounting read-write...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-17
Eric Biggers
Mount: various cleanups and optimizations
blob
|
commitdiff
|
raw
|
diff to current
2012-12-17
Eric Biggers
Specify hard_remove option to fuse_main() when possible
blob
|
commitdiff
|
raw
|
diff to current
2012-12-17
Eric Biggers
mount_image.c: Implement versioned unmount messages
blob
|
commitdiff
|
raw
|
diff to current
2012-12-17
Eric Biggers
Refactoring/rewrites
blob
|
commitdiff
|
raw
|
diff to current
2012-12-16
Eric Biggers
Move inode_to_stbuf() to mount_image.c
blob
|
commitdiff
|
raw
|
diff to current
2012-12-16
Eric Biggers
verify.c, buffer_io.h
blob
|
commitdiff
|
raw
|
diff to current
2012-12-16
Eric Biggers
Re-organize code
blob
|
commitdiff
|
raw
|
diff to current