CVS update: rsync

2005-01-01 Thread Wayne Davison
Date: Sun Jan 2 00:55:55 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv19537 Modified Files: token.c Log Message: In send_deflated_token(), the section that handles "token == -2" now breaks up the calls to deflate() into CHUNK_SIZE chunks, just

CVS update: rsync/patches

2005-01-01 Thread Wayne Davison
Date: Sat Jan 1 21:20:51 2005 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv31387 Modified Files: dir-times.diff link-by-hash.diff time-limit.diff Log Message: Fixed failing hunks. Revisions: dir-times.diff 1.18 => 1.19 ht

CVS update: rsync/patches

2005-01-01 Thread Wayne Davison
Date: Sat Jan 1 21:21:02 2005 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv32601 Modified Files: copy-atimes.diff delete-sent-files.diff fuzzy.diff ignore-case.diff merge-exclude-file.diff Log Message: Fixed fuzzy hunks. Revisions

CVS update: rsync

2005-01-01 Thread Wayne Davison
Date: Sat Jan 1 21:08:20 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv27765 Modified Files: token.c Log Message: - Use an int32 for the each block-size variable. - Fixed a problem in send_deflated_token() where the data we are compressing mig

CVS update: rsync

2005-01-01 Thread Wayne Davison
Date: Sat Jan 1 21:08:17 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv27744 Modified Files: receiver.c sender.c Log Message: - Use an int32 for the each block-size variable. - Fixed a potential overflow in the map_size calculation. Revisions:

CVS update: rsync

2005-01-01 Thread Wayne Davison
Date: Sat Jan 1 21:08:14 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv27719 Modified Files: match.c options.c rsync.h Log Message: Use an int32 for the each block-size variable. Revisions: match.c 1.69 => 1.70 http://www.samba

CVS update: rsync

2005-01-01 Thread Wayne Davison
Date: Sat Jan 1 21:08:11 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv27701 Modified Files: generator.c Log Message: - Use an int32 for the each block-size variable. - Improved the layout and error-checking of the code that calculates the blo

CVS update: rsync

2005-01-01 Thread Wayne Davison
Date: Sat Jan 1 21:08:07 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv27684 Modified Files: fileio.c Log Message: - Use an int32 for the each block-size variable. - Renamed the local block_size arg to blk_size (to avoid confusion with the glo

CVS update: rsync

2005-01-01 Thread Wayne Davison
Date: Sat Jan 1 21:08:02 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv27650 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.219 => 1.220 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.219&r2=1.22

CVS update: rsync

2005-01-01 Thread Wayne Davison
Date: Sat Jan 1 21:08:05 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv27667 Modified Files: checksum.c Log Message: - Use an int32 for each checksum length variable. - Simplified some of the code, removing a useless memcpy(). Revisions: check