Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-11 | A "make reconfigure" doesn't stop if configure changes. | Wayne Davison | 1 | -3/+7 | |
2008-11-10 | Mention Matt's -K --delete fix. | Wayne Davison | 1 | -0/+3 | |
2008-11-10 | Add flist_find_ignore_dirness() and change delete_in_dir() to use it. | Matt McCutchen | 2 | -20/+26 | |
This fixes an issue with -K noticed by eric casteleijn, avoids some inconsistent itemizing when a file/dir is replaced by a dir/file, and removes a now-obsolete chunk of code from make_file(). | |||||
2008-11-09 | Mention the fix for --files-from dot/./paths. | Wayne Davison | 1 | -0/+3 | |
2008-11-09 | Fixed the use of a dot-dir path (foo/./bar) inside of a files-from file. | Wayne Davison | 2 | -3/+33 | |
2008-11-09 | Fixed a bunch of "warn_unused_result" compiler warnings. | Wayne Davison | 7 | -44/+92 | |
2008-11-09 | Mention hang fix in the NEWS. | Wayne Davison | 1 | -0/+2 | |
2008-11-09 | Avoid a potential hang when --remove-*-files is active. | Wayne Davison | 1 | -2/+7 | |
2008-11-02 | The protect filter automatically added with --backup is not perishable | Matt McCutchen | 1 | -1/+1 | |
(see f41152d39396f0672a97268739c333537579404a), so remove the inaccurate "p" from the man page. Noticed by Jacob Balazer: http://lists.samba.org/archive/rsync/2008-November/022022.html | |||||
2008-10-25 | Mention the getnameinfo() fix in the NEWS. | Wayne Davison | 1 | -0/+3 | |
2008-10-25 | Mention rsync's definition of client and server. | Wayne Davison | 1 | -0/+4 | |
2008-10-25 | Fixed our supplied getnameinfo()'s ability to do a reverse lookup, | Wayne Davison | 1 | -6/+3 | |
as reported in bug 5851. | |||||
2008-10-14 | Added another file-list filter to handle odd-ball systems that don't | Wayne Davison | 1 | -2/+3 | |
seem to size their sprintf() fields correctly. | |||||
2008-10-11 | Preparing for release of 3.0.5pre1v3.0.5pre1 | Wayne Davison | 4 | -11/+11 | |
2008-10-11 | Mention the latest NEWS. | Wayne Davison | 1 | -1/+13 | |
2008-10-11 | Fixed a glitch when using -s with a remote-shell daemon. | Wayne Davison | 1 | -1/+1 | |
2008-10-11 | Don't lookup address "0.0.0.0" when we're a remote-shell daemon. | Wayne Davison | 1 | -0/+3 | |
Gets rid of a DNS delay waiting for a lookup failure. | |||||
2008-10-11 | Fixed send_protected_args() to send "." in place of an empty arg. | Wayne Davison | 1 | -2/+5 | |
2008-10-11 | Added a fully atomic update if the user has setup a symlink | Wayne Davison | 1 | -24/+56 | |
to a *-1 or *-2 directory. A few other minor improvements. | |||||
2008-10-10 | Fix the error message on one of the rename operations. | Wayne Davison | 1 | -1/+1 | |
2008-09-26 | Remove bogus "non-empty" qualifier in '*' discussion. | Wayne Davison | 2 | -1/+18 | |
2008-09-26 | Properly ignore source args on a --read-batch command. | Wayne Davison | 1 | -2/+2 | |
2008-09-26 | Fixed skipping of unneeded updates in a batch file when incremental | Wayne Davison | 4 | -31/+75 | |
recursion is active. Added a test for this. Made batch-mode handle redos properly (and without hanging). | |||||
2008-09-26 | Moved the flist_ndx_{push,pop}() routines from io.c into util.c. | Wayne Davison | 3 | -43/+43 | |
2008-09-26 | Fix the %P logfile escape inside a chroot. | Wayne Davison | 3 | -46/+72 | |
2008-09-26 | Initialize xattr data in a couple spots in the hlink code, which avoids | Wayne Davison | 1 | -4/+33 | |
a crash when the xattr pointer's memory happens to start out non-zero. Also fixed the itemizing of an alt-dest file's xattrs when hard-linking. | |||||
2008-09-26 | Don't send a bogus "-" option to an older server if there were | Wayne Davison | 1 | -1/+2 | |
no short options specified. | |||||
2008-09-26 | Beginning work on a 3.0.5 release. | Wayne Davison | 3 | -61/+70 | |
2008-09-06 | Preparing for release of 3.0.4v3.0.4 | Wayne Davison | 6 | -12/+12 | |
2008-09-06 | A few more improvements and a mention of the latest fix. | Wayne Davison | 1 | -4/+9 | |
2008-09-03 | Changed some "rsync" commands into proper "$RSYNC" commands. | Wayne Davison | 1 | -5/+5 | |
2008-09-01 | Made human_num() and human_dnum() able to output negative numbers. | Wayne Davison | 2 | -19/+45 | |
2008-08-31 | Got rid of the check_for_io_err code, as it could cause a hang. | Wayne Davison | 5 | -36/+2 | |
The io_error issue will be fixed in a better way in 3.1.0. | |||||
2008-08-24 | Some minor improvements to the flushing code to try to make it | Wayne Davison | 1 | -40/+48 | |
even more solid. | |||||
2008-08-24 | Make the !flist_eof assumption explicit before the check_for_io_err | Wayne Davison | 1 | -1/+1 | |
code calls wait_for_receiver(). | |||||
2008-08-17 | Added /support/savetransfer to .gitignore. | Wayne Davison | 1 | -0/+1 | |
2008-08-17 | An improved RERR_PARTIAL message. | Wayne Davison | 2 | -1/+3 | |
2008-08-14 | Changed flist_for_ndx() to optionally die with an error | Wayne Davison | 5 | -46/+45 | |
if the index isn't found. | |||||
2008-08-10 | Made an error of readlink_stat() use the right function name. | Wayne Davison | 1 | -1/+1 | |
2008-08-08 | Make sure that the hlink node->data allocation doesn't fail. | Wayne Davison | 1 | -1/+2 | |
2008-08-05 | Improved a couple NEWS items. | Wayne Davison | 1 | -2/+5 | |
2008-08-02 | Preparing for release of 3.0.4pre2v3.0.4pre2 | Wayne Davison | 4 | -9/+9 | |
2008-08-02 | Tweaked the symlink iconv buffer size and fixed a comment. | Wayne Davison | 1 | -4/+4 | |
2008-08-02 | When using --iconv, if a server-side receiver can't convert a filename, | Wayne Davison | 5 | -2/+12 | |
it now outputs the name back to the client without mangling the charset. | |||||
2008-08-02 | Refer to the symlink's contents as "symlink data", not "symlink name". | Wayne Davison | 1 | -4/+4 | |
2008-08-02 | Added logic to the receiving side to ensure that the --delete-during | Wayne Davison | 5 | -1/+35 | |
code will not delete in a directory prior to receiving an I/O error for that directory (or not receiving it, as the case may be). | |||||
2008-08-02 | Skip new symlink conversion step if the remote rsync is not | Wayne Davison | 3 | -3/+28 | |
new enough to do symlink content conversions. | |||||
2008-08-01 | The --iconv option now converts the content of a symlink too. | Wayne Davison | 2 | -19/+97 | |
2008-08-01 | Fixed a problem with checking for the '.' dir in the first file | Wayne Davison | 2 | -2/+5 | |
list that is transferred. This fixes a glitch where a failed --iconv conversion on the receiving side could prevent deletions from happening in the root-dir of the transfer. | |||||
2008-08-01 | Fixed a couple minor problems in util.c: | Wayne Davison | 1 | -3/+7 | |
- Make sure that handle_partial_dir() never returns a truncated fname. - Make robust_rename() return that it failed to do a cross-device copy if the partial-dir could not be created. |