- 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)
commit20319fd9ede4ad873ba746942453fe462f2874af
treee63412959cd1b68dac39825ffad25452c51bc616
parent01d29d7b02ba84510e288439872947365c07beff
- The --delete-delay code now does its own output buffering.  This
  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.
generator.c