summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-08Preparing for release of 3.0.6v3.0.6Wayne Davison6-12/+12
2009-05-07Fix typo pointed out by Chris Pepper.Wayne Davison1-1/+1
2009-05-05Move the description of include/exclude modifiers to a better placeMatt McCutchen1-34/+34
2009-04-27Clarify which options are transfer rules, and what that means.Wayne Davison1-3/+24
2009-04-26Change sending/receiving/storing of the rdev value for special files.Wayne Davison4-15/+31
2009-04-13Clarify the read-batch fix.Wayne Davison1-1/+2
2009-04-12Preparing for release of 3.0.6pre1v3.0.6pre1Wayne Davison4-11/+11
2009-04-12Changed the commands used to "make gen" without any stoppage.Wayne Davison1-2/+3
2009-04-12Don't allow --remove-s*-files with --read-batch.Wayne Davison2-0/+9
2009-04-12Fixed the use of --xattrs with --only-write-batch.Wayne Davison4-6/+7
2009-04-10Allow a "make reconfigure" to continue, even if the Makefile changes.Wayne Davison1-2/+6
2009-04-10Fixed an ACL/xattr corruption issue where the --backup option could causeWayne Davison4-6/+88
2009-04-09Don't try to simplify an ACL that has a mask w/o any named values.Wayne Davison2-9/+5
2009-04-07Some improvements to the rsync.yo manpage:Wayne Davison1-3/+9
2009-04-04Make sure that config.h.in is up-to-date before allowing theWayne Davison1-6/+2
2009-04-04Fixed --dry-run with --read-batch:Wayne Davison2-13/+18
2009-03-31Fixed improper deletion of mount-point hierarchies.Wayne Davison2-1/+5
2009-03-31Fixed a word ending that Jesse Weinstein and revamp some of the textWayne Davison1-15/+14
2009-03-29Make symlink iconv work for a local copy.Wayne Davison2-1/+3
2009-03-13Give a meaningful error message when we fail to write to a batch file.Matt McCutchen1-6/+20
2009-03-06Simplify an "if" in ssh-basic.test. Fixes bug #6169;Wayne Davison1-1/+1
2009-03-03Mention the fix to --safe-links/--copy-unsafe-links.Wayne Davison1-0/+3
2009-03-03Improved the unsafe_symlink() code to not get fooled by extra '/' charsWayne Davison2-56/+59
2009-03-03Make the backup code call unsafe_symlink() correctly.Wayne Davison1-1/+1
2009-02-14Mention vanishing-directory fix.Wayne Davison1-0/+3
2009-02-14Handle a link_stat() failure with errno ENOENT as a vanished file.Wayne Davison1-7/+19
2009-02-14Mention the latest configure fixes.Wayne Davison1-2/+3
2009-02-14Added --disable-iconv-open option for configure to turn off all useWayne Davison2-2/+11
2009-02-14Moved the --disable-debug check sooner in configure.in so that itWayne Davison1-18/+16
2009-02-04Ensure that the sender turns off any msg_fd_in use earlier.Wayne Davison3-1/+5
2009-02-04Do not try to send a symlink with a 0-length value.Wayne Davison2-0/+11
2009-01-28A few more improvements to the hostspec-parsing code.Wayne Davison1-7/+8
2009-01-28Fixed the parsing of IPv6 literal addresses with a usernameWayne Davison2-52/+69
2009-01-17Fixed a hang in the inc_recurse batch-reading code.Wayne Davison3-8/+20
2009-01-17Handle simultaneous arrival of multiple connections.Matt McCutchen1-1/+1
2009-01-17Avoid a server-side problem with -e is at the start of the short options.Wayne Davison1-1/+2
2009-01-17Fixed bug #6011: use of target in configure.Wayne Davison1-2/+2
2009-01-17Update the copyright year.Wayne Davison39-45/+43
2009-01-17Beginning work on a 3.0.6 release.Wayne Davison3-56/+70
2008-12-28Preparing for release of 3.0.5v3.0.5Wayne Davison6-12/+12
2008-12-28Avoid a hang when using at least 3 --verbose options on a transfer withWayne Davison2-0/+7
2008-12-27Allow opendir() in send_directory() to fail with ENOENT.Wayne Davison2-0/+5
2008-11-15Make it clearer which configure files changed.Wayne Davison1-2/+6
2008-11-15Mention a few NEWS items that hadn't been mentioned yet.Wayne Davison1-3/+13
2008-11-15Preparing for release of 3.0.5pre2v3.0.5pre2Wayne Davison4-9/+9
2008-11-15An ftruncate() failure should result in FERROR_XFER.Wayne Davison1-5/+4
2008-11-15Tweaked the month guess in OLDNEWS.Wayne Davison1-1/+1
2008-11-15Change clean_fname() to keep "//" at the start for cygwin.Wayne Davison1-3/+11
2008-11-15Change some size_t vars to ints.Wayne Davison1-4/+4
2008-11-11Make sparse_seek an OFF_T (pointed out by Pedro Valasco).Wayne Davison1-1/+1