summaryrefslogtreecommitdiff
path: root/generator.c
Commit message (Expand)AuthorAgeFilesLines
* Fix hard-link bugs when receiver isn't capable.Wayne Davison2014-06-131-21/+20
* Added a flag to disable xattr hlink optimization.Wayne Davison2014-06-081-1/+4
* Make --omit-dir-times avoid early-create directories.Wayne Davison2014-05-251-0/+2
* Check F_IS_ACTIVE() in a few more spots.Wayne Davison2014-04-201-2/+12
* Change args to file_checksum() to prepare for future changes.Wayne Davison2014-04-191-1/+1
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Undo the hard-link xattr optimization in 78286a03.Wayne Davison2014-01-191-3/+1
* Fix itemize bug with --link-dest, -X, and -n.Wayne Davison2013-11-251-4/+8
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Free ACL/xattr info in try_dests_reg() loop.Wayne Davison2013-01-191-1/+3
* Add free_stat_x() inline function.Wayne Davison2013-01-191-17/+2
* Further improve non-empty-destination --link-dest behavior:Wayne Davison2013-01-191-3/+13
* Remove -3 return from try_dests_reg() again -- let it do a local copyWayne Davison2013-01-191-9/+2
* Improve handling of existing files for alt-dest opts.Wayne Davison2013-01-181-8/+27
* Fix --only-write-batch hang with --hard-links.Wayne Davison2012-01-281-1/+2
* Allow --max-size=0 and --min-size=0.Wayne Davison2011-12-241-6/+8
* Avoid double-free of xattr/acl data in real_sx.Wayne Davison2011-12-161-2/+4
* make repeated --fuzzy option look into alt-dest dirs.Wayne Davison2011-11-231-50/+84
* Let's cast getpid() to an int instead of a long for snprintf().Wayne Davison2011-10-081-1/+1
* Dirs need +rx as well as +w for non-super xfers.Wayne Davison2011-09-031-5/+6
* Handle FES_NO_SEND properly on a hard-linked file.Wayne Davison2011-07-041-1/+7
* Fix #ifdef in unchanged_attrs(). Fixes bug 8268.Wayne Davison2011-06-261-1/+1
* Make daemon-exclude errors more error-like.Wayne Davison2011-06-181-1/+1
* Only skip deletions on IOERR_GENERAL. Fixes bug 7809.Wayne Davison2011-06-041-1/+1
* Fix unwritable directory issue due to misordered chmod call.Wayne Davison2011-05-301-8/+8
* Tweak dir xattrs after the writability fudging.Wayne Davison2011-03-261-7/+8
* Avoid re-setting (and sending) xattrs on a hard-linked file w/the same xattrs.Wayne Davison2011-03-261-2/+4
* Avoid changing file_extra_cnt during deletion.Matt McCutchen2011-01-291-10/+1
* Some minor variable and flag cleanup.Wayne Davison2011-01-291-3/+1
* Avoid directory permission issues with --fake-super.Wayne Davison2011-01-011-3/+10
* Itemize xattrs of a missing dir from an alt-dest dir.Wayne Davison2011-01-011-3/+6
* Fix issues with unchanged_attrs() for symlinks.Wayne Davison2010-12-181-16/+74
* Add --omit-link-times and use CAN_SET_SYMLINK_TIMES less.Wayne Davison2010-08-261-12/+6
* Avoid infinite loop if the file's length is negative.Wayne Davison2010-08-211-0/+6
* I like braces when multiple lines are indented.Wayne Davison2010-06-261-1/+2
* Output list-only sizes using any human-readable setting.Wayne Davison2010-06-261-2/+2
* Fix daemon-filter crash issue (bug 7489).Wayne Davison2010-06-041-1/+1
* In "ignoring unsafe symlink" messages, show only the file-list path.Matt McCutchen2010-04-241-2/+4
* More --timeout improvements, especially for the receiving side:Wayne Davison2010-01-021-3/+3
* Improve --timeout method to take into account all I/O that is going on.Wayne Davison2009-12-191-10/+3
* Don't (wrongly) retouch dir permissions with --fake-super.Wayne Davison2009-11-281-2/+5
* Get rid of some unneeded externs.Wayne Davison2009-10-271-1/+0
* Fix %b and %c so that they count per-transfer bytes again.Wayne Davison2009-10-251-1/+1
* Pass "new_mode" to set_acl() and change its return values.Wayne Davison2009-09-121-2/+2
* Add support for transferring & setting nsec time values.Wayne Davison2009-09-071-1/+1
* Always use lutimes() if it is available.Wayne Davison2009-09-071-2/+2
* Have --fake-super turn a symlink into a file whenWayne Davison2009-09-021-2/+2
* Better compiling if SUPPORT_LINKS is not defined.Wayne Davison2009-09-021-4/+11
* Create non-transferred files in a more atomic manner:Wayne Davison2009-08-291-32/+78
* Have the sender use dead time to pad out the file list.Wayne Davison2009-08-221-3/+7