]> wimlib.net Git - wimlib/history - include/wimlib/dentry.h
inode_table: remove unused num_entries member
[wimlib] / include / wimlib / dentry.h
2015-06-05 Eric Biggerstemplate.c: iterate through inodes instead of dentries
2015-06-05 Eric BiggersMake some declarations formatted the same as the defini...
2015-06-05 Eric BiggersDon't use entire word for d_extraction_name_nchars
2015-06-05 Eric BiggersRename _full_path => d_full_path
2015-06-05 Eric BiggersRename subdir_offset => d_subdir_offset
2015-06-05 Eric BiggersRename tmp_list => d_tmp_list
2015-06-05 Eric BiggersRename is_orphan => d_is_orphan
2015-06-05 Eric BiggersRename tmp_flag => d_tmp_flag
2015-06-05 Eric BiggersRename is_win32_name => d_is_win32_name
2015-06-05 Eric BiggersMove d_name before d_short_name
2015-06-05 Eric BiggersRename dentry name fields
2015-06-05 Eric BiggersRename i_dentry => i_alias_list and d_alias => d_alias_node
2015-06-05 Eric BiggersSave memory by using a singly-linked list for extractio...
2015-06-05 Eric BiggersSave memory by using hlist for i_dentry
2015-06-05 Eric BiggersIterate through inodes instead of dentries in xml_updat...
2015-04-04 Eric Biggersinode/blob cleanups
2015-03-26 Eric BiggersLimit exposure of dentry and inode creation
2015-03-26 Eric BiggersStream and blob updates
2015-01-28 Eric Biggerswimlib_iterate_dir_tree(): iterate in default case...
2014-12-06 Eric Biggerscleanups
2014-07-24 Eric Biggersdentry.c: Cleanup + improve comments
2014-05-26 Eric Biggersdentry.h: Remove unneeded forwards declarations
2014-05-26 Eric BiggersMove wim_pathname_to_stream() to mount_image.c
2014-05-26 Eric Biggersstruct wim_dentry: Union subdir_offset and tmp_list
2014-05-26 Eric Biggersstruct wim_dentry: Remove 'length' field
2014-05-26 Eric Biggersstruct wim_dentry: Rename 'parent' to 'd_parent'
2014-05-22 Eric BiggersMerge branch 'new_extract'
2014-05-18 Eric Biggersdentry.h: Remove unnused declaration of put_dentry()
2014-05-17 Eric Biggersdentry.h: Remove declaration of dentry_tree_fix_inodes()
2014-05-15 Eric BiggersRemove duplicate words & fix grammatical errors
2014-05-13 Eric BiggersImprove tstr <=> UTF-16LE conversions
2014-05-13 Eric Biggersnew_filler_directory(): Remove 'name' argument
2014-05-12 Eric Biggersdentry.c: Remove calculate_dentry_tree_full_paths()
2014-04-28 Eric Biggerswimlib_update_image(): Do proper rollbacks & replace...
2014-04-11 Eric BiggersAdd avl_tree_for_each_in_{post,}order() macros and...
2014-03-23 Eric BiggersTransition wimlib to AVL tree code
2014-03-21 Eric BiggersNonrecursive for_dentry_child()
2014-01-18 Eric BiggersDon't hold d_unused fields in memory
2014-01-18 Eric Biggersextract.c: Store dentries to extract in list
2014-01-16 Eric BiggersRemove some printing code from library
2014-01-15 Eric BiggersRemove dentry.dos_name_invalid
2014-01-15 Eric BiggersRefactor read_dentry_tree()
2014-01-13 Eric BiggersFix references to hardlink.c
2014-01-13 Eric BiggersRefactor some of the dentry, inode, and lookup table...
2013-12-28 Eric BiggersTweak support for extracting paths
2013-12-28 Eric BiggersAllow configurable case sensitivity
2013-12-28 Eric BiggersAdd support for extract list files
2013-12-20 Eric BiggersUse read_stream_list() for extraction
2013-11-13 Eric BiggersAdd ADS entry workaround
2013-09-02 Eric Biggersdentry_extract_skeleton(): Fix bug with DOS name reord...
2013-08-19 Eric Biggerswimlib-imagex, wimlib: Optimize appending new image...
2013-08-18 Eric Biggersstruct wim_inode: Fix union
2013-08-16 Eric BiggersNTFS-3g apply: Open extracted files by MFT reference
2013-08-15 Eric Biggersntfs-3g capture/apply: Capture & apply DOS names correctly
2013-08-15 Eric BiggersMiscellaneous fixes and cleanups
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 Biggersdentry.{c,h}: Cleanup and fixes
2013-05-22 Eric BiggersRemove i_mutex (not really worth the extra time/memory...
2013-05-22 Eric BiggersRearrange struct wim_inode and improve comments
2013-05-22 Eric BiggersDentry doc fixes
2013-05-22 Eric Biggersdentry.c, dentry.h: Comment dentry structures better
2013-05-22 Eric BiggersRemove verify_dentry(); separate refcnt recalc. from...
2013-05-22 Eric Biggershardlink.c: Fix some error paths
2013-05-21 Eric Biggersverify_dentry(): Allow multiple DOS names per inode...
2013-05-20 Eric BiggersImprove handling of invalid filenames
2013-05-18 Eric BiggersFix packed attribute on struct wimlib_unix_data
2013-05-17 Eric Biggersdentry.c: Read/write dentries from structure
2013-05-15 Eric BiggersRefactor headers