CVS update: rsync/patches

Wayne Davison wayned at samba.org
Fri Jul 2 21:26:42 GMT 2004


Date:	Fri Jul  2 21:26:42 2004
Author:	wayned

Update of /data/cvs/rsync/patches
In directory dp.samba.org:/tmp/cvs-serv31303

Modified Files:
	inplace.diff 
Log Message:
- Added a test for ftruncate() to configure.  If the function does not
  exist, we disable support for --inplace.
- Mention the availability of inplace support in the --version output.
- Improved the sorting of the targets to include sub-sorting the same
  target by sum1, sum2, and offset.  This makes the comparisons later
  when searching for matching targets more optimal.
- We now mark chunks that were at idential offsets so that we can
  potentially reuse them.
- Prefer a cunk with an identical offset over another matching chunk.
- Fixed a bug in one error message that was outputting fnametmp instead
  of fnamecmp.
- Don't call cleanup_set() for an inplace transfer.


Revisions:
inplace.diff		1.9 => 1.10
	http://www.samba.org/cgi-bin/cvsweb/rsync/patches/inplace.diff?r1=1.9&r2=1.10


More information about the rsync-cvs mailing list