Changed SUBPROTOCOL_VERSION from 2 to 3 because of the ACL protocol changes.
[rsync/rsync.git] / receiver.c
2007-04-26 Wayne DavisonPrevent a hang in incremental-recursion mode when the...
2007-04-26 Wayne DavisonThe --iconv option has now made it to the trunk.
2007-04-07 Wayne DavisonThe improved --xattrs option is landing on the trunk.
2007-03-18 Wayne DavisonMade a char* arg const.
2007-03-18 Wayne DavisonProtocol 30 now uses MD5 checksums instead of MD4.
2007-03-11 Wayne DavisonThe ACL support has arrived! This version has a brand...
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2007-01-31 Wayne DavisonMention the year 2007 in the copyright declarations.
2007-01-27 Wayne DavisonChanged the variable "incremental" to "inc_recurse".
2007-01-27 Wayne DavisonMore extern tweaking.
2007-01-27 Wayne DavisonGot rid of unused externs.
2007-01-21 Wayne DavisonFixed handling of "redo" items in protocol 30.
2006-12-28 Wayne DavisonHandle the new incremental-recursion mode.
2006-12-09 Wayne DavisonGot rid of the pool-destroy call since this is not...
2006-12-06 Wayne DavisonChanged i -> ndx in several variables.
2006-12-05 Wayne DavisonUse the latest F_*() accessors.
2006-12-04 Wayne DavisonUse new send_msg_int() function.
2006-12-03 Wayne Davison- Typical tranfers now save 12-20 bytes per file becaus...
2006-11-22 Wayne DavisonMade get_tmpname() non-static.
2006-11-21 Wayne Davison- Use an explicit cast when a value gets stored in...
2006-10-13 Wayne DavisonSilence some IBM checker warnings and made a slight...
2006-09-17 Wayne DavisonThe --inplace option now notices when the basis data...
2006-06-30 Wayne DavisonDecided that I like remove-source-files better than...
2006-06-30 Wayne DavisonThe remove_sent_files var was renamed to remove_sender_...
2006-06-01 Wayne DavisonGot rid of the FNAME logcode enum.
2006-05-29 Wayne Davison- Use the renamed stdout_format_has_i variable.
2006-05-18 Wayne DavisonThe cleanup_set() call was not getting called w/o ...
2006-05-18 Wayne DavisonImproved two lseek() error messages.
2006-05-09 Wayne DavisonSome demon_log_* variables changed into logfile_* varia...
2006-05-09 Wayne DavisonIf the --partial-dir value is an absolute path and...
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-02-24 Wayne DavisonGot rid of unused externs.
2006-02-24 Wayne DavisonThe create_directory_path() function no longer takes...
2006-02-07 Wayne DavisonMoved the delay-bit functions into util.c, making them...
2006-01-31 Wayne DavisonWhen permissions aren't being preserved, set them via...
2006-01-30 Wayne DavisonCall finish_transfer() with a valid partialptr string...
2006-01-14 Wayne DavisonCall f_name() with revised args (which also replaces...
2006-01-13 Wayne DavisonGot rid of calls to (the soon to vanish) safe_fname...
2005-11-10 Wayne DavisonOnly call cleanup_set() if keep_partial is set.
2005-09-15 Wayne DavisonAdded a comment.
2005-08-30 Wayne DavisonWhen --append is entering the redo phase, make sure...
2005-07-30 Wayne Davison- The combination of --update and --progress now output...
2005-07-28 Wayne DavisonSupport new --append option.
2005-04-14 Wayne DavisonSupport the reception of a file-transfer header without...
2005-04-09 Wayne Davison- Use the new do_xfers variable in place of some dry_ru...
2005-03-29 Wayne Davison- Fixed a potential crash if the receiver couldn't...
2005-03-29 Wayne Davison- Warn about missing batched updates the generator...
2005-03-24 Wayne DavisonIf --dry-run is enabled with --read-batch, we must...
2005-03-15 Wayne DavisonAdded an extra phase to the end of the transfer to...
2005-03-15 Wayne DavisonHandle --delay-updates at the end of the first phase.
2005-03-10 Wayne Davison- Fixed the reading of the fuzzy xname from the socket.
2005-03-09 Wayne DavisonGot rid of the name-pipe, so we now read the fnamecmp_t...
2005-03-05 Wayne DavisonDon't try to determine the phase we're in by looking...
2005-03-05 Wayne Davison- Updated to handle the new ITEM_* flags.
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...
next