Wayne Davison
4e95f91f27
Some manpage enhancements.
2011-02-20 23:48:19 -08:00
Wayne Davison
fad4ab9d0b
Suggest a better solution for a make without wildcard support.
2011-02-20 23:48:19 -08:00
Wayne Davison
f91b15fbd6
Add .hg dir exclude to default_cvsignore list.
...
Fixes bug 7957.
2011-02-20 23:48:19 -08:00
Wayne Davison
83b94efa6b
Switch over to Matt's idea of using FLAG_OWNED_BY_US.
2011-01-29 22:19:14 -08:00
Wayne Davison
2064c28d6d
Move FLAG_DEL_NEEDS_UID into the "not stored" section.
2011-01-29 20:52:38 -08:00
Wayne Davison
c499002e51
Fix a random flist data bug w/delete, inc-recurse, and no -o.
...
Fixes bug 7936.
2011-01-29 19:25:53 -08:00
Wayne Davison
c8255147b0
Optimize finding the sum that matches our --inplace position.
2011-01-16 17:23:55 -08:00
Wayne Davison
eee85e3c36
Make sure an alternate --inplace sum has the right length
...
and add missing break in --inplace same-offset loop.
2011-01-14 15:45:12 -08:00
Wayne Davison
0c0219fe84
Some fixes and improvements from the master branch.
2011-01-13 23:03:59 -08:00
Wayne Davison
a92edcbf5c
Avoid splitting a multi-byte character when trimming a name.
...
Fixes bug 7816. Also makes the get_tmpname() code and comments
more like the master.
2011-01-03 20:07:28 -08:00
Wayne Davison
17549c95de
Mention that sorting the --files-from input is helpful.
2011-01-03 19:49:29 -08:00
Wayne Davison
9d6fe1a6f0
Avoid reading ACL/xattr info on filetypes not being copied.
...
Make Linux avoid xattr access on symlinks.
Make OS X avoid xattr access on device/special files.
Fixes bug 5458.
2011-01-03 11:23:19 -08:00
Wayne Davison
c43624c575
Mention the latest changes.
2011-01-01 21:24:36 -08:00
Wayne Davison
4baef8d663
Make xattrs.test more like the master version.
2011-01-01 21:24:27 -08:00
Wayne Davison
c3ee6ac369
Avoid directory permission issues with --fake-super.
...
Fixes bug 7070.
2011-01-01 16:57:08 -08:00
Wayne Davison
63c5ac38a2
Report all socket connection errors if we fail.
...
Fixes bug 6588.
2011-01-01 13:55:03 -08:00
Wayne Davison
ce41e68995
Itemize xattrs of a missing dir from an alt-dest dir.
...
Fixes bug 6576.
2011-01-01 13:03:23 -08:00
Wayne Davison
8538db7829
Use full_fname() for system error messages.
2011-01-01 12:33:53 -08:00
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