Wayne Davison
7221063019
Preparing for release of 3.0.5
v3.0.5
2008-12-28 18:02:17 -08:00
Wayne Davison
b64ae8b3b4
Avoid a hang when using at least 3 --verbose options on a transfer with
...
a client sender (which includes local copying).
2008-12-28 17:51:36 -08:00
Wayne Davison
9938bad34a
Allow opendir() in send_directory() to fail with ENOENT.
2008-12-27 11:22:02 -08:00
Wayne Davison
1ff3e90507
Make it clearer which configure files changed.
2008-11-15 15:32:02 -08:00
Wayne Davison
b292021e45
Mention a few NEWS items that hadn't been mentioned yet.
2008-11-15 15:25:30 -08:00
Wayne Davison
13e40ca0c6
Preparing for release of 3.0.5pre2
v3.0.5pre2
2008-11-15 14:55:30 -08:00
Wayne Davison
8e85627fb3
An ftruncate() failure should result in FERROR_XFER.
2008-11-15 14:49:28 -08:00
Wayne Davison
d552250fbb
Tweaked the month guess in OLDNEWS.
2008-11-15 14:38:14 -08:00
Wayne Davison
5436b64557
Change clean_fname() to keep "//" at the start for cygwin.
2008-11-15 14:17:49 -08:00
Wayne Davison
b325dd0326
Change some size_t vars to ints.
2008-11-15 13:29:03 -08:00
Wayne Davison
49818a8378
Make sparse_seek an OFF_T (pointed out by Pedro Valasco).
2008-11-11 18:06:50 -08:00
Wayne Davison
af03a7049c
A "make reconfigure" doesn't stop if configure changes.
2008-11-11 15:55:53 -08:00
Wayne Davison
e401b30403
Mention Matt's -K --delete fix.
2008-11-10 07:48:00 -08:00
Matt McCutchen
e512826786
Add flist_find_ignore_dirness() and change delete_in_dir() to use it.
...
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-10 07:46:41 -08:00
Wayne Davison
ccdc2efd67
Mention the fix for --files-from dot/./paths.
2008-11-09 21:48:21 -08:00
Wayne Davison
b8a1fd6404
Fixed the use of a dot-dir path (foo/./bar) inside of a files-from file.
2008-11-09 21:39:08 -08:00
Wayne Davison
3082dffbe2
Fixed a bunch of "warn_unused_result" compiler warnings.
2008-11-09 18:55:14 -08:00
Wayne Davison
42130f9cb0
Mention hang fix in the NEWS.
2008-11-09 18:07:30 -08:00
Wayne Davison
c6c339cd18
Avoid a potential hang when --remove-*-files is active.
2008-11-09 18:02:11 -08:00
Matt McCutchen
6767ca617b
The protect filter automatically added with --backup is not perishable
...
(see f41152d393 ), so remove the inaccurate
"p" from the man page. Noticed by Jacob Balazer:
http://lists.samba.org/archive/rsync/2008-November/022022.html
2008-11-02 20:53:01 -08:00
Wayne Davison
7d9e30d383
Mention the getnameinfo() fix in the NEWS.
2008-10-25 09:47:08 -07:00
Wayne Davison
3f81ad6060
Mention rsync's definition of client and server.
2008-10-25 09:44:21 -07:00
Wayne Davison
723e9f856d
Fixed our supplied getnameinfo()'s ability to do a reverse lookup,
...
as reported in bug 5851.
2008-10-25 08:39:41 -07:00
Wayne Davison
9189e41f6e
Added another file-list filter to handle odd-ball systems that don't
...
seem to size their sprintf() fields correctly.
2008-10-14 07:27:56 -07:00
Wayne Davison
6f6f9d1020
Preparing for release of 3.0.5pre1
v3.0.5pre1
2008-10-11 11:41:05 -07:00
Wayne Davison
a76ba8b425
Mention the latest NEWS.
2008-10-11 11:40:40 -07:00
Wayne Davison
b8fd528794
Fixed a glitch when using -s with a remote-shell daemon.
2008-10-11 11:14:43 -07:00
Wayne Davison
0ea5d30479
Don't lookup address "0.0.0.0" when we're a remote-shell daemon.
...
Gets rid of a DNS delay waiting for a lookup failure.
2008-10-11 11:13:43 -07:00
Wayne Davison
cf1b292201
Fixed send_protected_args() to send "." in place of an empty arg.
2008-10-11 10:16:47 -07:00
Wayne Davison
f3721ed133
Added a fully atomic update if the user has setup a symlink
...
to a *-1 or *-2 directory. A few other minor improvements.
2008-10-11 09:29:23 -07:00
Wayne Davison
b1220d62f4
Fix the error message on one of the rename operations.
2008-10-10 06:55:21 -07:00
Wayne Davison
5df89a1a44
Remove bogus "non-empty" qualifier in '*' discussion.
2008-09-26 21:47:53 -07:00
Wayne Davison
d47ac91209
Properly ignore source args on a --read-batch command.
2008-09-26 21:34:40 -07:00
Wayne Davison
7c573428a9
Fixed skipping of unneeded updates in a batch file when incremental
...
recursion is active. Added a test for this. Made batch-mode handle
redos properly (and without hanging).
2008-09-26 21:32:43 -07:00
Wayne Davison
f7e65c7b61
Moved the flist_ndx_{push,pop}() routines from io.c into util.c.
2008-09-26 21:21:52 -07:00
Wayne Davison
fe62d30de8
Fix the %P logfile escape inside a chroot.
2008-09-26 21:19:51 -07:00
Wayne Davison
494895fb4b
Initialize xattr data in a couple spots in the hlink code, which avoids
...
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 21:10:58 -07:00
Wayne Davison
ac68345a34
Don't send a bogus "-" option to an older server if there were
...
no short options specified.
2008-09-26 21:09:41 -07:00
Wayne Davison
6a9ade2ded
Beginning work on a 3.0.5 release.
2008-09-26 21:07:56 -07:00
Wayne Davison
d596d389fe
Preparing for release of 3.0.4
v3.0.4
2008-09-06 09:32:26 -07:00
Wayne Davison
bc2337717e
A few more improvements and a mention of the latest fix.
2008-09-06 08:03:52 -07:00
Wayne Davison
3df40f044a
Changed some "rsync" commands into proper "$RSYNC" commands.
2008-09-03 12:14:13 -07:00
Wayne Davison
d11a5b80c1
Made human_num() and human_dnum() able to output negative numbers.
2008-09-01 13:25:41 -07:00
Wayne Davison
deea1f70bd
Got rid of the check_for_io_err code, as it could cause a hang.
...
The io_error issue will be fixed in a better way in 3.1.0.
2008-08-31 09:51:29 -07:00
Wayne Davison
a91e678324
Some minor improvements to the flushing code to try to make it
...
even more solid.
2008-08-24 13:39:44 -07:00
Wayne Davison
25a22d8501
Make the !flist_eof assumption explicit before the check_for_io_err
...
code calls wait_for_receiver().
2008-08-24 12:33:22 -07:00
Wayne Davison
fac9e234ae
Added /support/savetransfer to .gitignore.
2008-08-17 09:28:06 -07:00
Wayne Davison
f3d87ee972
An improved RERR_PARTIAL message.
2008-08-17 09:25:34 -07:00
Wayne Davison
9bed85542c
Changed flist_for_ndx() to optionally die with an error
...
if the index isn't found.
2008-08-14 07:32:18 -07:00
Wayne Davison
5b979530a7
Made an error of readlink_stat() use the right function name.
2008-08-10 07:31:45 -07:00