summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-11Preparing for release of 3.0.5pre1v3.0.5pre1Wayne Davison4-11/+11
2008-10-11Mention the latest NEWS.Wayne Davison1-1/+13
2008-10-11Fixed a glitch when using -s with a remote-shell daemon.Wayne Davison1-1/+1
2008-10-11Don't lookup address "0.0.0.0" when we're a remote-shell daemon.Wayne Davison1-0/+3
2008-10-11Fixed send_protected_args() to send "." in place of an empty arg.Wayne Davison1-2/+5
2008-10-11Added a fully atomic update if the user has setup a symlinkWayne Davison1-24/+56
2008-10-10Fix the error message on one of the rename operations.Wayne Davison1-1/+1
2008-09-26Remove bogus "non-empty" qualifier in '*' discussion.Wayne Davison2-1/+18
2008-09-26Properly ignore source args on a --read-batch command.Wayne Davison1-2/+2
2008-09-26Fixed skipping of unneeded updates in a batch file when incrementalWayne Davison4-31/+75
2008-09-26Moved the flist_ndx_{push,pop}() routines from io.c into util.c.Wayne Davison3-43/+43
2008-09-26Fix the %P logfile escape inside a chroot.Wayne Davison3-46/+72
2008-09-26Initialize xattr data in a couple spots in the hlink code, which avoidsWayne Davison1-4/+33
2008-09-26Don't send a bogus "-" option to an older server if there wereWayne Davison1-1/+2
2008-09-26Beginning work on a 3.0.5 release.Wayne Davison3-61/+70
2008-09-06Preparing for release of 3.0.4v3.0.4Wayne Davison6-12/+12
2008-09-06A few more improvements and a mention of the latest fix.Wayne Davison1-4/+9
2008-09-03Changed some "rsync" commands into proper "$RSYNC" commands.Wayne Davison1-5/+5
2008-09-01Made human_num() and human_dnum() able to output negative numbers.Wayne Davison2-19/+45
2008-08-31Got rid of the check_for_io_err code, as it could cause a hang.Wayne Davison5-36/+2
2008-08-24Some minor improvements to the flushing code to try to make itWayne Davison1-40/+48
2008-08-24Make the !flist_eof assumption explicit before the check_for_io_errWayne Davison1-1/+1
2008-08-17Added /support/savetransfer to .gitignore.Wayne Davison1-0/+1
2008-08-17An improved RERR_PARTIAL message.Wayne Davison2-1/+3
2008-08-14Changed flist_for_ndx() to optionally die with an errorWayne Davison5-46/+45
2008-08-10Made an error of readlink_stat() use the right function name.Wayne Davison1-1/+1
2008-08-08Make sure that the hlink node->data allocation doesn't fail.Wayne Davison1-1/+2
2008-08-05Improved a couple NEWS items.Wayne Davison1-2/+5
2008-08-02Preparing for release of 3.0.4pre2v3.0.4pre2Wayne Davison4-9/+9
2008-08-02Tweaked the symlink iconv buffer size and fixed a comment.Wayne Davison1-4/+4
2008-08-02When using --iconv, if a server-side receiver can't convert a filename,Wayne Davison5-2/+12
2008-08-02Refer to the symlink's contents as "symlink data", not "symlink name".Wayne Davison1-4/+4
2008-08-02Added logic to the receiving side to ensure that the --delete-duringWayne Davison5-1/+35
2008-08-02Skip new symlink conversion step if the remote rsync is notWayne Davison3-3/+28
2008-08-01The --iconv option now converts the content of a symlink too.Wayne Davison2-19/+97
2008-08-01Fixed a problem with checking for the '.' dir in the first fileWayne Davison2-2/+5
2008-08-01Fixed a couple minor problems in util.c:Wayne Davison1-3/+7
2008-08-01Properly handle a failure to create a partial directory, which isWayne Davison2-8/+20
2008-07-31Output an FERROR* for a general io_error, and an FWARNING for otherWayne Davison5-10/+12
2008-07-30Mention a missing sender-side hash improvment that went out in 3.0.0.Wayne Davison1-0/+5
2008-07-29Make hard-linking work when a device has an st_dev of 0.Wayne Davison2-2/+5
2008-07-28Mention some mount options that can interfere with --link-dest.Wayne Davison1-0/+5
2008-07-28Back-porting some manpage improvements.Wayne Davison2-33/+40
2008-07-24Preparing for release of 3.0.4pre1v3.0.4pre1Wayne Davison4-11/+11
2008-07-24Fixed the --fake-super test in the xattrs testsuite when there areWayne Davison3-7/+11
2008-07-23Fixed the timeout/flush loop-check logic to work properly withWayne Davison2-11/+20
2008-07-23Don't interrupt the make if a generated build file didn't really change.Wayne Davison3-11/+39
2008-07-23A couple xattr fixes for --fake-super.Wayne Davison2-3/+10
2008-07-23If the user specifies --protocol=29, rsync will avoid sending an -eWayne Davison2-14/+25
2008-07-23Pass --branch option to patch-update script.Wayne Davison1-3/+3