The "ndx" variable now holds the unique, over-the-wire value, not
[rsync/rsync.git] / cleanup.c
2006-10-15 Wayne DavisonUse the new case_N.h file to make sure that our cleanup...
2006-10-14 Wayne DavisonImproved the _exit_cleanup() function to handle potenti...
2006-10-14 Wayne DavisonThe cleanup code that handles moving the temp file...
2006-10-13 Wayne Davison- When exiting, set the flag "in_exit_cleanup".
2006-05-18 Wayne Davison- Improved the setting of cleanup_new_fname and cleanup...
2006-05-09 Wayne DavisonRevised the logic for when to call log_exit() to handle the
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-02-03 Wayne DavisonSimplified the conditional prior to the SIGACTION code.
2006-02-02 Wayne DavisonCall SIGACTION() instead of signal().
2006-02-01 Wayne DavisonWe should be using wait_process(), not waitpid() directly.
2006-01-30 Wayne DavisonCall finish_transfer() with its newly-added arg.
2006-01-13 Wayne DavisonGot rid of calls to (the soon to vanish) safe_fname...
2005-11-10 Wayne DavisonIf cleanup_set() gets passed a NULL fnametmp or fname...
2005-03-05 Wayne DavisonHandle new IOERR_DEL_LIMIT bit in io_error.
2005-02-07 Wayne DavisonAdding more calls to safe_fname().
2005-01-28 Wayne DavisonChanged direct call to fstat() into a call to do_fstat().
2005-01-10 Wayne DavisonCall finish_transfer() with its new arg.
2004-10-10 Wayne DavisonCall flush_write_file() in _exit_cleanup() if we are...
2004-07-29 Wayne DavisonAdded the new --partial-dir option.
2004-07-20 Wayne Davison- Got rid of cleanup_buf (map-file cleanup is not needed).
2004-07-02 Wayne DavisonTweaked some formatting.
2004-05-13 Wayne DavisonCall finish_transfer() with its new arg. Also put...
2004-01-27 Wayne DavisonBetter pid handling.
2004-01-15 Wayne DavisonCall io_flush() with its new FULL_FLUSH option.
2003-12-15 Wayne DavisonReturn new RERR_VANISHED code, as appropriate.
2003-03-21 Wayne DavisonThe close_all() function was missing its "void" prototype.
2003-01-27 David DykstraPrevent the "Connection reset by peer" messages often...
2003-01-26 David DykstraBetter fix for infinite recursion; don't return from...
2003-01-16 David DykstraPrevent infinite recursion in exit_cleanup(). Patch...
2002-04-09 Martin PoolDoc _exit_cleanup.
2002-04-08 Martin PoolDoc.
2002-03-27 Martin PoolImproved network error handling. (Greg A. Woods)
2001-03-23 Andrew Tridgellimproved error handling again. Now we report messages...
2001-03-22 Andrew Tridgellnew error handling system
2000-11-10 Martin PoolDoc.
2000-01-30 Andrew Tridgellanother hang-at-end fix. It looks like we are more...
1999-04-06 Andrew Tridgellset the exit code to RERR_FILEIO is io_error is set...
1998-11-15 Andrew Tridgelllog filename(line) in exit_cleanup() to make tracking...
1998-10-29 Andrew Tridgellput the pid on each line of the log file to facilitate
1998-10-28 Andrew Tridgellsyslog support in rsync daemon has been broken since...
1998-10-26 David DykstraAdd "use chroot" and "pid file" rsyncd.conf options...
1998-09-09 Andrew Tridgellhandle OSes where you can't rename a open file in the...
1998-07-25 Andrew Tridgellc was getting a bit unwieldy so I split the code into...