Wayne Davison
|
b2e7c91313
|
Indent the "prepare_to_open:" and "notify_others:" labels away
from column 0.
|
2005-11-10 16:47:03 +00:00 |
|
Wayne Davison
|
97b7bff4d6
|
- Got rid of a superfluous empty line.
- Indent the "oom:" and "skip_filters:" labels away from column 0.
|
2005-11-10 16:45:00 +00:00 |
|
Wayne Davison
|
e16ca9ef31
|
Got rid of a superfluous empty line.
|
2005-11-10 16:44:06 +00:00 |
|
Wayne Davison
|
b2e6caa01e
|
Indent the "failure:" label away from column 0.
|
2005-11-10 16:43:44 +00:00 |
|
Wayne Davison
|
2997e9f769
|
Indent the "oom:" label away from column 0.
|
2005-11-10 16:42:46 +00:00 |
|
Wayne Davison
|
2374023982
|
Mention the big improvement when --delete and --checksum were
specified.
|
2005-11-10 06:43:10 +00:00 |
|
Wayne Davison
|
902f03d101
|
In make_file(), only compute the checksum when we're the sender.
This stops computing useless checksums during the delete scan
when --checksum (-c) was specified.
|
2005-11-10 06:01:55 +00:00 |
|
Wayne Davison
|
cfe3978049
|
Use the new checksum_len value instead of recomputing the
right value for the current protocol_version over and over.
|
2005-11-10 03:07:18 +00:00 |
|
Wayne Davison
|
7752df41b7
|
Compute the right checksum length for the current protocol_version
only once instead of over and over again.
|
2005-11-10 03:00:38 +00:00 |
|
Wayne Davison
|
d8b108c2a1
|
If a partial-dir file is present but the main file is up-to-date,
just remove the partial-dir file.
|
2005-11-10 02:56:58 +00:00 |
|
Wayne Davison
|
184dd27a18
|
Call delete_in_dir(NULL, NULL, NULL) in do_delete_pass().
|
2005-11-09 19:46:42 +00:00 |
|
Wayne Davison
|
0e5665d3ab
|
Made recursively deleting extraneous directories more memory
efficient by removing the need for a MAXPATHLEN buffer on the
stack of delete_item().
|
2005-11-09 19:39:46 +00:00 |
|
Wayne Davison
|
ef3bb69ad8
|
Mention the new --chmod option.
|
2005-11-07 04:47:06 +00:00 |
|
Wayne Davison
|
45d41d08bd
|
Test the --chmod option.
|
2005-11-07 04:28:52 +00:00 |
|
Wayne Davison
|
dd32e2c3d4
|
Added support for the new --chmod option.
|
2005-11-07 04:28:35 +00:00 |
|
Wayne Davison
|
2b7e0f33a6
|
Call tweak_mode() on regular files and dirs if --chmod was specified.
|
2005-11-07 04:28:32 +00:00 |
|
Wayne Davison
|
0582cdae8d
|
Added chmod.o to OBJS2.
|
2005-11-07 04:28:29 +00:00 |
|
Wayne Davison
|
9e8ea423e2
|
Document the new --chmod option.
|
2005-11-07 04:28:23 +00:00 |
|
Wayne Davison
|
0c983c1fd4
|
New --chmod support routines.
|
2005-11-07 04:23:22 +00:00 |
|
Wayne Davison
|
3381ffa6ea
|
Fixed a sign error in the output.
|
2005-11-03 19:55:30 +00:00 |
|
Wayne Davison
|
3b15340966
|
Mention the change in the output of --progress.
|
2005-11-03 19:46:45 +00:00 |
|
Wayne Davison
|
91683c434b
|
Make the just-updated file-count status even less cryptic.
|
2005-11-03 19:45:59 +00:00 |
|
Wayne Davison
|
9e7530c414
|
Improved the output of the transferred-file count and the position
in the flist (which was changed to a countdown of files to check)
so that it's clearer what the numbers mean.
|
2005-11-03 19:38:14 +00:00 |
|
Wayne Davison
|
8fd30fc43c
|
Got rid of some early-checksum code that accidentally got committed.
|
2005-11-02 07:22:02 +00:00 |
|
Wayne Davison
|
b1b04fcdd4
|
Mention lower stack requiements for recursion.
|
2005-11-01 20:13:20 +00:00 |
|
Wayne Davison
|
56f0c976be
|
Decreased the amount of stack needed for each level of directory
recursion by eliminating the need for a MAXPATHLEN buffer in
send_if_directory(). Also improved a few variable names in
send_file_list().
|
2005-11-01 20:09:41 +00:00 |
|
Wayne Davison
|
9aacb4df0e
|
Fixed a typo pointed out by Peter Strazovec.
|
2005-10-30 22:29:59 +00:00 |
|
Wayne Davison
|
0fdb1aa8ff
|
In the device section, avoid calling unlink() if the stat() failed.
|
2005-10-30 22:28:11 +00:00 |
|
Wayne Davison
|
bad0110609
|
Document the new --compress-level option.
|
2005-10-26 16:48:44 +00:00 |
|
Wayne Davison
|
3cc185a088
|
Handle new def_compress_level setting.
|
2005-10-26 16:48:07 +00:00 |
|
Wayne Davison
|
e8a8167ad9
|
Obey new def_compress_level setting.
|
2005-10-26 16:47:49 +00:00 |
|
Wayne Davison
|
854a1aad35
|
Added --compress-level option.
|
2005-10-26 16:47:15 +00:00 |
|
Wayne Davison
|
84e6d6fdcd
|
- Changed the "status" variables into "exit_code" variables.
- Added an error message to wait_process_with_flush() that
reports the errno we get when waitpid() fails.
- Increased the value of MAXCHILDPROCS.
|
2005-10-26 15:53:04 +00:00 |
|
Wayne Davison
|
f14a65d94c
|
Tweaked the error message for RERR_WAITCHILD.
|
2005-10-26 15:50:14 +00:00 |
|
Wayne Davison
|
37439b36e7
|
Updated the docs for pre-/post-xfer exec.
|
2005-10-24 21:03:53 +00:00 |
|
Wayne Davison
|
c95ca2a228
|
Enhanced the "pre-xfer exec" handling so that it gets the user's
request info and puts that into the environment as RSYNC_REQUEST.
|
2005-10-24 21:03:50 +00:00 |
|
Wayne Davison
|
97d8e7095f
|
Changed wait_process() into a simpler, yet more versatile function,
and used it in the new wait_process_with_flush() function (the old
function's new name). Made wait_process() public.
|
2005-10-24 21:03:47 +00:00 |
|
Wayne Davison
|
20c1926a01
|
Fixed a typo in a comment.
|
2005-10-20 18:30:33 +00:00 |
|
Wayne Davison
|
d030233def
|
Get rid of some superfluous empty lines.
|
2005-10-19 07:49:10 +00:00 |
|
Wayne Davison
|
35812ea1f9
|
One extra tweak to the just-committed code.
|
2005-10-15 19:15:29 +00:00 |
|
Wayne Davison
|
d649b78920
|
Added relative_paths extern.
|
2005-10-15 19:11:36 +00:00 |
|
Wayne Davison
|
7e43da819e
|
If we're sanitizing paths with --relative enabled, we need to
preserve the first /./ dir so that we can use its position to
trim the implied directories.
|
2005-10-15 19:08:31 +00:00 |
|
Wayne Davison
|
40aaa571b4
|
Document --ignore-non-existing (not --existing) and what happens
if the option is combined with --ignore-existing.
|
2005-10-15 16:39:31 +00:00 |
|
Wayne Davison
|
470319d33b
|
Changed the --help text to mention --ignore-non-existing
instead of --existing.
|
2005-10-15 16:38:35 +00:00 |
|
Wayne Davison
|
1db954e9bc
|
Made parse_size_arg()'s parsing a little stricter.
|
2005-10-15 06:53:04 +00:00 |
|
Wayne Davison
|
d697314b42
|
Mention --min-size/--max-size changes.
|
2005-10-14 20:40:31 +00:00 |
|
Wayne Davison
|
59dd678603
|
Documented --min-size.
|
2005-10-14 20:16:21 +00:00 |
|
Wayne Davison
|
02b5cb238b
|
Added code to implement the --min-size logic.
|
2005-10-14 20:16:09 +00:00 |
|
Wayne Davison
|
74de13d19c
|
Added handling of the --min-size option.
|
2005-10-14 20:15:18 +00:00 |
|
Wayne Davison
|
837d01dd5a
|
Improved parse_size_arg() a little more.
|
2005-10-14 19:48:34 +00:00 |
|