index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hlink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Changed prev_name into a buffer so that there is no chance that its
Wayne Davison
2008-04-28
1
-5
/
+12
*
Fixed a crash if a non-incremental-recursion transfer has a
Wayne Davison
2008-04-27
1
-1
/
+2
*
Fixed the discovery of a prior finished hard-link when the entry
Wayne Davison
2008-03-26
1
-18
/
+14
*
Fixed hard-linking when some of the files can get skipped. This adds
Wayne Davison
2008-03-16
1
-16
/
+74
*
Include 2008 in the copyright years.
Wayne Davison
2008-03-01
1
-1
/
+1
*
Fixed return code from hard_link_one() when not verbose.
Wayne Davison
2008-02-06
1
-1
/
+1
*
Some minor tweaks:
Wayne Davison
2007-12-31
1
-5
/
+5
*
Don't try to process hard-link data in list-only mode.
Wayne Davison
2007-11-29
1
-12
/
+15
*
New logging categories added to allow differentiation between
Wayne Davison
2007-11-22
1
-4
/
+4
*
Some changes to allow an unsorted file list even if the iconv option
Wayne Davison
2007-11-06
1
-9
/
+3
*
Make last fix even better.
Wayne Davison
2007-10-21
1
-3
/
+3
*
Avoid dropping a hard-linked itemized output with -ii.
Wayne Davison
2007-10-21
1
-1
/
+2
*
Changed "statx" to "stat_x" to try to work around a build problem on AIX.
Wayne Davison
2007-09-23
1
-4
/
+4
*
- Simplified the flist-spanning gnum logic in match_gnums().
Wayne Davison
2007-09-10
1
-36
/
+44
*
If we turn off FLAG_HLINKED, set FLAG_HLINK_DONE so that any
Wayne Davison
2007-09-04
1
-0
/
+3
*
Changes to allow hard-linking to work in inc_recurse mode.
Wayne Davison
2007-09-03
1
-56
/
+139
*
Removed the old version of the hashtable functions and updated
Wayne Davison
2007-09-03
1
-131
/
+12
*
Tweaking the license text a bit more.
Wayne Davison
2007-07-10
1
-2
/
+3
*
Changed "count" to "used" in struct file_list since there can
Wayne Davison
2007-07-07
1
-2
/
+2
*
Switching to GPL 3.
Wayne Davison
2007-07-07
1
-3
/
+2
*
Added a comment to a shared iterator to avoid a warning from IBM's checker.
Wayne Davison
2007-05-22
1
-1
/
+1
*
The --iconv option has now made it to the trunk.
Wayne Davison
2007-04-26
1
-10
/
+19
*
The ACL support has arrived! This version has a brand new protocol
Wayne Davison
2007-03-11
1
-19
/
+49
*
Further modifications to the copyright comment section.
Wayne Davison
2007-02-04
1
-4
/
+3
*
A few minor tweaks to handle the newest variable names.
Wayne Davison
2006-12-28
1
-7
/
+7
*
A few more minor tweaks.
Wayne Davison
2006-12-17
1
-8
/
+7
*
Got rid of the code that sorted based on struct idev objects since
Wayne Davison
2006-12-17
1
-71
/
+6
*
Added a simple hashtable routine for hashing st_dev and st_ino info
Wayne Davison
2006-12-15
1
-25
/
+240
*
- Revamped the hard-link algorithm to save memory.
Wayne Davison
2006-12-09
1
-189
/
+193
*
- Use renamed hard-link defines: F_HL_IDEV() and F_HL_LIST().
Wayne Davison
2006-12-07
1
-11
/
+11
*
- Make some char* pointers const.
Wayne Davison
2006-12-06
1
-26
/
+15
*
Use the latest F_*() accessors.
Wayne Davison
2006-12-05
1
-3
/
+2
*
Use new send_msg_int() function.
Wayne Davison
2006-12-04
1
-12
/
+6
*
- Typical tranfers now save 12-20 bytes per file because several vars
Wayne Davison
2006-12-03
1
-46
/
+63
*
Added "const" to appropriate char pointers.
Wayne Davison
2006-11-19
1
-2
/
+1
*
Make sure the new link_dest_used value gets zeroed on init.
Wayne Davison
2006-10-17
1
-0
/
+2
*
Use new FNONE value when setting/comparing enum logcode vars.
Wayne Davison
2006-10-13
1
-3
/
+5
*
- If a finished link came from a link-dest dir and --dry-run is in
Wayne Davison
2006-10-09
1
-6
/
+12
*
Decided that I like remove-source-files better than remove-sender-files.
Wayne Davison
2006-06-30
1
-3
/
+3
*
Handle the --remove-sender-files option by sending MSG_SUCCESS for
Wayne Davison
2006-06-30
1
-0
/
+12
*
Use the renamed stdout_format_has_i variable.
Wayne Davison
2006-05-29
1
-3
/
+3
*
Updated the FSF's address to an even newer one.
Wayne Davison
2006-04-25
1
-3
/
+3
*
- Updated the address for the FSF in the opening comment.
Wayne Davison
2006-04-25
1
-18
/
+21
*
Got rid of unused externs.
Wayne Davison
2006-02-24
1
-1
/
+0
*
Call f_name() with revised args (which also replaces f_name_to()).
Wayne Davison
2006-01-14
1
-5
/
+7
*
Got rid of calls to (the soon to vanish) safe_fname() function.
Wayne Davison
2006-01-13
1
-9
/
+5
*
When compare-dest/link-dest/copy-dest are in effect, we now check
Wayne Davison
2005-12-15
1
-1
/
+28
*
There is no longer a need to check file->link_u.links at the start
Wayne Davison
2005-07-31
1
-2
/
+0
*
- Never output the '"FOO" is a hard link' message when -i (%i)
Wayne Davison
2005-06-09
1
-1
/
+2
*
- Added a new function, maybe_hard_link(), which now holds the code
Wayne Davison
2005-04-23
1
-32
/
+69
[next]