summaryrefslogtreecommitdiff
path: root/cleanup.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2014-01-19Fix the leaving of a temp file w/o partial-file saving.Wayne Davison1-3/+3
2013-09-28Flush write buffer on an aborted in-place transfer.Wayne Davison1-13/+19
2013-05-26Improve logic of code vs exit_code (etc.) in cleanup.Wayne Davison1-21/+21
2013-05-26Avoid I/O via signal-handler thread.Wayne Davison1-1/+7
2013-01-19Update copyright year.Wayne Davison1-1/+1
2012-05-05Set the modtime to 0 on a partial file.Wayne Davison1-1/+9
2010-08-26Make case_N.h more generic.Wayne Davison1-3/+11
2010-01-02Don't try to send MSG_ERROR_EXIT after a timeout.Wayne Davison1-1/+1
2009-12-19Added an am_receiver variable.Wayne Davison1-4/+3
2009-12-12Don't send MSG_ERROR_EXIT messages at the end of the transfer.Wayne Davison1-6/+13
2009-11-16Make some RERR_* choices better, and another noop_io_until_death() tweak.Wayne Davison1-1/+1
2009-11-15Don't complain about a socket EOF unless it affects a read.Wayne Davison1-1/+1
2009-11-08More improvements for abnormal exits.Wayne Davison1-12/+13
2009-11-08Save first filename and linenum in case exit_cleanup() recurses.Wayne Davison1-2/+8
2009-11-07Added notifications about error-exit values:Wayne Davison1-2/+18
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-07-20Improved the handling of --msgs2stderr a little more.Wayne Davison1-1/+1
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-6/+6
2008-07-05The --progress output now leaves the cursor at the end of the lineWayne Davison1-0/+6
2008-06-04Improved the progress_is_active code to not overwrite the progressWayne Davison1-4/+0
2008-04-15When running in --progress mode with a progress message active, theWayne Davison1-0/+4
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2007-11-22New logging categories added to allow differentiation betweenWayne Davison1-2/+2
2007-10-28Made some more char pointers const.Wayne Davison1-4/+4
2007-09-15Prevent a server from outputting an end-of-run message about itsWayne Davison1-0/+5
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-05-06If the server is exiting with an error, delay our exit just a littleWayne Davison1-0/+2
2007-04-07The improved --xattrs option is landing on the trunk.Wayne Davison1-1/+1
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2006-10-15Use the new case_N.h file to make sure that our cleanup_step caseWayne Davison1-14/+7
2006-10-14Improved the _exit_cleanup() function to handle potential recursionsWayne Davison1-51/+96
2006-10-14The cleanup code that handles moving the temp file to the partialWayne Davison1-2/+2
2006-10-13- When exiting, set the flag "in_exit_cleanup".Wayne Davison1-10/+6
2006-05-18- Improved the setting of cleanup_new_fname and cleanup_fname.Wayne Davison1-4/+4
2006-05-09Revised the logic for when to call log_exit() to handle theWayne Davison1-1/+4
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-20/+22
2006-02-03Simplified the conditional prior to the SIGACTION code.Wayne Davison1-1/+1
2006-02-02Call SIGACTION() instead of signal().Wayne Davison1-2/+6
2006-02-01We should be using wait_process(), not waitpid() directly.Wayne Davison1-1/+2
2006-01-30Call finish_transfer() with its newly-added arg.Wayne Davison1-2/+2
2006-01-13Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison1-2/+2
2005-11-10If cleanup_set() gets passed a NULL fnametmp or fname, setWayne Davison1-1/+1
2005-03-05Handle new IOERR_DEL_LIMIT bit in io_error.Wayne Davison1-3/+5
2005-02-07Adding more calls to safe_fname().Wayne Davison1-2/+2
2005-01-28Changed direct call to fstat() into a call to do_fstat().Wayne Davison1-3/+2
2005-01-10Call finish_transfer() with its new arg.Wayne Davison1-1/+3
2004-10-10Call flush_write_file() in _exit_cleanup() if we are keeping aWayne Davison1-1/+3