]> wimlib.net Git - wimlib/history - src/dentry.c
win32: Do not hard link directories, even if file IDs say so
[wimlib] / src / dentry.c
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 Biggersdo_overlay(): Do overlays recursively
2013-04-22 Eric Biggersmake_symlink_reparse_data_buf(): Use full path
2013-04-22 Eric BiggersWindows rpfix capture (in progress)
2013-04-21 Eric BiggersMisc. fixes
2013-04-10 Eric BiggersAdjust full path calculations
2013-04-09 Eric Biggersimplement WIMLIB_INIT_FLAG_ASSUME_UTF8
2013-04-08 Eric Biggersread_dentry(): Ignore ReparseTag for non-reparse-points
2013-03-31 Eric BiggersFixes
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 BiggersWIM capture: Share inodes immediately
2013-03-24 Eric BiggersModify treatment of metadata entries
2013-03-23 Eric BiggersStyle
2013-03-23 Eric Biggersinit_ads_entry(): Fix comparison
2013-03-23 Eric BiggersChar encoding updates and misc. fixes
2013-03-23 Eric BiggersEncodings update (IN PROGRESS)
2013-03-22 Eric Biggersinode_add_ads_with_data(): Rename label
2013-03-20 Eric BiggersFixes
2013-03-20 Eric BiggersCharacter encoding changes (IN PROGRESS)
2013-03-20 Eric BiggersImprove char encoding support (IN PROGRESS)
2013-03-17 Eric BiggersWindows native build
2013-03-17 Eric Biggersdentry.c: Comment fix
2013-03-05 Eric BiggersFix copyright notices
2013-03-05 Eric Biggerscompare_names(): Use case-sensitive comparison v1.2.6
2013-03-05 Eric BiggersAdd 2013 to copyright notices
2013-03-05 Eric BiggersRemove complicated non-recursive code
2013-03-05 Eric BiggersSupport for UNIX-specific data
2013-03-03 Eric Biggersprint_lookup_table_entry(): add FILE* parameter
2013-02-05 Eric BiggersNTFS capture: Get DOS names from ntfs_readdir()
2013-01-01 Eric BiggersFix memcpy()s with overlapping buffers
2013-01-01 Eric BiggersFix format specifiers in some debugging statements
2012-12-31 Eric BiggersMore code cleanups
2012-12-31 Eric BiggersVarious code cleanups
2012-12-19 Eric BiggersUgly hack
2012-12-19 Eric Biggersfree_inode(): Fix deletion of inode from list
2012-12-19 Eric Biggersutf8_to_utf16(), utf16_to_utf8() changes
2012-12-18 Eric BiggersAllow in-place overwrites when unmounting read-write...
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 BiggersVarious fixes and cleanups
2012-12-16 Eric BiggersVarious cleanups
2012-11-24 Eric BiggersFix typo
2012-11-20 Eric BiggersRewrite integrity calculation and checks
2012-11-18 Eric BiggersSet FILE_ATTRIBUTE_DIRECTORY for directory symlinks
2012-11-18 Eric Biggers--threads option and stream writing progress
2012-11-18 Eric BiggersImplement multi-threaded compression
2012-11-12 Eric BiggersIndentation
2012-11-12 Eric BiggersUse FUSE multi-threaded mode for read-only mounts
2012-11-12 Eric BiggersFix rbtree comparison function
2012-11-12 Eric Biggersfor_dentry_in_tree(): Remove some gotos
2012-11-12 Eric BiggersNon-recursive for_dentry_in_tree()
2012-11-12 Eric BiggersMake wimfs files executable by default
2012-11-11 Eric Biggersstruct dentry optimization and stack-based rbtree traversal
2012-11-11 Eric BiggersStore dentry children in red-black trees
2012-10-28 Eric BiggersRun NTFS tests when --without-ntfs-3g
2012-10-28 Eric BiggersFixes to get rid of various compiler warnings
2012-10-28 Eric BiggersGet rid of static variables in mount.c
2012-10-28 Eric BiggersFix verify_dentry()
2012-10-28 Eric BiggersUpdate dentry, security data reading
2012-10-28 Eric BiggersCleanup WIM writing
2012-10-26 Eric BiggersVarious cleanups
2012-10-26 Eric Biggersfix_true_inode(): Add ref_inode to inode_list
2012-10-26 Eric Biggersbuild_dentry_tree() fix error paths
2012-09-13 Eric BiggersFix a compiler warning
2012-09-05 Eric BiggersFix up calculation of image XML statistics
2012-09-04 Eric BiggersFix lte ref counting
2012-09-04 Eric Biggersfd->lte => fd->f_lte, fix inode_add_ads()
2012-09-04 Eric Biggersinode fields rename
2012-09-04 Eric Biggersdentry.c, dentry.h cleanup
2012-09-04 Eric Biggersads entries
2012-09-04 Eric BiggersFixes
2012-09-03 Eric Biggersinode updates (IN PROGRESS)
2012-09-03 Eric Biggersinode updates (IN PROGRESS)
2012-09-03 Eric Biggersput_inode() fix
2012-09-03 Eric Biggersinode updates
2012-09-03 Eric BiggersRewrite to use inodes (IN PROGRESS)
2012-09-02 Eric BiggersMore ADS entry moving issues
2012-09-02 Eric BiggersFixed bug when capturing NTFS file with multiple named...
2012-08-31 Eric BiggersNTFS test updates and NTFS capture fix
2012-08-30 Eric BiggersLicense and documentation
2012-08-29 Eric BiggersFix various NTFS capture issues
2012-08-29 Eric BiggersFix various issues
2012-08-29 Eric BiggersPrint names of dentries in split link groups when in...
2012-08-29 Eric BiggersCleanups and rename dentry->hard_link to dentry->link_g...
2012-08-28 Eric BiggersTimestamp printing UTC
2012-08-28 Eric BiggersAlign security data correctly
2012-08-28 Eric Biggersxattr ADS fixes
2012-08-28 Eric Biggersverify_dentry()
2012-08-28 Eric BiggersMore ADS and dentry alignment and padding issues
2012-08-28 Eric Biggerswarning if null filename terminator is not null
2012-08-28 Eric BiggersADS entry reading: minor changes
2012-08-28 Eric BiggersReviewed code in dentry.c and {read,write}_metadata_res...
2012-08-27 Eric BiggersNTFS capture updates
2012-08-26 Eric BiggersMisc. fixes
2012-08-25 Eric BiggersImplement XATTR interface to ADS in wimfs
2012-08-25 Eric BiggersFixes for Windows ADS interface
2012-08-23 Eric BiggersMore comments
next