Handle a link_stat() failure with errno ENOENT as a vanished file.
[rsync/rsync.git] / receiver.c
2009-01-19 Wayne DavisonCheck the right flist_num in gen_wants_ndx().
2009-01-17 Wayne DavisonFixed the delete statistics with --delete-delay and...
2009-01-17 Wayne DavisonFixed a hang in the inc_recurse batch-reading code.
2009-01-03 Wayne DavisonImproved the backup code:
2009-01-03 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 DavisonEnhanced the --stats output:
2008-09-27 Wayne DavisonMore batch-mode fixes to handle redos properly (and...
2008-09-24 Wayne DavisonFixed skipping of unneeded updates in a batch file...
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-01 Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-08-02 Wayne DavisonProperly handle a failure to create a partial directory...
2008-07-21 Wayne DavisonInclude the array-size in array externs so that IBM...
2008-07-21 Wayne DavisonChanged the chksum debug flag to deltasum.
2008-07-20 Wayne DavisonAdded a '%C' (MD5 checksum) flag for the output/logfile...
2008-07-17 Wayne DavisonChanged human_num() to big_num() with an extra arg...
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
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 old/master
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...
next