Fixed a typo.
[rsync.git] / cleanup.c
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...