CVS update: rsync

Martin Pool mbp at samba.org
Mon Apr 8 04:10:21 GMT 2002


Date:	Sun Apr  7 21:10:21 2002
Author:	mbp

Update of /data/cvs/rsync
In directory va:/tmp/cvs-serv9622

Modified Files:
	.cvsignore Makefile.in clientserver.c generator.c log.c main.c 
	options.c proto.h receiver.c 
Added Files:
	pipe.c progress.c 
Log Message:
Split code out into separate files and remove some global variables to
reduce symbol dependencies between files and therefore make it easier
to write unit tests.  The diff is large, but the actual code changes
are pretty small.


Revisions:
pipe.c		NONE => 1.1
	http://www.samba.org/cgi-bin/cvsweb/rsync/pipe.c?rev=1.1
progress.c		NONE => 1.1
	http://www.samba.org/cgi-bin/cvsweb/rsync/progress.c?rev=1.1
.cvsignore		1.24 => 1.25
	http://www.samba.org/cgi-bin/cvsweb/rsync/.cvsignore?r1=1.24&r2=1.25
Makefile.in		1.81 => 1.82
	http://www.samba.org/cgi-bin/cvsweb/rsync/Makefile.in?r1=1.81&r2=1.82
clientserver.c		1.91 => 1.92
	http://www.samba.org/cgi-bin/cvsweb/rsync/clientserver.c?r1=1.91&r2=1.92
generator.c		1.38 => 1.39
	http://www.samba.org/cgi-bin/cvsweb/rsync/generator.c?r1=1.38&r2=1.39
log.c		1.59 => 1.60
	http://www.samba.org/cgi-bin/cvsweb/rsync/log.c?r1=1.59&r2=1.60
main.c		1.149 => 1.150
	http://www.samba.org/cgi-bin/cvsweb/rsync/main.c?r1=1.149&r2=1.150
options.c		1.89 => 1.90
	http://www.samba.org/cgi-bin/cvsweb/rsync/options.c?r1=1.89&r2=1.90
proto.h		1.144 => 1.145
	http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.144&r2=1.145
receiver.c		1.38 => 1.39
	http://www.samba.org/cgi-bin/cvsweb/rsync/receiver.c?r1=1.38&r2=1.39




More information about the rsync-cvs mailing list