Wayne Davison
bdedced84b
Tweaked a sentence.
2005-05-19 22:16:50 +00:00
Wayne Davison
f497ad722d
Preparing for release of 2.6.5pre2
v2.6.5pre2
2005-05-19 21:45:41 +00:00
Wayne Davison
339eb8943e
Tweaked the opening comments.
2005-05-19 21:42:20 +00:00
Wayne Davison
c36864e40e
Mentioned the improved keep-alive code.
2005-05-19 21:38:25 +00:00
Wayne Davison
af6155bb0e
Clarifications related to --dirs.
2005-05-19 21:36:30 +00:00
Wayne Davison
605fed4b46
Periodically call maybe_send_keepalive() when timeouts are in effect
...
(this ensures that the receiver doesn't timeout when we're still
doing work reading data from the generator).
2005-05-19 08:52:24 +00:00
Wayne Davison
ac40b74788
The global allowed_lull is now already set, so just set lull_mod.
2005-05-19 08:52:22 +00:00
Wayne Davison
3e6ddb3738
- Call the new set_io_timeout() function to set the timeout value.
...
- If the user specified a shorter timeout than the config-file,
don't override the shorter value.
2005-05-19 08:52:19 +00:00
Wayne Davison
9ac756c6ea
- The variable allowed_lull is now our global.
...
- Tweaked the --timeout option handling to call set_io_timeout().
2005-05-19 08:52:17 +00:00
Wayne Davison
3b0a30eba8
- Added set_io_timeout(), which sets all the timeout-dependent
...
variables when the timeout value changes.
- Split last_io into last_io_in and last_io_out.
- Made select_timeout static.
2005-05-19 08:52:13 +00:00
Wayne Davison
bac7259081
The latest bug-fix.
2005-05-19 00:02:29 +00:00
Wayne Davison
4d474ad513
One place that was testing errno for ENOTEMPTY was failing to
...
also test for EEXIST (which is returned by some OSes).
2005-05-19 00:00:28 +00:00
Wayne Davison
e50e82ab40
Fixed a typo.
2005-05-18 23:59:12 +00:00
Wayne Davison
4922175589
Two more items.
2005-05-17 15:08:05 +00:00
Wayne Davison
a289f89fbe
Treat a trailing ".." dir-name as if "../" had been specified so
...
that we don't use the name in the destination path and save files
into a higher destination directory.
2005-05-14 18:44:57 +00:00
Wayne Davison
ba64001df8
Mention the latest bug fix.
2005-05-13 23:03:00 +00:00
Wayne Davison
b225b089b8
Have do_delete_pass() immediately return if list_only is set.
2005-05-13 23:00:20 +00:00
Wayne Davison
557a35f55b
If adding a trailing dot to a directory name overflows
...
MAXPATHLEN, die with an overflow error.
2005-05-13 22:02:24 +00:00
Wayne Davison
1848fd6fa1
An example filter script to maintain .cvsinclude files.
2005-05-13 18:37:11 +00:00
Wayne Davison
f2a4853c93
Improved the use of the "remaining" var in readfd_unbuffered() to
...
make certain that the static value is always set correctly anytime
we call out to another function.
2005-05-12 17:36:29 +00:00
Wayne Davison
e65154085c
Got rid of some code from writefd_unbuffered() that was only needed
...
back when the generator had a writeable pipe to the receiver.
2005-05-12 07:45:21 +00:00
Wayne Davison
e4676bb59b
Make the --stats output come out after any delete-after messages.
2005-05-12 07:43:14 +00:00
Wayne Davison
3b968014c9
Improved a few sentences.
2005-05-12 07:34:45 +00:00
Wayne Davison
21b9b93377
Fixed a typo.
2005-05-10 18:31:46 +00:00
Wayne Davison
c4d1b2983d
Preparing for release of 2.6.5pre1
v2.6.5pre1
2005-05-10 17:28:34 +00:00
Wayne Davison
7d7a34aeb2
Added more missing NEWS items.
2005-05-10 17:27:39 +00:00
Wayne Davison
65c84700fc
Mention two more changes.
2005-05-10 16:55:22 +00:00
Wayne Davison
5a727522f0
Refer to the rsync daemon as a "daemon", not a "server". This is
...
to avoid confusion with the server that rsync runs in a normal
remote-shell transfer.
2005-05-10 16:14:26 +00:00
Wayne Davison
1599754727
- Improved the GENERAL section.
...
- Improved the description of --list-only.
- Added a VERSION section, like the rsyncd.conf manpage.
2005-05-10 16:04:02 +00:00
Wayne Davison
d90338cec6
Refer to the rsync daemon as a "daemon", not a "server". This is
...
to avoid confusion with the server that rsync runs in a normal
remote-shell transfer.
2005-05-10 16:00:24 +00:00
Wayne Davison
d0e94abb40
Fixed one synopsis line to make the DEST arg optional.
2005-05-09 15:39:24 +00:00
Wayne Davison
d8c4d6de10
Use new MAX_SERVER_ARGS define instead of hard-wired "100".
2005-05-03 17:04:26 +00:00
Wayne Davison
74ba98a51b
There was no reason to have MAX_BASIS_DIRS factored into the
...
length of the argstr[] array.
2005-05-03 17:01:59 +00:00
Wayne Davison
c296031d9f
Added MAX_SERVER_ARGS.
2005-05-03 17:00:47 +00:00
Wayne Davison
81c453b16a
A few minor doc tweaks.
2005-05-03 16:47:03 +00:00
Wayne Davison
4a34c6f176
- Moved the --version option in the help text.
...
- Tweaked the --log-format option's description.
- Added a comment.
2005-05-03 16:46:49 +00:00
Wayne Davison
9b3150bd2e
Mention the change in error message and exit status when we pull an
...
empty file list.
2005-05-03 16:45:40 +00:00
Wayne Davison
6f2245c8fa
Tweaked the checking of the "limit" in safe_fname().
2005-05-03 16:44:47 +00:00
Wayne Davison
0f9941dc5a
Fixed a typo.
2005-05-03 16:03:31 +00:00
Wayne Davison
060f31500b
- Improved the comments on the backslash-escaped output, and moved it
...
to the top in an "OUTPUT CHANGES" section.
- Added a mention of the generator's new output-flushing optimization.
2005-05-03 15:59:24 +00:00
Wayne Davison
7c2a83c635
Improved a sentence.
2005-05-03 15:58:06 +00:00
Wayne Davison
97e3c50cd9
Mention the '?'-in-filenames change.
2005-05-02 18:04:32 +00:00
Wayne Davison
b2360dabf6
Fixed some misspellings.
2005-05-02 17:27:20 +00:00
Wayne Davison
723160280f
Tweaked the description of --from0.
2005-05-02 17:23:08 +00:00
Wayne Davison
fa92818af3
Tweaked the doc for --from0.
2005-05-02 17:22:42 +00:00
Wayne Davison
289a32167c
Moved the max-size checking code down so that it only checks
...
regular files.
2005-04-28 16:26:23 +00:00
Wayne Davison
95e107db96
Moved the size-parsing code for --max-size into its own function.
2005-04-28 16:11:32 +00:00
Wayne Davison
513fd04d21
Set ignore_timeout before starting the transfer, regardless of
...
what protocol level is in effect. This guards against the
generator timing out when the output pipe is full and the input
pipe (to the receiver) is slow.
2005-04-27 22:58:06 +00:00
Wayne Davison
7a16e12207
If the user specified --relative and a source dir with a trailing
...
slash, make sure we strip of the trailing "/." from the dir's len
(in del_hier_name_len) so that its subdirs get marked with
FLAG_DEL_HERE.
2005-04-27 22:56:47 +00:00
Wayne Davison
de8252f67f
Added a new test to check how we interact with --link-dest and
...
--copy-dest.
2005-04-26 16:25:01 +00:00