- The --delete-delay code now does its own output buffering. This
authorWayne Davison <wayned@samba.org>
Fri, 8 Dec 2006 20:42:45 +0000 (20:42 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 8 Dec 2006 20:42:45 +0000 (20:42 +0000)
  allows us to delay opening a temp file to hold the list of deletions
  until we overflow the buffer (and thus, it's not usually needed).
- Fall back to doing a --delete-after pass if the --delete-delay
  code has a temp-file-writing failure.


No differences found