summaryrefslogtreecommitdiff
path: root/hlink.c
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 3.2.6v3.2.6Wayne Davison2022-09-091-1/+1
* Add safety check for local --remove-source-files.Wayne Davison2022-08-211-2/+2
* Various file comparison improvementsWayne Davison2020-09-221-1/+1
* Some memory allocation improvementsWayne Davison2020-06-251-6/+3
* Some indentation fixes.Wayne Davison2020-06-131-5/+3
* Change 3 alt-dest vars to just one + some defines.Wayne Davison2020-06-131-2/+2
* Convert a couple files to UTF-8; more Copyright years.Wayne Davison2020-06-131-1/+1
* Tweak the hashtable routines to be a little clearer and easier.Wayne Davison2020-06-121-13/+13
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Fix hard-link bugs when receiver isn't capable.Wayne Davison2014-06-131-1/+1
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Add free_stat_x() inline function.Wayne Davison2013-01-191-18/+3
* Fix --only-write-batch hang with --hard-links.Wayne Davison2012-01-281-1/+1
* Replace another assert with a descriptive error.Wayne Davison2010-06-261-1/+5
* Make sure our idev_find() hashtable use is right.Wayne Davison2010-05-291-4/+5
* Turn an assert into two more descriptive errors.Wayne Davison2010-05-291-1/+8
* Get rid of some unneeded externs.Wayne Davison2009-10-271-1/+0
* Avoid an dry-run error trying to stat a prior hard-linkWayne Davison2009-09-051-3/+7
* Create non-transferred files in a more atomic manner:Wayne Davison2009-08-291-11/+4
* Improved the backup code:Wayne Davison2009-01-031-4/+4
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Added init_stat_x() to avoid duplication of acl/xattr init code.Wayne Davison2009-01-031-12/+3
* Initialize xattr data in a couple spots in the hlink code, which avoidsWayne Davison2008-09-241-4/+33
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-1/+1
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-1/+2
* Changed flist_for_ndx() to optionally die with an errorWayne Davison2008-08-141-13/+4
* Make sure that the hlink node->data allocation doesn't fail.Wayne Davison2008-08-081-1/+2
* Include the array-size in array externs so that IBM's code-checkerWayne Davison2008-07-201-1/+1
* Fixed a bug in match_hard_links() where an empty directory would tryWayne Davison2008-07-201-1/+1
* A few more HLINK debug messages.Wayne Davison2008-07-201-2/+23
* Improved the hard-link logging.Wayne Davison2008-07-181-3/+3
* Added some HLINK debugging output and enabled it for hardlink tests.Wayne Davison2008-07-171-1/+7
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-6/+5
* - Changed prev_name into a buffer so that there is no chance that itsWayne Davison2008-04-281-5/+12
* Fixed a crash if a non-incremental-recursion transfer has aWayne Davison2008-04-271-1/+2
* Fixed the discovery of a prior finished hard-link when the entryWayne Davison2008-03-261-18/+14
* Fixed hard-linking when some of the files can get skipped. This addsWayne Davison2008-03-161-16/+74
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Fixed return code from hard_link_one() when not verbose.Wayne Davison2008-02-061-1/+1
* Some minor tweaks:Wayne Davison2007-12-311-5/+5
* Don't try to process hard-link data in list-only mode.Wayne Davison2007-11-291-12/+15
* New logging categories added to allow differentiation betweenWayne Davison2007-11-221-4/+4
* Some changes to allow an unsorted file list even if the iconv optionWayne Davison2007-11-061-9/+3
* Make last fix even better.Wayne Davison2007-10-211-3/+3
* Avoid dropping a hard-linked itemized output with -ii.Wayne Davison2007-10-211-1/+2
* Changed "statx" to "stat_x" to try to work around a build problem on AIX.Wayne Davison2007-09-231-4/+4
* - Simplified the flist-spanning gnum logic in match_gnums().Wayne Davison2007-09-101-36/+44