summaryrefslogtreecommitdiff
path: root/hlink.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* If we turn off FLAG_HLINKED, set FLAG_HLINK_DONE so that anyWayne Davison2007-09-041-0/+3
* Changes to allow hard-linking to work in inc_recurse mode.Wayne Davison2007-09-031-56/+139
* Removed the old version of the hashtable functions and updatedWayne Davison2007-09-031-131/+12
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Changed "count" to "used" in struct file_list since there canWayne Davison2007-07-071-2/+2
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Added a comment to a shared iterator to avoid a warning from IBM's checker.Wayne Davison2007-05-221-1/+1
* The --iconv option has now made it to the trunk.Wayne Davison2007-04-261-10/+19
* The ACL support has arrived! This version has a brand new protocolWayne Davison2007-03-111-19/+49
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* A few minor tweaks to handle the newest variable names.Wayne Davison2006-12-281-7/+7
* A few more minor tweaks.Wayne Davison2006-12-171-8/+7
* Got rid of the code that sorted based on struct idev objects sinceWayne Davison2006-12-171-71/+6
* Added a simple hashtable routine for hashing st_dev and st_ino infoWayne Davison2006-12-151-25/+240
* - Revamped the hard-link algorithm to save memory.Wayne Davison2006-12-091-189/+193
* - Use renamed hard-link defines: F_HL_IDEV() and F_HL_LIST().Wayne Davison2006-12-071-11/+11
* - Make some char* pointers const.Wayne Davison2006-12-061-26/+15
* Use the latest F_*() accessors.Wayne Davison2006-12-051-3/+2
* Use new send_msg_int() function.Wayne Davison2006-12-041-12/+6
* - Typical tranfers now save 12-20 bytes per file because several varsWayne Davison2006-12-031-46/+63
* Added "const" to appropriate char pointers.Wayne Davison2006-11-191-2/+1
* Make sure the new link_dest_used value gets zeroed on init.Wayne Davison2006-10-171-0/+2
* Use new FNONE value when setting/comparing enum logcode vars.Wayne Davison2006-10-131-3/+5
* - If a finished link came from a link-dest dir and --dry-run is inWayne Davison2006-10-091-6/+12
* Decided that I like remove-source-files better than remove-sender-files.Wayne Davison2006-06-301-3/+3
* Handle the --remove-sender-files option by sending MSG_SUCCESS forWayne Davison2006-06-301-0/+12
* Use the renamed stdout_format_has_i variable.Wayne Davison2006-05-291-3/+3
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-18/+21
* Got rid of unused externs.Wayne Davison2006-02-241-1/+0
* Call f_name() with revised args (which also replaces f_name_to()).Wayne Davison2006-01-141-5/+7
* Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison2006-01-131-9/+5
* When compare-dest/link-dest/copy-dest are in effect, we now checkWayne Davison2005-12-151-1/+28
* There is no longer a need to check file->link_u.links at the startWayne Davison2005-07-311-2/+0
* - Never output the '"FOO" is a hard link' message when -i (%i)Wayne Davison2005-06-091-1/+2