Fix sending of "." attributes for implied-dot-dir.
[rsync.git] / receiver.c
2011-03-26 Wayne DavisonAvoid re-setting xattrs on a hard-linked file w/the...
2011-02-21 Wayne DavisonUse ftruncate() at the end of a --sparse file.
2011-01-04 Wayne DavisonAvoid splitting a multi-byte character when trimming...
2011-01-02 Wayne DavisonAvoid directory permission issues with --fake-super.
2010-12-18 Wayne DavisonMention seek effect of an unmoved --inplace chunk.
2010-06-30 Wayne DavisonFixed inconsistencies reported by packaging/var-checker.
2009-04-12 Wayne DavisonFixed the use of --xattrs with --only-write-batch.
2009-04-04 Wayne DavisonFixed --dry-run with --read-batch:
2009-01-17 Wayne DavisonFixed a hang in the inc_recurse batch-reading code.
2009-01-17 Wayne DavisonUpdate the copyright year.
2008-11-15 Wayne DavisonAn ftruncate() failure should result in FERROR_XFER.
2008-11-10 Wayne DavisonFixed a bunch of "warn_unused_result" compiler warnings.
2008-09-27 Wayne DavisonFixed skipping of unneeded updates in a batch file...
2008-08-02 Wayne DavisonProperly handle a failure to create a partial directory...
2008-03-24 Wayne DavisonDon't send daemon-config filter-action messages back...
2008-03-20 Wayne DavisonChanged the name of the server_filter_list to be
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-18 Wayne DavisonThe daemon no longer logs a recv entry for a file that...
2008-01-27 Wayne DavisonFixed several glitches with failed updates and batch...
2007-12-31 Wayne DavisonFixed a case where the receiver indicates a successful...
2007-12-08 Wayne DavisonUpdated indexing for accurate progress and improved...
2007-11-22 Wayne DavisonNew logging categories added to allow differentiation...
2007-11-03 Wayne Davison- Renamed updating_basis -> updating_basis_or_equiv.
2007-10-29 Wayne DavisonMy version of Matt's cleanup patch from bug 5051. ...
2007-10-28 Wayne DavisonMade some more char pointers const.
2007-10-28 Wayne DavisonFixed setting of updating_basis value.
2007-09-01 Wayne DavisonHandle the new --append and --append-verify options.
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-08 Wayne DavisonIf we get an ndx that is 1 entry prior to an incrementa...
2007-07-07 Wayne DavisonChanged "count" to "used" in struct file_list since...
2007-07-07 Wayne DavisonSwitching to GPL 3.
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...
next