Some demon_log_* variables changed into logfile_* variables that are
[rsync/rsync.git] / receiver.c
2004-05-13 Wayne DavisonIf the file did not transfer correctly, only save it...
2004-04-27 Wayne DavisonCheck the return code from close() and output an error...
2004-03-23 Wayne DavisonMoved a few externs and made a couple formatting tweaks.
2004-03-23 Wayne DavisonGot rid of an ancient (and no longer relevant) comment.
2004-02-27 Wayne DavisonGot rid of some superfluous parens.
2004-02-10 Wayne DavisonTweaked an if.
2004-02-10 J.W. SchultzMake idev, hlink and file_struct + strings use allocation
2004-02-03 J.W. SchultzCorrected sizeof usage:
2004-01-27 Wayne DavisonUse the new names for the transmit-flag defines.
2004-01-25 Wayne DavisonMoved the call to do_hard_links() and the final directo...
2004-01-24 Wayne DavisonReplaced an snprintf() call with pathjoin().
2004-01-22 Wayne DavisonTweaked an argv-type variable so that it's a little...
2004-01-22 Wayne DavisonUse the new f_name_to() calling syntax.
2004-01-20 J.W. SchultzEliminate unneeded strlen after strlcpy.
2004-01-15 Wayne Davison- Got rid of the f_gen pipe.
2004-01-13 Wayne DavisonSet stats.current_file_index.
2004-01-08 Wayne DavisonGot rid of support for protocols 17 and 18.
2004-01-04 Wayne DavisonUse new recv_generator() calling syntax.
2004-01-02 Wayne DavisonImproved the setting of cleanup_got_literal so that...
2004-01-02 Wayne DavisonApplying my updated version of Craig Barratt's buffered...
2004-01-02 Wayne DavisonUse the f_name_to() function to avoid having to strdup...
2003-12-15 Wayne DavisonTwiddled some whitespace and multi-line comments.
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-09-11 Wayne DavisonImproved file-related error messages by using the new
2003-09-09 Wayne DavisonChanged "remote_version" to "protocol_version".
2003-09-04 J.W. SchultzAllow non-dir special files to be replaced with regular
2003-08-21 Wayne DavisonGot rid of signed/unsigned-comparison warning if st_dev...
2003-08-04 Wayne DavisonMake sure that the error message for mkstemp() includes...
2003-08-01 Wayne DavisonWe should bump the deletion_count for backed-up deleted...
2003-08-01 Wayne DavisonProperly handle the backup_suffix/backup_dir settings...
2003-07-08 Wayne DavisonOnly call show_progress() and end_progress() if do_prog...
2003-04-10 J.W. SchultzNow support dynamic per-file checksum2 size.
2003-03-31 J.W. SchultzRemoving vestigial support for protocol versions prior...
2003-03-26 J.W. SchultzPrevent tempfile names from overflowing.
2003-03-25 J.W. Schultzremoved log_transfer() It was no more than a conditional
2003-03-21 J.W. SchultzTypo corrections.
2003-01-20 David DykstraRe-activate the piece of code that creates intervening...
2002-05-28 David DykstraClose previously opened file descriptor when mkstemp...
2002-04-08 Martin PoolSplit code out into separate files and remove some...
2002-02-13 David DykstraSuggested patch from Jim Ogilvie <jogilvie@us.ibm.com...
2002-01-25 Martin PoolMore signedness fixes; should be harmless.
2002-01-23 Martin PoolDoc.
2002-01-23 Martin PoolSignedness security patch from Sebastian Krahmer <krahm...
2002-01-11 Martin PoolAlways use 64-bit ino_t and dev_t internally, so that...
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2001-05-02 Andrew Tridgelluse mkstemp on systems where it is secure
2000-11-08 Martin PoolBetter error messages when unlink fails
2000-11-08 Martin PoolBetter error messages when unlink fails
2000-03-21 Andrew Tridgelladd a --ignore-errors option
2000-01-25 Andrew Tridgellpatch from David Murn to make sure the final 100% is...
2000-01-24 Andrew Tridgellfixed a rare SEGV that can happen when a file disappear...
2000-01-24 Andrew Tridgellmoved file deletion to before the fork() to prevent...
2000-01-24 Andrew Tridgelladded --backup-dir option from Bob Edwards
2000-01-23 Andrew Tridgellfix a problem with files > 2GB
2000-01-23 Andrew Tridgelladded --max-delete option
2000-01-23 Andrew Tridgelladded some really ugly code to allow errors to propogate to
1999-11-08 Andrew Tridgelladded --delete-after option (suggested by Jason)
1999-10-31 Andrew Tridgellsolved the problem of not using the right permissions...
1999-10-31 Andrew Tridgelladded "ignore errors" option in rsyncd.conf
1999-10-25 Andrew Tridgelluse do_open() instead of open() in several places to...
1999-04-06 Andrew Tridgellfixed a nasty bug in the handling of "local_name" when...
1999-03-24 David DykstraBacked out the change to create missing parent director...
1999-03-23 David DykstraFix bug with --compare-dest option where missing parent...
1999-03-11 David DykstraWhen a file cannot be deleted because of ETXTBSY (in...
1999-03-04 David DykstraThe change a couple days ago to create files initially...
1999-03-01 David DykstraChange the mask used when creating temporary files...
1999-02-10 David DykstraChanged error message that just said "open %s: %s"...
1998-11-24 David DykstraBackup deleted files when using --delete and --backup...
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-05 David DykstraAdd comment before call to mktemp saying it is delibera...
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-11-02 Andrew TridgellJason told me that's its very important for his site...
1998-10-29 Andrew Tridgellchanges to get rsync working on a CRAY J90. This machin...
1998-10-28 Andrew Tridgelland I thought I wasn't going to do any rsync coding...
1998-10-26 David DykstraAdd --compare-dest option which enables specifying...
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...