CVS update: rsync

2006-01-27 Thread Wayne Davison
Date: Fri Jan 27 12:59:07 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv24874 Modified Files: flist.c Log Message: Optimized flist_find() so that we never scan a series of empty file-list items twice (which can be very important with the new

CVS update: rsync

2006-01-27 Thread Wayne Davison
Date: Fri Jan 27 14:29:58 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv5821 Modified Files: flist.c Log Message: Improved flist_find()'s empty-entry handling to deal with the case where more entries may have been removed since the last find.