From: Wayne Davison Date: Sun, 20 Feb 2005 20:55:24 +0000 (+0000) Subject: Changed the memory implementation of --delay-updates so that it X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/3e7934a5fb06dac717722c4d680d0c063dbf8d5f?hp=3e7934a5fb06dac717722c4d680d0c063dbf8d5f Changed the memory implementation of --delay-updates so that it only allocates memory to store needed bits, it sparsely allocates the bits in 16KB chunks, and the bit-finding loop works in a more efficient manner. ---