index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cleanup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set the modtime to 0 on a partial file.
Wayne Davison
2012-05-05
1
-1
/
+9
*
Make case_N.h more generic.
Wayne Davison
2010-08-26
1
-3
/
+11
*
Don't try to send MSG_ERROR_EXIT after a timeout.
Wayne Davison
2010-01-02
1
-1
/
+1
*
Added an am_receiver variable.
Wayne Davison
2009-12-19
1
-4
/
+3
*
Don't send MSG_ERROR_EXIT messages at the end of the transfer.
Wayne Davison
2009-12-12
1
-6
/
+13
*
Make some RERR_* choices better, and another noop_io_until_death() tweak.
Wayne Davison
2009-11-16
1
-1
/
+1
*
Don't complain about a socket EOF unless it affects a read.
Wayne Davison
2009-11-15
1
-1
/
+1
*
More improvements for abnormal exits.
Wayne Davison
2009-11-08
1
-12
/
+13
*
Save first filename and linenum in case exit_cleanup() recurses.
Wayne Davison
2009-11-08
1
-2
/
+8
*
Added notifications about error-exit values:
Wayne Davison
2009-11-07
1
-2
/
+18
*
Update the copyright year.
Wayne Davison
2009-01-03
1
-1
/
+1
*
Improved the handling of --msgs2stderr a little more.
Wayne Davison
2008-07-20
1
-1
/
+1
*
Added the --info=FLAGS an --debug=FLAGS options, which allows
Wayne Davison
2008-07-13
1
-6
/
+6
*
The --progress output now leaves the cursor at the end of the line
Wayne Davison
2008-07-05
1
-0
/
+6
*
Improved the progress_is_active code to not overwrite the progress
Wayne Davison
2008-06-04
1
-4
/
+0
*
When running in --progress mode with a progress message active, the
Wayne Davison
2008-04-15
1
-0
/
+4
*
Include 2008 in the copyright years.
Wayne Davison
2008-03-01
1
-1
/
+1
*
New logging categories added to allow differentiation between
Wayne Davison
2007-11-22
1
-2
/
+2
*
Made some more char pointers const.
Wayne Davison
2007-10-28
1
-4
/
+4
*
Prevent a server from outputting an end-of-run message about its
Wayne Davison
2007-09-15
1
-0
/
+5
*
Tweaking the license text a bit more.
Wayne Davison
2007-07-10
1
-2
/
+3
*
Switching to GPL 3.
Wayne Davison
2007-07-07
1
-3
/
+2
*
If the server is exiting with an error, delay our exit just a little
Wayne Davison
2007-05-06
1
-0
/
+2
*
The improved --xattrs option is landing on the trunk.
Wayne Davison
2007-04-07
1
-1
/
+1
*
Further modifications to the copyright comment section.
Wayne Davison
2007-02-04
1
-4
/
+3
*
Use the new case_N.h file to make sure that our cleanup_step case
Wayne Davison
2006-10-15
1
-14
/
+7
*
Improved the _exit_cleanup() function to handle potential recursions
Wayne Davison
2006-10-14
1
-51
/
+96
*
The cleanup code that handles moving the temp file to the partial
Wayne Davison
2006-10-14
1
-2
/
+2
*
- When exiting, set the flag "in_exit_cleanup".
Wayne Davison
2006-10-13
1
-10
/
+6
*
- Improved the setting of cleanup_new_fname and cleanup_fname.
Wayne Davison
2006-05-18
1
-4
/
+4
*
Revised the logic for when to call log_exit() to handle the
Wayne Davison
2006-05-09
1
-1
/
+4
*
Updated the FSF's address to an even newer one.
Wayne Davison
2006-04-25
1
-3
/
+3
*
- Updated the address for the FSF in the opening comment.
Wayne Davison
2006-04-25
1
-20
/
+22
*
Simplified the conditional prior to the SIGACTION code.
Wayne Davison
2006-02-03
1
-1
/
+1
*
Call SIGACTION() instead of signal().
Wayne Davison
2006-02-02
1
-2
/
+6
*
We should be using wait_process(), not waitpid() directly.
Wayne Davison
2006-02-01
1
-1
/
+2
*
Call finish_transfer() with its newly-added arg.
Wayne Davison
2006-01-30
1
-2
/
+2
*
Got rid of calls to (the soon to vanish) safe_fname() function.
Wayne Davison
2006-01-13
1
-2
/
+2
*
If cleanup_set() gets passed a NULL fnametmp or fname, set
Wayne Davison
2005-11-10
1
-1
/
+1
*
Handle new IOERR_DEL_LIMIT bit in io_error.
Wayne Davison
2005-03-05
1
-3
/
+5
*
Adding more calls to safe_fname().
Wayne Davison
2005-02-07
1
-2
/
+2
*
Changed direct call to fstat() into a call to do_fstat().
Wayne Davison
2005-01-28
1
-3
/
+2
*
Call finish_transfer() with its new arg.
Wayne Davison
2005-01-10
1
-1
/
+3
*
Call flush_write_file() in _exit_cleanup() if we are keeping a
Wayne Davison
2004-10-10
1
-1
/
+3
*
Added the new --partial-dir option.
Wayne Davison
2004-07-29
1
-1
/
+2
*
- Got rid of cleanup_buf (map-file cleanup is not needed).
Wayne Davison
2004-07-20
1
-12
/
+8
*
Tweaked some formatting.
Wayne Davison
2004-07-02
1
-12
/
+14
*
Call finish_transfer() with its new arg. Also put the externs
Wayne Davison
2004-05-13
1
-12
/
+15
*
Better pid handling.
Wayne Davison
2004-01-27
1
-3
/
+3
*
Call io_flush() with its new FULL_FLUSH option.
Wayne Davison
2004-01-15
1
-1
/
+1
[next]