Changed "statx" to "stat_x" to try to work around a build problem on AIX.
[rsync/rsync.git] / generator.c
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...
2005-03-12 Wayne DavisonTweaked the name of a variable.
2005-03-11 Wayne DavisonAdded --copy-dest logic, and improved the updating...
2005-03-09 Wayne Davison- Improved the error-checking for some delete_item...
2005-03-09 Wayne DavisonMade itemize() output the fnamecmp_type and the fuzzy...
2005-03-09 Wayne DavisonFixed the change-report output for a directory that...
2005-03-06 Wayne DavisonBacked out the hack that reversed ITEM_REPORT_XATTRS...
2005-03-05 Wayne Davison- When --max-delete is exceeded, we now count how many...
2005-03-05 Wayne DavisonDon't try to determine the phase we're in by looking...
2005-03-05 Wayne DavisonAdded a hack that sets the ITEM_REPORT_XATTRS bit ...
2005-03-05 Wayne Davison- Updated itemize() to handle sending of hard-link...
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-03-03 Wayne DavisonSimplified whole_file variable checking.
2005-03-03 Wayne DavisonDon't kluge the value of statret for --whole-file.
2005-03-03 Wayne DavisonMoved the checks for --ignore-existing and --update...
2005-03-03 Wayne Davison- Got rid of the SID_* flags -- use the ITEM_* flags...
2005-03-02 Wayne DavisonWhen using multiple --compare-dest options, rsync shoul...
2005-03-02 Wayne DavisonFixed a bug in the --dry-run output when using --link...
2005-03-02 Wayne DavisonIf the multi-dest loop falls back to the best_match...
2005-03-02 Wayne DavisonA little more tweaking to the multi-dest option loop.
2005-03-01 Wayne DavisonMade the multi-FOO-dest loop a little nicer.
2005-02-27 Wayne DavisonMake sure that allowed_lull will not be computed as...
2005-02-27 Wayne Davison- Made the calls to maybe_send_keepalive() happen at...
next