Another xattr "internal abbrev" fix for an xattr object that is
[rsync/rsync.git] / generator.c
2006-06-30 Wayne DavisonDecided that I like remove-source-files better than...
2006-06-30 Wayne DavisonHandle the --remove-sender-files option by sending...
2006-06-05 Wayne DavisonIf we fail to create a new directory, skip trying to...
2006-06-01 Wayne Davison- Got rid of the FNAME logcode enum.
2006-05-29 Wayne Davison- Use the renamed stdout_format_has_i variable.
2006-05-16 Wayne DavisonTweaked a couple things in try_dests_reg().
2006-05-09 Wayne DavisonSome demon_log_* variables changed into logfile_* varia...
2006-05-05 Wayne Davison- Don't check HAVE_LINK directly, use SUPPORT_HARD_LINK...
2006-05-05 Wayne DavisonCast file->mode to an int when printing it via %o.
2006-05-04 Paul GreenFix generator.c to avoid calling do_link() on systems...
2006-05-03 Wayne Davison- Call safe_stat() instead of do_stat() when a sanitizi...
2006-05-02 Wayne DavisonMoved the sanitizing of a symlink's link string here...
2006-05-02 Wayne DavisonFixed a problem in the --link-dest processing where...
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-04-18 Wayne DavisonFixed a typo in the new code.
2006-04-18 Wayne Davison- Fixed --copy-dest behavior on a system where CAN_HARD...
2006-04-18 Wayne DavisonA slight improvement to the logic in try_dests_non().
2006-04-17 Wayne DavisonFixed a bug where special files were not getting hard...
2006-04-17 Wayne DavisonUse the new CAN_HARDLINK_SYMLINK and CAN_HARDLINK_SPECI...
2006-03-10 Wayne DavisonDon't force S_IWUSR on a solo directory transfer.
2006-02-24 Wayne DavisonGot rid of unused externs.
2006-02-24 Wayne DavisonA recently added stat() call needed to be do_stat().
2006-02-24 Wayne DavisonThe create_directory_path() function no longer takes...
2006-02-23 Wayne DavisonOne more fuzzy tweak.
2006-02-23 Wayne DavisonSome improved fuzzy-parent-dir logic.
2006-02-23 Wayne DavisonThe new fuzzy-dir logic once again avoids calling get_d...
2006-02-23 Wayne DavisonFixed the creation of symlinks and devices when both...
2006-02-23 Wayne DavisonRenamed fuzzy_dirname -> parent_dirname.
2006-02-23 Wayne DavisonMake sure that the --fuzzy option's dir-scan doesn...
2006-02-15 Wayne DavisonDon't try to help the ACKs for the --remove-sent-file...
2006-02-15 Wayne DavisonCall increment_active_files() during the first phase...
2006-02-07 Wayne DavisonCall renamed cmp_time() function (was cmp_modtime()).
2006-02-05 Wayne DavisonAllow itemize() to flag ITEM_REPORT_PERMS anytime the...
2006-01-31 Wayne DavisonThe itemize() output now mentions -E permissions changes.
2006-01-31 Wayne DavisonWhen permissions aren't being preserved, set them via...
2006-01-30 Wayne DavisonI realized that there were instances where --force...
2006-01-30 Wayne DavisonAllow --force to work even if --recurse was not specified.
2006-01-30 Wayne DavisonAllow a non-empty dir to be overwritten by a non-dir...
2006-01-29 Wayne Davison- Use the renamed PERMS_* defines: ATTRS_*.
2006-01-26 Wayne DavisonHandle separated devices and special files.
2006-01-25 Wayne DavisonDecided to hold off on the potential memory savings...
2006-01-24 Wayne DavisonThe uid & gid are now stored using an id_pair structure.
2006-01-22 Wayne DavisonNew -x code had some problems, so restore the old code...
2006-01-21 Wayne Davison- Got rid of the filesystem_dev variable now that ...
2006-01-20 Wayne DavisonCall make_file() with one more arg (the base flags).
2006-01-20 Wayne DavisonHandle the extra output needed when log_format_has_i...
2006-01-19 Wayne DavisonAdded a new arg to the make_file() call.
2006-01-19 Wayne DavisonIn delete_in_dir(), skip a directory that isn't really...
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-12-16 Wayne DavisonFixed a bug in the hard-linking of a group of fifos...
2005-12-15 Wayne DavisonImproved the compare-dest/link-dest/copy-dest code...
2005-11-12 Wayne DavisonMoved the DEL_* flags from h here and got rid of DEL_NO...
2005-11-10 Wayne DavisonIndent the "prepare_to_open:" and "notify_others:"...
2005-11-10 Wayne DavisonUse the new checksum_len value instead of recomputing the
2005-11-10 Wayne DavisonIf a partial-dir file is present but the main file...
2005-11-09 Wayne DavisonCall delete_in_dir(NULL, NULL, NULL) in do_delete_pass().
2005-11-09 Wayne DavisonMade recursively deleting extraneous directories more...
2005-10-30 Wayne DavisonIn the device section, avoid calling unlink() if the...
2005-10-14 Wayne DavisonAdded code to implement the --min-size logic.
2005-09-29 Wayne DavisonChanged the variable names for --existing and --ignore...
2005-09-29 Wayne DavisonKeeping silent about stat() errors is never a good...
2005-09-06 Wayne DavisonTweaked the calculation that goes into sum->count so...
2005-08-01 Wayne DavisonDon't recreate a device if just the permissions bits...
2005-07-31 Wayne DavisonFixed the handling of hard-linked symlinks and devices.
2005-07-28 Wayne DavisonSupport new --append option.
2005-07-27 Wayne Davison- Fixed the mode comparison in itemize() to mask off...
2005-06-30 Wayne DavisonIgnore EEXIST on second mkdir() call.
2005-06-28 Wayne DavisonUse cmp_modtime() in a couple more spots where a local...
2005-06-09 Wayne DavisonDon't set ITEM_REPORT_TIME when a hard-linked file...
2005-05-22 Wayne Davison- Don't stop deleting in a dir if one item fails.
2005-05-22 Wayne DavisonMust check FLAG_MOUNT_POINT in delete_in_dir() to avoid...
2005-05-19 Wayne DavisonThe global allowed_lull is now already set, so just...
2005-05-19 Wayne DavisonOne place that was testing errno for ENOTEMPTY was...
2005-05-13 Wayne DavisonHave do_delete_pass() immediately return if list_only...
2005-04-28 Wayne DavisonMoved the max-size checking code down so that it only...
2005-04-27 Wayne DavisonSet ignore_timeout before starting the transfer, regard...
2005-04-24 Wayne DavisonSimplified the last change a little using a fix derived...
2005-04-24 Wayne DavisonWhen deleting files, we need to take any local FLAG_MOU...
2005-04-23 Wayne DavisonFixed a problem where a --link-dest hard-link could...
2005-04-23 Wayne Davison- Call hard_link_check() with its new args.
2005-04-22 Wayne DavisonIf we're outputting a message about the remote file...
2005-04-10 Wayne DavisonPaul's patch to improve the "not creating new ..."...
2005-04-09 Wayne DavisonUse the new do_xfers variable in place of some dry_run...
2005-04-07 Wayne DavisonDon't call maybe_flush_socket() quite so often.
2005-04-07 Wayne DavisonFix a bug with --delete-after combined with --backup.
2005-04-05 Wayne DavisonPeriodically call maybe_flush_socket().
2005-04-05 Wayne DavisonWhen doing a delete pass with do_progress output, get...
2005-04-01 Wayne DavisonMake a local-copy caused by a not-quite-up-to-date...
2005-03-31 Wayne DavisonDon't try to tweak read-only dest-dir permissions in...
2005-03-30 Wayne DavisonGot rid of a useless extern.
2005-03-29 Wayne DavisonTurn off do_progress during the file-update phase so...
2005-03-29 Wayne DavisonIf --delay-updates wasn't specified, write out two...
2005-03-27 Wayne DavisonGot rid of temporary code that set the ITEM_DUMMY_BIT.
2005-03-17 Wayne DavisonSet a maximum distance-measure that find_fuzzy() will...
2005-03-17 Wayne DavisonWe need to run our post-processing activities after...
2005-03-15 Wayne Davison- Added an extra phase to the end of the transfer to...
2005-03-14 Wayne DavisonFixed a just-introduced crash bug in the --fuzzy proces...
2005-03-14 Wayne DavisonThe --fuzzy code now handles a file->dirname that has...
next