Updated indexing for accurate progress and improved raw ndx values.
authorWayne Davison <wayned@samba.org>
Sat, 8 Dec 2007 19:39:03 +0000 (11:39 -0800)
committerWayne Davison <wayned@samba.org>
Sat, 8 Dec 2007 19:39:47 +0000 (11:39 -0800)
commit65b4e4b2a93de8e5bff93b5c7a2a529613cbc5e8
treeffd109f2b665ee86fd49e330f91ded839cc0b887
parent37adeae73e9e590082d1247eeb8f216db18b24dc
Updated indexing for accurate progress and improved raw ndx values.
The sending side now has a sorted file-list in iconv mode so that it
can output progress in sorted order.  Simplified the over-the-wire
index values to ensure both sides will always agree on the values.
Optimized the allocation of the dir_flist->sorted array on the
receiving side with --iconv and incremental recursion.
flist.c
progress.c
receiver.c
rsync.c
rsync.h
sender.c