Improve write-only --sender check & handle 2 new options.
[rsync.git] / generator.c
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.
2009-04-11 Wayne DavisonMore backup improvements:
2009-03-13 Wayne DavisonMy version of Matt's improvements related to missing...
2009-03-13 Wayne DavisonMake missing args governed by protect filters, not...
2009-03-07 Wayne DavisonMade --list-only output missing args as a "*missing...
2009-02-28 Wayne DavisonAdded the --delete-missing-args option to delete specified
2009-01-17 Wayne DavisonFixed the delete statistics with --delete-delay and...
2009-01-17 Wayne DavisonFixed a hang in the inc_recurse batch-reading code.
2009-01-03 Wayne DavisonUpdate the copyright year.
2009-01-03 Wayne DavisonMake delete_item() public, moving it into delete.c.
2009-01-03 Wayne DavisonAdded init_stat_x() to avoid duplication of acl/xattr...
2008-11-10 Matt McCutchenAdd flist_find_ignore_dirness() and change delete_in_di...
2008-09-27 Wayne DavisonEnhanced the --stats output:
2008-09-24 Wayne DavisonFixed skipping of unneeded updates in a batch file...
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-01 Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-08-31 Wayne DavisonImproved the fix that ensures that the generator gets...
2008-08-24 Wayne DavisonMake the !flist_eof assumption explicit before the...
2008-08-14 Wayne DavisonChanged flist_for_ndx() to optionally die with an error
2008-08-02 Wayne DavisonAdded logic to the receiving side to ensure that the...
2008-07-31 Wayne DavisonOutput an FERROR* for a general io_error, and an FWARNI...
2008-07-21 Wayne DavisonInclude the array-size in array externs so that IBM...
2008-07-21 Wayne DavisonChanged the chksum debug flag to deltasum.
2008-07-18 Wayne DavisonUse big_num() in a few more places.
2008-07-17 Wayne DavisonChanged human_num() to big_num() with an extra arg...
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-07-14 Wayne DavisonFixed the timeout/flush loop-check logic to work proper...
2008-06-26 Wayne DavisonFixed a problem with a file descriptor being left open...
2008-06-23 Wayne DavisonFixed the sending of large files with older rsync versi...
2008-06-13 Wayne DavisonFix the problem with setting xattrs on a directory...
2008-06-09 Wayne DavisonHandle a solo_file of a directory for --delete-during.
2008-06-09 Wayne DavisonFixed an "Internal abbrev error" when dealing with...
2008-05-31 Wayne DavisonMake sure the generator doesn't try to send a negative...
2008-05-22 Wayne DavisonA cuple more fixes for --xattrs combined with --backup...
2008-05-17 Wayne DavisonFixed several issues with preserving xattrs when using...
2008-05-17 Wayne DavisonPreserve the right errno value when trying adjunct...
2008-04-16 Wayne DavisonDon't allow '.' dir to be excluded by the daemon's...
2008-03-28 Wayne DavisonDump an extraneous empty line.
2008-03-26 Wayne DavisonEnsure that a per-dir merge file is also loaded from...
next