summaryrefslogtreecommitdiff
path: root/cleanup.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-27Prevent the "Connection reset by peer" messages often seen from Cygwin.David Dykstra1-0/+27
2003-01-26Better fix for infinite recursion; don't return from exit_cleanupDavid Dykstra1-2/+2
2003-01-16Prevent infinite recursion in exit_cleanup(). Patch from Sviatoslav Sviridov.David Dykstra1-0/+7
2002-04-09Doc _exit_cleanup.Martin Pool1-1/+1
2002-04-08Doc.Martin Pool1-6/+24
2002-03-27Improved network error handling. (Greg A. Woods)Martin Pool1-0/+9
2001-03-23improved error handling again. Now we report messages for the remoteAndrew Tridgell1-8/+13
2001-03-22new error handling systemAndrew Tridgell1-0/+7
2000-11-10Doc.Martin Pool1-2/+7
2000-01-30another hang-at-end fix. It looks like we are more sensiitive toAndrew Tridgell1-0/+1
1999-04-06set the exit code to RERR_FILEIO is io_error is set when we exit. ThisAndrew Tridgell1-0/+3
1998-11-15log filename(line) in exit_cleanup() to make tracking down problemsAndrew Tridgell1-2/+2
1998-10-29put the pid on each line of the log file to facilitateAndrew Tridgell1-0/+3
1998-10-28syslog support in rsync daemon has been broken since I added the "logAndrew Tridgell1-2/+6
1998-10-26Add "use chroot" and "pid file" rsyncd.conf options. The former allows oneDavid Dykstra1-0/+8
1998-09-09handle OSes where you can't rename a open file in the cleanup code.Andrew Tridgell1-1/+10
1998-07-25rsync.c was getting a bit unwieldy so I split the code into 3 modules,Andrew Tridgell1-0/+63