More tweaks for Actions.
[rsync.git] / hlink.c
2022-09-09 Wayne DavisonPreparing for release of 3.2.6 v3.2.6
2022-08-21 Wayne DavisonAdd safety check for local --remove-source-files.
2020-09-22 Wayne DavisonVarious file comparison improvements
2020-06-26 Wayne DavisonSome memory allocation improvements
2020-06-14 Wayne DavisonSome indentation fixes.
2020-06-13 Wayne DavisonChange 3 alt-dest vars to just one + some defines.
2020-06-13 Wayne DavisonConvert a couple files to UTF-8; more Copyright years.
2020-06-13 Wayne DavisonTweak the hashtable routines to be a little clearer...
2019-03-16 Wayne DavisonTweak the copyright year.
2018-01-15 Wayne DavisonTweak copyright date.
2015-08-08 Wayne DavisonUpdate the copyright year.
2014-06-13 Wayne DavisonFix hard-link bugs when receiver isn't capable.
2014-01-26 Wayne DavisonBump the year to 2014.
2013-01-19 Wayne DavisonUpdate copyright year.
2013-01-19 Wayne DavisonAdd free_stat_x() inline function.
2012-01-28 Wayne DavisonFix --only-write-batch hang with --hard-links.
2010-06-26 Wayne DavisonReplace another assert with a descriptive error.
2010-05-29 Wayne DavisonMake sure our idev_find() hashtable use is right.
2010-05-29 Wayne DavisonTurn an assert into two more descriptive errors.
2009-10-27 Wayne DavisonGet rid of some unneeded externs.
2009-09-05 Wayne DavisonAvoid an dry-run error trying to stat a prior hard...
2009-08-29 Wayne DavisonCreate non-transferred files in a more atomic manner:
2009-01-03 Wayne DavisonImproved the backup code:
2009-01-03 Wayne DavisonUpdate the copyright year.
2009-01-03 Wayne DavisonAdded init_stat_x() to avoid duplication of acl/xattr...
2008-09-24 Wayne DavisonInitialize xattr data in a couple spots in the hlink...
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-01 Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-08-14 Wayne DavisonChanged flist_for_ndx() to optionally die with an error
2008-08-08 Wayne DavisonMake sure that the hlink node->data allocation doesn...
2008-07-21 Wayne DavisonInclude the array-size in array externs so that IBM...
2008-07-21 Wayne DavisonFixed a bug in match_hard_links() where an empty direct...
2008-07-20 Wayne DavisonA few more HLINK debug messages.
2008-07-19 Wayne DavisonImproved the hard-link logging.
2008-07-17 Wayne DavisonAdded some HLINK debugging output and enabled it for...
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-04-29 Wayne Davison- Changed prev_name into a buffer so that there is...
2008-04-28 Wayne DavisonFixed a crash if a non-incremental-recursion transfer...
2008-03-26 Wayne DavisonFixed the discovery of a prior finished hard-link when...
2008-03-17 Wayne DavisonFixed hard-linking when some of the files can get skipp...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-07 Wayne DavisonFixed return code from hard_link_one() when not verbose.
2008-01-01 Wayne DavisonSome minor tweaks:
2007-11-29 Wayne DavisonDon't try to process hard-link data in list-only mode.
2007-11-22 Wayne DavisonNew logging categories added to allow differentiation...
2007-11-06 Wayne DavisonSome changes to allow an unsorted file list even if...
2007-10-21 Wayne DavisonMake last fix even better.
2007-10-21 Wayne DavisonAvoid dropping a hard-linked itemized output with -ii.
2007-09-23 Wayne DavisonChanged "statx" to "stat_x" to try to work around a...
2007-09-10 Wayne Davison- Simplified the flist-spanning gnum logic in match_gnu...
2007-09-04 Wayne DavisonIf we turn off FLAG_HLINKED, set FLAG_HLINK_DONE so...
2007-09-03 Wayne DavisonChanges to allow hard-linking to work in inc_recurse...
2007-09-03 Wayne DavisonRemoved the old version of the hashtable functions...
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonChanged "count" to "used" in struct file_list since...
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-05-22 Wayne DavisonAdded a comment to a shared iterator to avoid a warning...
2007-04-26 Wayne DavisonThe --iconv option has now made it to the trunk.
2007-03-11 Wayne DavisonThe ACL support has arrived! This version has a brand...
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2006-12-28 Wayne DavisonA few minor tweaks to handle the newest variable names.
2006-12-17 Wayne DavisonA few more minor tweaks.
2006-12-17 Wayne DavisonGot rid of the code that sorted based on struct idev...
2006-12-15 Wayne DavisonAdded a simple hashtable routine for hashing st_dev...
2006-12-09 Wayne Davison- Revamped the hard-link algorithm to save memory.
2006-12-07 Wayne Davison- Use renamed hard-link defines: F_HL_IDEV() and F_HL_L...
2006-12-06 Wayne Davison- Make some char* pointers const.
2006-12-05 Wayne DavisonUse the latest F_*() accessors.
2006-12-04 Wayne DavisonUse new send_msg_int() function.
2006-12-03 Wayne Davison- Typical tranfers now save 12-20 bytes per file becaus...
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
2006-10-17 Wayne DavisonMake sure the new link_dest_used value gets zeroed...
2006-10-13 Wayne DavisonUse new FNONE value when setting/comparing enum logcode...
2006-10-09 Wayne Davison- If a finished link came from a link-dest dir and...
2006-06-30 Wayne DavisonDecided that I like remove-source-files better than...
2006-06-30 Wayne DavisonHandle the --remove-sender-files option by sending...
2006-05-29 Wayne DavisonUse the renamed stdout_format_has_i variable.
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-02-24 Wayne DavisonGot rid of unused externs.
2006-01-14 Wayne DavisonCall f_name() with revised args (which also replaces...
2006-01-13 Wayne DavisonGot rid of calls to (the soon to vanish) safe_fname...
2005-12-15 Wayne DavisonWhen compare-dest/link-dest/copy-dest are in effect...
2005-07-31 Wayne DavisonThere is no longer a need to check file->link_u.links...
2005-06-09 Wayne Davison- Never output the '"FOO" is a hard link' message when...
2005-04-23 Wayne Davison- Added a new function, maybe_hard_link(), which now...
2005-04-15 Wayne Davison- Fixed a potential crash/infinite-loop bug if -H was...
2005-03-09 Wayne DavisonWhen itemizing, we now set ITEM_LOCAL_CHANGE and ITEM_X...
2005-03-05 Wayne Davison- Changed hlink_list[] to store file-list indexes inste...
2005-02-27 Wayne DavisonAdded 2 args to do_hard_links() so that it can call...
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-02-13 Wayne DavisonImproved the call to f_name_cmp().
2005-02-07 Wayne DavisonFixed a typo.
2005-02-07 Wayne DavisonAdded missing calls to safe_fname() and full_fname().
2005-02-03 Wayne DavisonIn hlink_compare(), call f_name_cmp() directly instead...
2004-07-12 Wayne DavisonMade hard_link_check() compile when SUPPORT_HARD_LINKS...
2004-06-11 Wayne DavisonCall link_stat() with its new arg (for --keep-dirlinks...
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-03-26 Wayne DavisonFixed a crash bug when hlink_list is NULL and a link_u...
2004-02-11 Wayne DavisonIf --backup was specified, the links we remove are...
next