More tweaks for Actions.
[rsync.git] / generator.c
2023-04-29 Wayne DavisonPreparing for release of 3.3.0pre1 [buildall] v3.3.0pre1
2023-04-22 Wayne DavisonFix overflow of sum2 buffer for sha1 rolling checksums.
2022-09-15 Kenneth FinneganUse string length diff heuristic to skip Levenshtein...
2022-08-21 Wayne DavisonAdd safety check for local --remove-source-files.
2022-03-27 Wayne DavisonSome `--write-device` fixes.
2022-01-18 Wayne DavisonSilence some symlink mode-change failures.
2022-01-16 Wayne DavisonPreparing for release of 3.2.4pre2 v3.2.4pre2
2022-01-02 Wayne DavisonPreparing for release of 3.2.4pre1 v3.2.4pre1
2021-11-03 Wayne DavisonAdd the --info=NONREG setting.
2021-10-10 Wayne DavisonImprove --omit-dir-times & --omit-link-times
2021-10-10 Wayne DavisonTweak atime/crtime code a bit more.
2021-10-01 Wayne DavisonAvoid an issue where the size of st_dev != dev_t.
2021-07-09 Wayne DavisonSupport --crtimes on Cygwin.
2020-09-29 Wayne DavisonMake gcc die on init overflow of an array.
2020-09-23 Wayne DavisonChange `--info=skip2` messages & add info on attr changes.
2020-09-22 Wayne DavisonMake the extra info on the "exists" messages optional.
2020-09-22 Wayne DavisonVarious file comparison improvements
2020-09-21 Wayne DavisonAvoid spurious "is newer" messages with `--update`.
2020-07-22 Wayne DavisonAdd --crtimes option.
2020-07-21 Wayne DavisonAvoid some extraneous parent-dir warnings
2020-07-21 Wayne DavisonDon't create a path for a file marked as missing.
2020-07-10 Wayne DavisonAllow --block-size's size to have a suffix.
2020-06-26 Wayne DavisonSome memory allocation improvements
2020-06-14 Wayne DavisonSome indentation fixes.
2020-06-13 Wayne DavisonChange 3 alt-dest vars to just one + some defines.
2020-06-13 Wayne DavisonChange a function name.
2020-06-13 Wayne DavisonFix overzealous setting of mtime & tweak time comparisons
2020-06-13 Wayne DavisonAdd hashtable to delete_in_dir() to fix -x deletions
2020-05-30 benrubsonSearch for double-fuzzy files only when needed
2020-04-27 Wayne DavisonAllow a missing parent dir when --delete-missing-args...
2020-04-23 Wayne DavisonAdded --atimes and --set-noatime options.
2020-04-12 Wayne DavisonA few file-data improvements.
2020-04-09 Wayne DavisonSet Copyright years and make them easier to update
2020-04-06 Wayne DavisonTweak some indentation.
2020-04-05 Wayne DavisonDon't throw an error if a potential fuzzy dir isn't...
2020-04-05 Wayne DavisonAdded the --write-devices option.
2019-03-16 Wayne DavisonFix bug in try_dests_reg that Florian Zumbiehl pointed...
2019-03-16 Wayne DavisonTweak the copyright year.
2018-01-15 Wayne DavisonDon't force nanoseconds if a file wasn't transferred...
2018-01-15 Wayne DavisonTweak copyright date.
2017-11-07 Wayne DavisonMore archaic-checksum improvements. This makes the...
2017-10-08 Wayne DavisonFix double-fuzzy + link-dest issue.
2016-06-04 Wayne DavisonFix path check when prior_dir_file is NULL.
2016-01-24 Wayne DavisonAdd support for comparing nanoseconds on the receiver.
2015-12-05 Wayne DavisonFix return of stat info from try_dests_reg().
2015-08-08 Wayne DavisonUpdate the copyright year.
2015-07-04 Wayne DavisonAdd parent-dir validation for --no-inc-recurse too.
2014-06-13 Wayne DavisonFix hard-link bugs when receiver isn't capable.
2014-06-08 Wayne DavisonAdded a flag to disable xattr hlink optimization.
2014-05-25 Wayne DavisonMake --omit-dir-times avoid early-create directories.
2014-04-20 Wayne DavisonCheck F_IS_ACTIVE() in a few more spots.
2014-04-19 Wayne DavisonChange args to file_checksum() to prepare for future...
2014-01-26 Wayne DavisonBump the year to 2014.
2014-01-19 Wayne DavisonUndo the hard-link xattr optimization in 78286a03.
2013-11-25 Wayne DavisonFix itemize bug with --link-dest, -X, and -n.
2013-01-19 Wayne DavisonUpdate copyright year.
2013-01-19 Wayne DavisonFree ACL/xattr info in try_dests_reg() loop.
2013-01-19 Wayne DavisonAdd free_stat_x() inline function.
2013-01-19 Wayne DavisonFurther improve non-empty-destination --link-dest behavior:
2013-01-19 Wayne DavisonRemove -3 return from try_dests_reg() again -- let...
2013-01-18 Wayne DavisonImprove handling of existing files for alt-dest opts.
2012-01-28 Wayne DavisonFix --only-write-batch hang with --hard-links.
2011-12-24 Wayne DavisonAllow --max-size=0 and --min-size=0.
2011-12-16 Wayne DavisonAvoid double-free of xattr/acl data in real_sx.
2011-11-23 Wayne Davisonmake repeated --fuzzy option look into alt-dest dirs.
2011-10-08 Wayne DavisonLet's cast getpid() to an int instead of a long for...
2011-09-03 Wayne DavisonDirs need +rx as well as +w for non-super xfers.
2011-07-04 Wayne DavisonHandle FES_NO_SEND properly on a hard-linked file.
2011-06-26 Wayne DavisonFix #ifdef in unchanged_attrs(). Fixes bug 8268.
2011-06-18 Wayne DavisonMake daemon-exclude errors more error-like.
2011-06-04 Wayne DavisonOnly skip deletions on IOERR_GENERAL. Fixes bug 7809.
2011-05-30 Wayne DavisonFix unwritable directory issue due to misordered chmod...
2011-03-26 Wayne DavisonTweak dir xattrs after the writability fudging.
2011-03-26 Wayne DavisonAvoid re-setting (and sending) xattrs on a hard-linked...
2011-01-30 Matt McCutchenAvoid changing file_extra_cnt during deletion.
2011-01-30 Wayne DavisonSome minor variable and flag cleanup.
2011-01-02 Wayne DavisonAvoid directory permission issues with --fake-super.
2011-01-01 Wayne DavisonItemize xattrs of a missing dir from an alt-dest dir.
2010-12-18 Wayne DavisonFix issues with unchanged_attrs() for symlinks.
2010-08-26 Wayne DavisonAdd --omit-link-times and use CAN_SET_SYMLINK_TIMES...
2010-08-21 Wayne DavisonAvoid infinite loop if the file's length is negative.
2010-06-26 Wayne DavisonI like braces when multiple lines are indented.
2010-06-26 Wayne DavisonOutput list-only sizes using any human-readable setting.
2010-06-05 Wayne DavisonFix daemon-filter crash issue (bug 7489).
2010-04-24 Matt McCutchenIn "ignoring unsafe symlink" messages, show only the...
2010-01-02 Wayne DavisonMore --timeout improvements, especially for the receivi...
2009-12-19 Wayne DavisonImprove --timeout method to take into account all I...
2009-11-29 Wayne DavisonDon't (wrongly) retouch dir permissions with --fake...
2009-10-27 Wayne DavisonGet rid of some unneeded externs.
2009-10-26 Wayne DavisonFix %b and %c so that they count per-transfer bytes...
2009-09-12 Wayne DavisonPass "new_mode" to set_acl() and change its return...
2009-09-07 Wayne DavisonAdd support for transferring & setting nsec time values.
2009-09-07 Wayne DavisonAlways use lutimes() if it is available.
2009-09-02 Wayne DavisonHave --fake-super turn a symlink into a file when
2009-09-02 Wayne DavisonBetter compiling if SUPPORT_LINKS is not defined.
2009-08-29 Wayne DavisonCreate non-transferred files in a more atomic manner:
2009-08-22 Wayne DavisonHave the sender use dead time to pad out the file list.
2009-05-23 Wayne DavisonUse typedefs for the filter structures.
2009-04-26 Wayne DavisonChange sending/receiving/storing of the rdev value...
2009-04-12 Wayne DavisonFixed the use of --xattrs with --only-write-batch.
next