Changed the test for the 2.6.8 bug to preserve owner and group.
[rsync/rsync.git] / generator.c
2006-12-13 Wayne DavisonRenamed the F_*HLINK* macros to make their purpose...
2006-12-12 Wayne DavisonUse new BITS_EQUAL() define.
2006-12-09 Wayne DavisonA minor format tweak.
2006-12-09 Wayne Davison- Use the revamped hard-link functions.
2006-12-08 Wayne DavisonGet rid of some signed/unsigned-comparison compiler...
2006-12-08 Wayne Davison- The --delete-delay code now does its own output buffe...
2006-12-08 Wayne DavisonFixed --delete-delay by making the fprintf() output...
2006-12-07 Wayne DavisonAdded missing initialization of new solo_file variable.
2006-12-07 Wayne Davison- Set "solo_file" bool and use that for improved clarity.
2006-12-07 Wayne DavisonImproved the format of the debug output for mknod().
2006-12-06 Wayne Davison#ifdef calls to hard-link functions.
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-23 Wayne DavisonSilenced a compiler warning.
2006-11-22 Wayne Davison- Implement new --delete-delay option.
2006-11-21 Wayne DavisonUse an explicit cast when a value gets stored in a...
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
2006-11-11 Wayne DavisonTweaked a couple comments.
2006-11-11 Wayne Davison- Restored some of Matt's suggested logic that I left...
2006-11-11 Wayne Davison- Make delete_dir_contents() use less stack by recursin...
2006-11-11 Wayne DavisonMy adaptation of Matt's cleanup of the delete_item...
2006-11-11 Wayne DavisonAllow --max-delete=0 (zero used to be ignored).
2006-11-10 Wayne DavisonChanged two more references to "st" to "real_st" in...
2006-11-10 Wayne Davison- Fixed a problem where the real stat struct for a...
2006-11-10 Wayne Davison- Improved try_dests_non() so that it works with all...
2006-10-22 Wayne Davison- Fixed an error-handling path in try_dests_reg().
2006-10-13 Wayne Davison- Use the new FNONE enum instead of a literal 0 value.
2006-10-12 Wayne DavisonRemoved the changes in symlink handling in non-chroot...
2006-10-11 Wayne DavisonIf new_root_dir is set, itemize the output of the ...
2006-10-09 Wayne DavisonIf the combination of --dry-run, --link-dest, and ...
2006-09-30 Wayne DavisonI decided that combining --link-dest with -I doesn...
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...
next