Wayne Davison
559bd2ff31
Tweak the year.
2011-01-01 11:51:29 -08:00
Wayne Davison
485a40318c
Protect a remote filename that starts with a dash.
2010-12-23 22:08:34 -08:00
Wayne Davison
ede8cae34b
Tweak some apostrophes to make editor highlighting less problematic.
2010-12-19 09:11:46 -08:00
Wayne Davison
58ab32037d
Optimize --inplace chunck search to avoid a non-aligned search.
2010-12-18 08:27:03 -08:00
Wayne Davison
00cde6582c
Mention seek effect of an unmoved --inplace chunk.
2010-12-18 08:17:03 -08:00
Wayne Davison
e6ba6e1107
Improve description of --chmod example.
2010-12-18 08:13:52 -08:00
Wayne Davison
efad2e85ea
Fix crash when --backup-dir is excessively long.
2010-12-16 22:20:10 -08:00
Wayne Davison
c463617443
Some quoting fixes/improvements.
2010-09-06 08:42:02 -07:00
Wayne Davison
6abb59adf6
If we create an off_t type, define SIZEOF_OFF_T.
2010-09-06 08:26:50 -07:00
Wayne Davison
d79bc5c791
Fix rsync_xal_set reference in an error.
2010-09-06 08:09:20 -07:00
Wayne Davison
10cd07c225
Avoid infinite loop if the file's length is negative.
...
Fixes bug 4664.
2010-09-06 08:05:26 -07:00
Wayne Davison
62e9eb7bc2
Mention need of wildcard support in make.
...
See bug 7625.
2010-08-28 18:05:20 -07:00
Wayne Davison
de20d72541
Remove duplication for -x option.
2010-08-28 18:04:09 -07:00
Wayne Davison
f8cd1c4730
A couple more NEWS items.
2010-07-03 09:30:44 -07:00
Wayne Davison
5de3fe19b6
Always use lchmod() if it is available.
2010-07-03 09:22:50 -07:00
Wayne Davison
0ac2d243bf
Mention what -XX (repeated --xattrs) does.
2010-07-03 09:22:13 -07:00
Matt McCutchen
14556a30b3
Document the "copy-some-dirlinks" trick in the man page.
...
Originally explained at:
http://lists.samba.org/archive/rsync/2006-February/014838.html
2010-07-03 09:21:10 -07:00
Matt McCutchen
8c1f2d53ec
Fix erroneous "--fake-user" in the rsyncd.conf(5) man page.
2010-07-03 09:20:07 -07:00
Matt McCutchen
f532cede11
In "ignoring unsafe symlink" messages, show only the file-list path.
...
Rsync was showing the full destination path, which was confusing because
nothing is created at that path and was especially bogus in combination
with the source name of a solo file.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506830
2010-07-03 09:19:01 -07:00
Wayne Davison
05022e00a2
More NEWS.
2010-07-03 08:56:09 -07:00
Wayne Davison
24a743b565
If a module has no path setting, return an error.
2010-07-03 08:54:40 -07:00
Wayne Davison
e36f5c9f6c
Mention latest changes.
2010-07-03 08:49:46 -07:00
Wayne Davison
c9c3215698
Refer to the right lsetxattr() caller in a error message.
2010-07-03 08:47:02 -07:00
Wayne Davison
dbfde9e50a
Fix compression-ignoring of upper-case suffixes.
...
Fixes bug 7512.
2010-07-03 08:47:02 -07:00
Wayne Davison
1cdb5e1c86
Fix a couple socketpair_tcp() issues (see bug 7514).
2010-07-03 08:47:02 -07:00
Wayne Davison
24afdc500a
Fix a typo that Andrea Gelmini pointed out.
2010-07-03 08:40:23 -07:00
Wayne Davison
303759b803
Get rid of trailing whitespace.
2010-07-03 08:40:23 -07:00
Matt McCutchen
a699f7c6af
Man page description of --xattrs should not assume a push.
2010-07-03 08:37:25 -07:00
Wayne Davison
a250fa251b
More manpage improvements.
2010-07-03 08:35:44 -07:00
Matt McCutchen
e44aa644c2
Amplify the man page description of --hard-links (see bug 3693), and
...
improve that of --inplace while I'm at it.
2010-07-03 08:33:24 -07:00
Wayne Davison
ef67c238b5
Reject passing an arg to an option that doesn't take one (bug 6915).
...
Based on a patch by Matt, but further tweaked to deal with -q=foo.
2010-07-03 08:27:38 -07:00
Wayne Davison
111599be2b
Mention 2010 in the main copyright.
2010-07-03 08:24:58 -07:00
Wayne Davison
8e918e1861
Make an empty-string dest-dir the same as "." again.
2010-07-03 08:23:31 -07:00
Wayne Davison
0874fc4872
Setup for 3.0.8dev.
2010-06-30 09:19:01 -07:00
Wayne Davison
55dbbdeafe
Fixed inconsistencies reported by packaging/var-checker.
2010-06-30 09:17:26 -07:00
Wayne Davison
cbd27d5e18
Update support/rrsync and some packaging/* scripts.
2010-06-30 09:17:13 -07:00
Matt McCutchen
178ccdde7d
Rename configure.in to configure.ac, the current autoconf standard.
2010-06-30 08:29:48 -07:00
Wayne Davison
e51bb8f330
Write out the right compat_flags value into the batch file.
2010-06-26 16:14:15 -07:00
Wayne Davison
6d9207bd38
Turn some asserts into descriptive errors.
2010-06-26 16:13:58 -07:00
Wayne Davison
6b87566744
Make sure our use of idev_find() hashtable is right
...
while also supporting older rsyncs that send dev == 0.
2010-06-26 16:13:20 -07:00
Wayne Davison
b384d71e53
Make sure that the code doesn't try to use an illegal key.
2010-06-26 11:32:14 -07:00
Wayne Davison
11f4f34ed9
Fix daemon-filter crash issue (bug 7489).
2010-06-04 23:10:47 -07:00
Wayne Davison
fe2c582af8
Removing now-redundant path-size check from send_if_directory().
2010-03-31 15:00:53 -07:00
Wayne Davison
2ecd8b7cd2
Fix directory-length overflow bug (7057).
2010-03-26 16:56:40 -07:00
Wayne Davison
54f00c3f89
Preparing for release of 3.0.7
v3.0.7
2009-12-31 13:08:07 -08:00
Wayne Davison
1fc8c51705
Allow any gcc to make use of __builtin_alloca for alloca.
2009-12-30 20:03:49 -08:00
Wayne Davison
b04604945d
Configure check for -Wno-unused-parameter now tries to link too.
2009-12-30 19:57:47 -08:00
Wayne Davison
808b1d61c0
Fixed the passing of a '/' modifier for an absolute-path filter rule.
2009-12-30 12:25:33 -08:00
Wayne Davison
2f01fb1152
Preparing for release of 3.0.7pre2
v3.0.7pre2
2009-12-24 08:31:37 -08:00
Wayne Davison
ae358c1960
Revert to having the receiver handle timeouts on the receiving side.
...
This will give 3.0.7 the standard timeout handling with just a few
improvements: a fix for the detection of recent sender I/O, the use
of MSG_DATA for really old rsync versions, and better setting of
select_timeout for shorter timeout settings.
2009-12-23 11:36:27 -08:00