summaryrefslogtreecommitdiff
path: root/generator.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2014-01-19Undo the hard-link xattr optimization in 78286a03.Wayne Davison1-3/+1
2013-11-25Fix itemize bug with --link-dest, -X, and -n.Wayne Davison1-4/+8
2013-01-19Update copyright year.Wayne Davison1-1/+1
2013-01-19Free ACL/xattr info in try_dests_reg() loop.Wayne Davison1-1/+3
2013-01-19Add free_stat_x() inline function.Wayne Davison1-17/+2
2013-01-19Further improve non-empty-destination --link-dest behavior:Wayne Davison1-3/+13
2013-01-19Remove -3 return from try_dests_reg() again -- let it do a local copyWayne Davison1-9/+2
2013-01-18Improve handling of existing files for alt-dest opts.Wayne Davison1-8/+27
2012-01-28Fix --only-write-batch hang with --hard-links.Wayne Davison1-1/+2
2011-12-24Allow --max-size=0 and --min-size=0.Wayne Davison1-6/+8
2011-12-16Avoid double-free of xattr/acl data in real_sx.Wayne Davison1-2/+4
2011-11-23make repeated --fuzzy option look into alt-dest dirs.Wayne Davison1-50/+84
2011-10-08Let's cast getpid() to an int instead of a long for snprintf().Wayne Davison1-1/+1
2011-09-03Dirs need +rx as well as +w for non-super xfers.Wayne Davison1-5/+6
2011-07-04Handle FES_NO_SEND properly on a hard-linked file.Wayne Davison1-1/+7
2011-06-26Fix #ifdef in unchanged_attrs(). Fixes bug 8268.Wayne Davison1-1/+1
2011-06-18Make daemon-exclude errors more error-like.Wayne Davison1-1/+1
2011-06-04Only skip deletions on IOERR_GENERAL. Fixes bug 7809.Wayne Davison1-1/+1
2011-05-30Fix unwritable directory issue due to misordered chmod call.Wayne Davison1-8/+8
2011-03-26Tweak dir xattrs after the writability fudging.Wayne Davison1-7/+8
2011-03-26Avoid re-setting (and sending) xattrs on a hard-linked file w/the same xattrs.Wayne Davison1-2/+4
2011-01-29Avoid changing file_extra_cnt during deletion.Matt McCutchen1-10/+1
2011-01-29Some minor variable and flag cleanup.Wayne Davison1-3/+1
2011-01-01Avoid directory permission issues with --fake-super.Wayne Davison1-3/+10
2011-01-01Itemize xattrs of a missing dir from an alt-dest dir.Wayne Davison1-3/+6
2010-12-18Fix issues with unchanged_attrs() for symlinks.Wayne Davison1-16/+74
2010-08-26Add --omit-link-times and use CAN_SET_SYMLINK_TIMES less.Wayne Davison1-12/+6
2010-08-21Avoid infinite loop if the file's length is negative.Wayne Davison1-0/+6
2010-06-26I like braces when multiple lines are indented.Wayne Davison1-1/+2
2010-06-26Output list-only sizes using any human-readable setting.Wayne Davison1-2/+2
2010-06-04Fix daemon-filter crash issue (bug 7489).Wayne Davison1-1/+1
2010-04-24In "ignoring unsafe symlink" messages, show only the file-list path.Matt McCutchen1-2/+4
2010-01-02More --timeout improvements, especially for the receiving side:Wayne Davison1-3/+3
2009-12-19Improve --timeout method to take into account all I/O that is going on.Wayne Davison1-10/+3
2009-11-28Don't (wrongly) retouch dir permissions with --fake-super.Wayne Davison1-2/+5
2009-10-27Get rid of some unneeded externs.Wayne Davison1-1/+0
2009-10-25Fix %b and %c so that they count per-transfer bytes again.Wayne Davison1-1/+1
2009-09-12Pass "new_mode" to set_acl() and change its return values.Wayne Davison1-2/+2
2009-09-07Add support for transferring & setting nsec time values.Wayne Davison1-1/+1
2009-09-07Always use lutimes() if it is available.Wayne Davison1-2/+2
2009-09-02Have --fake-super turn a symlink into a file whenWayne Davison1-2/+2
2009-09-02Better compiling if SUPPORT_LINKS is not defined.Wayne Davison1-4/+11
2009-08-29Create non-transferred files in a more atomic manner:Wayne Davison1-32/+78
2009-08-22Have the sender use dead time to pad out the file list.Wayne Davison1-3/+7
2009-05-23Use typedefs for the filter structures.Wayne Davison1-1/+1
2009-04-26Change sending/receiving/storing of the rdev value for special files.Wayne Davison1-4/+8
2009-04-12Fixed the use of --xattrs with --only-write-batch.Wayne Davison1-1/+1
2009-04-11More backup improvements:Wayne Davison1-19/+10
2009-03-13My version of Matt's improvements related to missing source args:Wayne Davison1-3/+3