summaryrefslogtreecommitdiff
path: root/cleanup.c
Commit message (Expand)AuthorAgeFilesLines
* Mention file & line on OOM and overflow errors.Wayne Davison2020-07-121-1/+1
* Some number & string improvementsWayne Davison2020-07-111-4/+0
* Lack of "saw" values now reported as "INVALID"; tweak a comment.Wayne Davison2020-06-271-1/+1
* Improve the output when a negotiation fails.Wayne Davison2020-06-271-1/+6
* Some indentation fixes.Wayne Davison2020-06-131-5/+5
* Correctly send last error to senderbenrubson2020-05-261-7/+14
* Set Copyright years and make them easier to updateWayne Davison2020-04-091-1/+1
* Make exit_cleanup() use _exit() if called from a signal handler.Wayne Davison2020-04-051-0/+3
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Silence fall-through warnings.Wayne Davison2019-01-041-7/+0
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Mention DRY RUN in --debug=exit output.Wayne Davison2014-09-061-2/+4
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Fix the leaving of a temp file w/o partial-file saving.Wayne Davison2014-01-191-3/+3
* Flush write buffer on an aborted in-place transfer.Wayne Davison2013-09-281-13/+19
* Improve logic of code vs exit_code (etc.) in cleanup.Wayne Davison2013-05-261-21/+21
* Avoid I/O via signal-handler thread.Wayne Davison2013-05-261-1/+7
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Set the modtime to 0 on a partial file.Wayne Davison2012-05-051-1/+9
* Make case_N.h more generic.Wayne Davison2010-08-261-3/+11
* Don't try to send MSG_ERROR_EXIT after a timeout.Wayne Davison2010-01-021-1/+1
* Added an am_receiver variable.Wayne Davison2009-12-191-4/+3
* Don't send MSG_ERROR_EXIT messages at the end of the transfer.Wayne Davison2009-12-121-6/+13
* Make some RERR_* choices better, and another noop_io_until_death() tweak.Wayne Davison2009-11-161-1/+1
* Don't complain about a socket EOF unless it affects a read.Wayne Davison2009-11-151-1/+1
* More improvements for abnormal exits.Wayne Davison2009-11-081-12/+13
* Save first filename and linenum in case exit_cleanup() recurses.Wayne Davison2009-11-081-2/+8
* Added notifications about error-exit values:Wayne Davison2009-11-071-2/+18
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Improved the handling of --msgs2stderr a little more.Wayne Davison2008-07-201-1/+1
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-6/+6
* The --progress output now leaves the cursor at the end of the lineWayne Davison2008-07-051-0/+6
* Improved the progress_is_active code to not overwrite the progressWayne Davison2008-06-041-4/+0
* When running in --progress mode with a progress message active, theWayne Davison2008-04-151-0/+4
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* New logging categories added to allow differentiation betweenWayne Davison2007-11-221-2/+2
* Made some more char pointers const.Wayne Davison2007-10-281-4/+4
* Prevent a server from outputting an end-of-run message about itsWayne Davison2007-09-151-0/+5
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* If the server is exiting with an error, delay our exit just a littleWayne Davison2007-05-061-0/+2
* The improved --xattrs option is landing on the trunk.Wayne Davison2007-04-071-1/+1
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Use the new case_N.h file to make sure that our cleanup_step caseWayne Davison2006-10-151-14/+7
* Improved the _exit_cleanup() function to handle potential recursionsWayne Davison2006-10-141-51/+96
* The cleanup code that handles moving the temp file to the partialWayne Davison2006-10-141-2/+2
* - When exiting, set the flag "in_exit_cleanup".Wayne Davison2006-10-131-10/+6
* - Improved the setting of cleanup_new_fname and cleanup_fname.Wayne Davison2006-05-181-4/+4
* Revised the logic for when to call log_exit() to handle theWayne Davison2006-05-091-1/+4