The match_gid() function needed to affect the *flags_ptr value
[rsync/rsync.git] / generator.c
2007-05-21 Wayne DavisonCast some F_OWNER()/F_GROUP() values to make sure that...
2007-05-20 Wayne Davison- Use F_OWNER() and F_GROUP() instead of F_UID() and...
2007-04-26 Wayne DavisonRefer to the right sorted/unsorted file list array...
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 DavisonProtocol 30 now uses MD5 checksums instead of MD4.
2007-03-14 Wayne DavisonFixed more potential hang cases for incremental recursion.
2007-03-11 Wayne DavisonThe ACL support has arrived! This version has a brand...
2007-02-17 Wayne DavisonMake sure that a newly-created destination directory...
2007-02-16 Wayne DavisonImproved the incremental sending of file lists in two...
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2007-02-03 Wayne DavisonThe "ndx" variable now holds the unique, over-the-wire...
2007-01-31 Wayne DavisonChanged the main file-scan loop to not check for redo...
2007-01-30 Wayne DavisonMoved the code that checks for finished file-lists...
2007-01-27 Wayne DavisonChanged the variable "incremental" to "inc_recurse".
2006-12-29 Wayne Davison- Put directory retouching code into a separate functio...
2006-12-28 Wayne DavisonAn incremental-recursion transfer can't switch from...
2006-12-28 Wayne DavisonUse write_ndx() and read_ndx().
2006-12-28 Wayne DavisonHandle the new incremental-recursion mode.
2006-12-25 Wayne DavisonCan just test ignore_errors w/o lp_ignore_errors(module...
2006-12-17 Wayne DavisonUse F_DEPTH() in place of dir.depth.
2006-12-16 Wayne DavisonAdded a basename var to file_struct at the end, making...
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).
next