Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-08 | Preparing for release of 3.0.6v3.0.6 | Wayne Davison | 6 | -12/+12 | |
2009-05-07 | Fix typo pointed out by Chris Pepper. | Wayne Davison | 1 | -1/+1 | |
2009-05-05 | Move the description of include/exclude modifiers to a better place | Matt McCutchen | 1 | -34/+34 | |
in the man page. | |||||
2009-04-27 | Clarify which options are transfer rules, and what that means. | Wayne Davison | 1 | -3/+24 | |
2009-04-26 | Change sending/receiving/storing of the rdev value for special files. | Wayne Davison | 4 | -15/+31 | |
Since the value is not needed, the (superfluous) sending of the value is optimized so that a valid rdev value is sent as efficiently as possible. The receiver no longer caches an rdev value for special files, and the generator will always pass a 0 rdev value to do_mknod() for special files. Fixes bug #6280. | |||||
2009-04-13 | Clarify the read-batch fix. | Wayne Davison | 1 | -1/+2 | |
2009-04-12 | Preparing for release of 3.0.6pre1v3.0.6pre1 | Wayne Davison | 4 | -11/+11 | |
2009-04-12 | Changed the commands used to "make gen" without any stoppage. | Wayne Davison | 1 | -2/+3 | |
2009-04-12 | Don't allow --remove-s*-files with --read-batch. | Wayne Davison | 2 | -0/+9 | |
2009-04-12 | Fixed the use of --xattrs with --only-write-batch. | Wayne Davison | 4 | -6/+7 | |
2009-04-10 | Allow a "make reconfigure" to continue, even if the Makefile changes. | Wayne Davison | 1 | -2/+6 | |
2009-04-10 | Fixed an ACL/xattr corruption issue where the --backup option could cause | Wayne Davison | 4 | -6/+88 | |
rsync to associate the wrong ACL/xattr information with received files. | |||||
2009-04-09 | Don't try to simplify an ACL that has a mask w/o any named values. | Wayne Davison | 2 | -9/+5 | |
2009-04-07 | Some improvements to the rsync.yo manpage: | Wayne Davison | 1 | -3/+9 | |
- Mention the switch from MD4 to MD5. - Mention the default for the --log-file-format option. | |||||
2009-04-04 | Make sure that config.h.in is up-to-date before allowing the | Wayne Davison | 1 | -6/+2 | |
Makefile-updating rule to run ./config.status. | |||||
2009-04-04 | Fixed --dry-run with --read-batch: | Wayne Davison | 2 | -13/+18 | |
- Avoid sending MSG_NO_SEND to the generator. - Check if the file is wanted before discarding the batched data. | |||||
2009-03-31 | Fixed improper deletion of mount-point hierarchies. | Wayne Davison | 2 | -1/+5 | |
Fixes bug #6240. | |||||
2009-03-31 | Fixed a word ending that Jesse Weinstein and revamp some of the text | Wayne Davison | 1 | -15/+14 | |
to make it clearer. | |||||
2009-03-29 | Make symlink iconv work for a local copy. | Wayne Davison | 2 | -1/+3 | |
Fixes issue mention in bug #5615. | |||||
2009-03-13 | Give a meaningful error message when we fail to write to a batch file. | Matt McCutchen | 1 | -6/+20 | |
2009-03-06 | Simplify an "if" in ssh-basic.test. Fixes bug #6169; | Wayne Davison | 1 | -1/+1 | |
2009-03-03 | Mention the fix to --safe-links/--copy-unsafe-links. | Wayne Davison | 1 | -0/+3 | |
2009-03-03 | Improved the unsafe_symlink() code to not get fooled by extra '/' chars | Wayne Davison | 2 | -56/+59 | |
in the symlink's path. Added test cases. This fixes bug #6151. | |||||
2009-03-03 | Make the backup code call unsafe_symlink() correctly. | Wayne Davison | 1 | -1/+1 | |
2009-02-14 | Mention vanishing-directory fix. | Wayne Davison | 1 | -0/+3 | |
2009-02-14 | Handle a link_stat() failure with errno ENOENT as a vanished file. | Wayne Davison | 1 | -7/+19 | |
2009-02-14 | Mention the latest configure fixes. | Wayne Davison | 1 | -2/+3 | |
2009-02-14 | Added --disable-iconv-open option for configure to turn off all use | Wayne Davison | 2 | -2/+11 | |
of the iconv_open() function. Implies --disable-iconv (which turns off the --iconv option). Fixes bug #6107. | |||||
2009-02-14 | Moved the --disable-debug check sooner in configure.in so that it | Wayne Davison | 1 | -18/+16 | |
happens prior to checking for the compiler. Switched no-debug code to setting ac_cv_prog_cc_g=no. Fixes bug #6106. | |||||
2009-02-04 | Ensure that the sender turns off any msg_fd_in use earlier. | Wayne Davison | 3 | -1/+5 | |
This avoids a problem where an extra message from the sender could give the generator time to start sending data that will not be understood by the sender's use of read_msg_fd(). | |||||
2009-02-04 | Do not try to send a symlink with a 0-length value. | Wayne Davison | 2 | -0/+11 | |
This avoids a transfer error in the receiver. | |||||
2009-01-28 | A few more improvements to the hostspec-parsing code. | Wayne Davison | 1 | -7/+8 | |
2009-01-28 | Fixed the parsing of IPv6 literal addresses with a username | Wayne Davison | 2 | -52/+69 | |
prefixed. Fixes bug #6067. | |||||
2009-01-17 | Fixed a hang in the inc_recurse batch-reading code. | Wayne Davison | 3 | -8/+20 | |
2009-01-17 | Handle simultaneous arrival of multiple connections. | Matt McCutchen | 1 | -1/+1 | |
2009-01-17 | Avoid a server-side problem with -e is at the start of the short options. | Wayne Davison | 1 | -1/+2 | |
(Bug #6020) | |||||
2009-01-17 | Fixed bug #6011: use of target in configure. | Wayne Davison | 1 | -2/+2 | |
2009-01-17 | Update the copyright year. | Wayne Davison | 39 | -45/+43 | |
2009-01-17 | Beginning work on a 3.0.6 release. | Wayne Davison | 3 | -56/+70 | |
2008-12-28 | Preparing for release of 3.0.5v3.0.5 | Wayne Davison | 6 | -12/+12 | |
2008-12-28 | Avoid a hang when using at least 3 --verbose options on a transfer with | Wayne Davison | 2 | -0/+7 | |
a client sender (which includes local copying). | |||||
2008-12-27 | Allow opendir() in send_directory() to fail with ENOENT. | Wayne Davison | 2 | -0/+5 | |
2008-11-15 | Make it clearer which configure files changed. | Wayne Davison | 1 | -2/+6 | |
2008-11-15 | Mention a few NEWS items that hadn't been mentioned yet. | Wayne Davison | 1 | -3/+13 | |
2008-11-15 | Preparing for release of 3.0.5pre2v3.0.5pre2 | Wayne Davison | 4 | -9/+9 | |
2008-11-15 | An ftruncate() failure should result in FERROR_XFER. | Wayne Davison | 1 | -5/+4 | |
2008-11-15 | Tweaked the month guess in OLDNEWS. | Wayne Davison | 1 | -1/+1 | |
2008-11-15 | Change clean_fname() to keep "//" at the start for cygwin. | Wayne Davison | 1 | -3/+11 | |
2008-11-15 | Change some size_t vars to ints. | Wayne Davison | 1 | -4/+4 | |
2008-11-11 | Make sparse_seek an OFF_T (pointed out by Pedro Valasco). | Wayne Davison | 1 | -1/+1 | |