CVS update: rsync

Wayne Davison wayned at samba.org
Mon Feb 2 05:06:36 GMT 2004


Date:	Mon Feb  2 05:06:36 2004
Author:	wayned

Update of /data/cvs/rsync
In directory dp.samba.org:/home/wayned/src/rsync

Modified Files:
	flist.c 
Log Message:
- Changed the file-list allocation to alloc all the memory we need
  with one call, not with several mallocs and strdups.
- Got rid of string_area() stuff (as suggested in the "@todo").
- Enhanced free_file() to optionally free the whole struct or to
  clear it (since we don't need to do both).
- Don't zero out the other flist data when we're about to free it.


Revisions:
flist.c		1.183 => 1.184
	http://www.samba.org/cgi-bin/cvsweb/rsync/flist.c.diff?r1=1.183&r2=1.184


More information about the rsync-cvs mailing list