Avoid a crash with --append-verify when discarding the received data.
[rsync/rsync.git] / receiver.c
2005-03-04 Wayne DavisonGot rid of some code in the main recv_files() loop...
2005-03-04 Wayne DavisonCall log_item() instead of log_recv().
2005-03-04 Wayne DavisonAdded read_vstring() and write_vstring() to io.c instead of
2005-02-26 Wayne DavisonMoved the delete-after support into generator.c.
2005-02-25 Wayne DavisonAccept the new keep-alive (no-op) packet.
2005-02-20 Wayne DavisonChanged the memory implementation of --delay-updates...
2005-02-20 Wayne DavisonIf --delay-updates is specified with --remove-sent...
2005-02-20 Wayne DavisonIf --remove-sent-files was specified and we successfull...
2005-02-20 Wayne DavisonTweaked some externs.
2005-02-19 Wayne Davison- Improved the logging of itemized changes for the...
2005-02-19 Wayne DavisonLog items that are unchanged if verbose > 1.
2005-02-18 Wayne Davison- Use read_short() and write_short().
2005-02-16 Wayne Davison- The itemized flags are now 2 bytes instead of 1.
2005-02-16 Wayne Davison- We now accept an itemized-changes flag-byte over...
2005-02-15 Wayne DavisonDecided on a better option name --itemize-changes ...
2005-02-15 Wayne DavisonIf -w and -v are both on, don't output the "log the...
2005-02-14 Wayne DavisonAdded code to read a fuzzy-basis name from the generator.
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-02-11 Wayne DavisonIf a --delay-update can't use the partial-dir (e.g...
2005-02-07 Wayne DavisonAdded missing calls to safe_fname() and full_fname().
2005-02-03 Wayne DavisonChanged delete_files() to use the delete_in_dir() funct...
2005-02-03 Wayne Davison- If recv_files() is sent the index of a directory...
2005-01-31 Wayne DavisonTweaked one or more warning messages.
2005-01-30 Wayne Davison- Restored the io_error test to delete_files().
2005-01-29 Wayne Davison- Made delete_files() call send_file_list() and delete_...
2005-01-28 Wayne DavisonChanged "char" to "uchar" in delayed_bits's new_array...
2005-01-28 Wayne DavisonUse "#if" (not "#ifdef") for configure-defined macros.
2005-01-27 Wayne DavisonImplement the new --delay-updates option.
2005-01-25 Wayne DavisonRenamed several exclude-related functions/variables...
2005-01-24 Wayne DavisonMoved some of the delete code into flist.c since the...
2005-01-23 Wayne DavisonGo back to requiring -r for deletes to happen.
2005-01-22 Wayne DavisonCheck the "keep_dirs" var instead of "recurse" to decide if
2005-01-21 Wayne Davison- Changed XMIT_TOP_DIR to XMIT_DEL_START.
2005-01-20 Wayne DavisonDecided that delete_in_dir()'s call to delete_file...
2005-01-19 Wayne DavisonGot rid of delete_one() since we can (and do) use the...
2005-01-17 Wayne DavisonTweaked the read_size var (formerly map_size) that...
2005-01-15 Wayne DavisonMake sure that the generator sent us a valid index...
2005-01-10 Wayne Davison- Call finish_transfer() with its new arg. This ensure...
2005-01-01 Wayne Davison- Use an int32 for the each block-size variable.
2004-12-02 Wayne DavisonCheck the return value of flush_write_file() and report...
2004-11-27 Wayne DavisonAdded support for multiple --*-dest options.
2004-11-03 Wayne DavisonChecking in the g2r-basis-filename patch that ensures...
2004-10-27 Wayne DavisonDon't ever call make_backup() if we're removing a desti...
2004-10-18 Wayne DavisonFixed an off-by-one error in the handling of --max...
2004-09-21 Wayne DavisonThe delete_one() function no longer needs to handle...
2004-09-07 Wayne DavisonIf we're making backups with --inplace, use the backup...
2004-08-03 Wayne DavisonCall map_file() with its new args, including a suggeste...
2004-08-02 Wayne DavisonGot rid of unused externs.
2004-07-30 Wayne DavisonIf we reject a name due to a server-exclude, someone...
2004-07-29 Wayne DavisonAdded the new --partial-dir option.
2004-07-29 Wayne DavisonCheck the error return of flush_write_file().
2004-07-29 Wayne DavisonOne more inplace code tweak.
2004-07-29 Wayne DavisonSome minor fixes and improvements for the inplace code.
2004-07-26 Wayne DavisonUse the new safe_fname() function.
2004-07-22 Wayne DavisonShould always call finish_transfer() for inplace handli...
2004-07-22 Wayne DavisonNeed to output the "failed verification" error before...
2004-07-22 Wayne DavisonAdded a warning message when a file fails to verify...
2004-07-22 Wayne DavisonNo need to check both delete_after and delete_mode...
2004-07-21 Wayne DavisonIn read_batch mode, we read ints from the new batch_gen...
2004-07-20 Wayne DavisonCall map_file() with the new block_size arg (had to...
2004-07-19 Wayne DavisonAdded new function discard_receive_data().
2004-07-19 Wayne Davison- Don't allow some crafty user to try to force us to...
2004-07-16 Wayne DavisonMy version of Mark Curtis's --inplace option.
2004-07-14 Wayne DavisonCommitted a space-tweak from Chris Shoemaker.
2004-07-02 Wayne DavisonSome formatting tweaks.
2004-07-02 Wayne DavisonMoved the verbose message about renaming the finished...
2004-06-30 Wayne DavisonSome simple whitespace tweaks.
2004-06-29 Wayne DavisonTweaked an overly-long line.
2004-06-14 Wayne DavisonIf --partial was specified, make sure that make_backup...
2004-06-12 Wayne DavisonChanged the new code in delete_one() so that some compilers
2004-06-11 Wayne DavisonMade delete_one() handle a failed rmdir on a symlink...
2004-05-21 Wayne DavisonChanged sum_init() to take a seed value as an arg inste...
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
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...
next