summaryrefslogtreecommitdiff
path: root/hlink.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-13Fix hard-link bugs when receiver isn't capable.Wayne Davison1-1/+1
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2013-01-19Update copyright year.Wayne Davison1-1/+1
2013-01-19Add free_stat_x() inline function.Wayne Davison1-18/+3
2012-01-28Fix --only-write-batch hang with --hard-links.Wayne Davison1-1/+1
2010-06-26Replace another assert with a descriptive error.Wayne Davison1-1/+5
2010-05-29Make sure our idev_find() hashtable use is right.Wayne Davison1-4/+5
2010-05-29Turn an assert into two more descriptive errors.Wayne Davison1-1/+8
2009-10-27Get rid of some unneeded externs.Wayne Davison1-1/+0
2009-09-05Avoid an dry-run error trying to stat a prior hard-linkWayne Davison1-3/+7
2009-08-29Create non-transferred files in a more atomic manner:Wayne Davison1-11/+4
2009-01-03Improved the backup code:Wayne Davison1-4/+4
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2009-01-03Added init_stat_x() to avoid duplication of acl/xattr init code.Wayne Davison1-12/+3
2008-09-24Initialize xattr data in a couple spots in the hlink code, which avoidsWayne Davison1-4/+33
2008-09-01Split up the ifuncs.h file into 3 .h files.Wayne Davison1-1/+1
2008-09-01Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison1-1/+2
2008-08-14Changed flist_for_ndx() to optionally die with an errorWayne Davison1-13/+4
2008-08-08Make sure that the hlink node->data allocation doesn't fail.Wayne Davison1-1/+2
2008-07-20Include the array-size in array externs so that IBM's code-checkerWayne Davison1-1/+1
2008-07-20Fixed a bug in match_hard_links() where an empty directory would tryWayne Davison1-1/+1
2008-07-20A few more HLINK debug messages.Wayne Davison1-2/+23
2008-07-18Improved the hard-link logging.Wayne Davison1-3/+3
2008-07-17Added some HLINK debugging output and enabled it for hardlink tests.Wayne Davison1-1/+7
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-6/+5
2008-04-28- Changed prev_name into a buffer so that there is no chance that itsWayne Davison1-5/+12
2008-04-27Fixed a crash if a non-incremental-recursion transfer has aWayne Davison1-1/+2
2008-03-26Fixed the discovery of a prior finished hard-link when the entryWayne Davison1-18/+14
2008-03-16Fixed hard-linking when some of the files can get skipped. This addsWayne Davison1-16/+74
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2008-02-06Fixed return code from hard_link_one() when not verbose.Wayne Davison1-1/+1
2007-12-31Some minor tweaks:Wayne Davison1-5/+5
2007-11-29Don't try to process hard-link data in list-only mode.Wayne Davison1-12/+15
2007-11-22New logging categories added to allow differentiation betweenWayne Davison1-4/+4
2007-11-06Some changes to allow an unsorted file list even if the iconv optionWayne Davison1-9/+3
2007-10-21Make last fix even better.Wayne Davison1-3/+3
2007-10-21Avoid dropping a hard-linked itemized output with -ii.Wayne Davison1-1/+2
2007-09-23Changed "statx" to "stat_x" to try to work around a build problem on AIX.Wayne Davison1-4/+4
2007-09-10- Simplified the flist-spanning gnum logic in match_gnums().Wayne Davison1-36/+44
2007-09-04If we turn off FLAG_HLINKED, set FLAG_HLINK_DONE so that anyWayne Davison1-0/+3
2007-09-03Changes to allow hard-linking to work in inc_recurse mode.Wayne Davison1-56/+139
2007-09-03Removed the old version of the hashtable functions and updatedWayne Davison1-131/+12
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Changed "count" to "used" in struct file_list since there canWayne Davison1-2/+2
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-05-22Added a comment to a shared iterator to avoid a warning from IBM's checker.Wayne Davison1-1/+1
2007-04-26The --iconv option has now made it to the trunk.Wayne Davison1-10/+19
2007-03-11The ACL support has arrived! This version has a brand new protocolWayne Davison1-19/+49
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2006-12-28A few minor tweaks to handle the newest variable names.Wayne Davison1-7/+7