Wayne Davison
021849204a
Fixed some typos, got rid of some extraneous spaces, got rid of
...
a hyphen in hard-link (since we consistently use it unhyphenated),
and refer to "unix" as "*nix".
2006-02-09 17:32:36 +00:00
Wayne Davison
b635f2e964
The -h was missing from the daemon's option summary.
2006-02-09 11:56:33 +00:00
Wayne Davison
1e2b96bbee
- Improved the description of how 'D' because 'D' and 'S' for -i.
...
- Improved the --devices and --specials item, and moved it next to
the --super item.
- Mention that "rsync -h" still works as before.
2006-02-09 10:25:25 +00:00
Wayne Davison
2857451ca2
Got rid of an statement that is no longer true.
v2.6.7pre1
2006-02-09 04:08:38 +00:00
Wayne Davison
2bc3835ee0
Preparing for release of 2.6.7pre1
2006-02-09 03:59:17 +00:00
Wayne Davison
4f417448b4
Updated the %i section.
2006-02-09 01:27:03 +00:00
Wayne Davison
503f163446
Decided against shortening the output of --itemize-changes.
2006-02-09 01:17:01 +00:00
Wayne Davison
f17e769e28
There's no need to send --size-only to a remote sender.
2006-02-09 01:15:04 +00:00
Wayne Davison
f65e6a1276
Tweaked the mention of --human-readable.
2006-02-08 17:03:00 +00:00
Wayne Davison
4c248a3615
Documented the change in the --human-readable option.
2006-02-08 16:54:10 +00:00
Wayne Davison
7794db7c0d
Tweaked the --human-readable code to work with the new option parsing.
2006-02-08 16:52:51 +00:00
Wayne Davison
3ca9e5d8ad
Changed -h to mean powers of 1000 when used once, and powers of 1024
...
when repeated. Got rid of --si.
2006-02-08 16:52:25 +00:00
Wayne Davison
5ca8a90c24
Tweaked the name of one of dest_mode()'s args.
2006-02-08 02:34:06 +00:00
Wayne Davison
0679ac4ca9
Tweaked a comment.
2006-02-08 02:32:35 +00:00
Wayne Davison
20a0269782
Mention --dry-run doesn't force --verbose.
2006-02-07 20:08:30 +00:00
Wayne Davison
a892d905bb
Don't force verbose for --dry-run; let the user decide.
2006-02-07 20:06:43 +00:00
Wayne Davison
bc880cb8d2
Don't look for $RSYNC_PARTIAL_DIR on the server side.
2006-02-07 19:12:37 +00:00
Wayne Davison
2243a9353e
Clarified something in "incoming chmod".
2006-02-07 18:45:16 +00:00
Wayne Davison
10f994a52a
Moved the delay-bit functions into util.c, making them more generic.
2006-02-07 18:15:51 +00:00
Wayne Davison
0f86c74eba
Call renamed cmp_time() function (was cmp_modtime()).
2006-02-07 18:15:46 +00:00
Wayne Davison
c2b5407678
- Renamed cmp_modtime() -> cmp_time().
...
- Moved the delay-bit functions here from receiver.c and transformed
them into some more generic "bitbag" functions.
2006-02-07 18:15:37 +00:00
Wayne Davison
350879d8d1
Only call the just-added "touch" if autoheader succeeded.
2006-02-07 17:30:35 +00:00
Wayne Davison
a6a276027c
Changed --8-bit to --8-bit-output.
2006-02-06 18:51:25 +00:00
Wayne Davison
45b79c8959
Mentioned --8-bit (-8).
2006-02-06 18:45:48 +00:00
Wayne Davison
d0022dd908
Document --8-bit (-8).
2006-02-06 18:43:12 +00:00
Wayne Davison
e0f4a661be
Don't setup ic_chck if --8-bit was specified.
2006-02-06 18:42:46 +00:00
Wayne Davison
507433f6ca
Don't call isprint() if --8-bit was specified.
2006-02-06 18:42:02 +00:00
Wayne Davison
5974c662ff
Added the --8-bit (-8) option.
2006-02-06 18:41:32 +00:00
Wayne Davison
aa0bec8a52
Ensure that the timestamp for config.h.in is changed after
...
running autoheader.
2006-02-06 18:27:45 +00:00
Wayne Davison
2d2f71fb27
Got rid of a newly-added trailing tab.
2006-02-06 18:00:37 +00:00
Wayne Davison
36f59b5802
Mention the new output-escaping idiom and the multibyte support.
2006-02-06 17:58:29 +00:00
Wayne Davison
7fc87d2daf
Allow the iconv_open() call to fail since we can now fall-back on
...
isprint(). Got rid of the "646" mapping kluge too.
2006-02-06 16:55:01 +00:00
Wayne Davison
3648ab3a24
- The iconv-supporting code can now ask filtered_fwrite() to use
...
isprint() when iconv() could not be setup.
- Changed the output idiom for escaped chars to use \#123 instead
of \0123 because that makes it possible for a script to know for
sure what version of rsync did the output (and thus, what the
unescape rules are).
2006-02-06 16:54:12 +00:00
Wayne Davison
7a9d183fc4
Have default_charset() try mapping "646" -> "ASCII" instead of "ascii".
2006-02-06 09:04:20 +00:00
Wayne Davison
2a62f5ee19
Added "const" to the default_charset() return.
2006-02-06 09:00:37 +00:00
Wayne Davison
f9cfaae952
Solaris 9 and HP-UX 11.11 need us to look for libiconv_open,
...
not iconv_open (perhaps because iconf.h wasn't included in
the autoconf test).
2006-02-06 08:57:16 +00:00
Wayne Davison
bd4576fe4b
Check to see if we need to include the iconv library.
2006-02-06 08:35:18 +00:00
Wayne Davison
4e194bf178
Mention the prepare-source script and the changes in the patches
...
dir.
2006-02-06 07:57:03 +00:00
Wayne Davison
ef4e0d5e7e
Added dependencies for proto.h.
2006-02-06 05:06:52 +00:00
Wayne Davison
e6d8e70925
The "proto" target now builds target "proto.h" from the new
...
prepare-source.mak makefile.
2006-02-06 04:54:30 +00:00
Wayne Davison
a6c5741c37
Changed the "proto" target to "proto.h".
2006-02-06 04:53:02 +00:00
Wayne Davison
3ea7fc6ccf
Moved the targets "gen", "proto", and "man" to prepare-source.mak.
2006-02-06 04:09:48 +00:00
Wayne Davison
20926fbd63
An easy way to run all the commands in prepare-source.mak.
2006-02-06 04:08:14 +00:00
Wayne Davison
2a3f3ba45d
Moved the rules for generating files such as configure, config.h.in,
...
proto.h, and the manpages into this separate makefile, allowing it to
be used without first running configure (which builds the Makefile).
2006-02-06 04:07:49 +00:00
Wayne Davison
662127e6c7
Include --no-g in the popt-alias example in --perms.
2006-02-05 15:31:31 +00:00
Wayne Davison
0be05d6038
In default_charset(): if nl_langinfo() gives us "646", return "ascii".
2006-02-05 07:20:10 +00:00
Wayne Davison
1f77038ef2
Added a missing comma.
2006-02-05 07:00:21 +00:00
Wayne Davison
77ed253c73
Some more improvements to --perms and --executability from Matt and me.
2006-02-05 06:40:18 +00:00
Wayne Davison
b988781801
Allow itemize() to flag ITEM_REPORT_PERMS anytime the permissions
...
change (even if -p or -E aren't set).
2006-02-05 06:13:34 +00:00
Wayne Davison
595251de24
Make sure that we don't try to use iconv() without iconv.h.
2006-02-05 04:52:11 +00:00