J.W. Schultz
83fd337d8e
Modified the (in|ex)clude [from] option descriptions to
...
better highlight the non-equivalence with client-side
--exclude.
2003-05-09 12:04:24 +00:00
Jos Backus
707c1a3085
Remove generated file config.log.
2003-05-04 19:59:47 +00:00
J.W. Schultz
8294b00c11
Added --link-dest to the --help output.
2003-05-02 23:36:10 +00:00
Wayne Davison
da2bcdd1c2
Exclude/include bug fixes.
2003-05-01 19:39:20 +00:00
Wayne Davison
093acc5dad
Changed the expected results to match the new bug-fixed behavior.
2003-05-01 19:34:01 +00:00
Wayne Davison
fd73b94d31
Tweaked the exclude_struct for our improved matching code.
2003-05-01 19:33:59 +00:00
Wayne Davison
38499c1a49
Mention that a pattern with "**" is matched against the entire path, even
...
if the pattern doesn't contain a slash.
2003-05-01 19:33:57 +00:00
Wayne Davison
170381c052
Fixed some matching bugs; made the logic of the matching code a little
...
clearer by using defined flags; added several comments; optimized the
matching of an anchored literal string.
2003-05-01 19:33:54 +00:00
Wayne Davison
8113a033dd
Mention the improved trailing-slash-in-destination handling.
2003-04-24 16:26:53 +00:00
Wayne Davison
87cc45e136
Made my last change a little better.
2003-04-24 16:26:09 +00:00
Wayne Davison
f6b8d591f7
If the user specifies a trailing slash on the destination, make sure
...
that we treat it as a directory reference.
2003-04-24 16:14:33 +00:00
J.W. Schultz
d31c09c872
Copy relative path caviat from --compare-dest to
...
--link-dest.
2003-04-23 23:17:41 +00:00
Wayne Davison
337a1a86a7
Changed one part of the exclude-test setup to test the --existing
...
option. Also tweaked a few comment lines.
2003-04-23 02:15:59 +00:00
Wayne Davison
b7dc46c0f6
Fixed a typo and added a couple clarifying phrases to the exclude
...
descriptions.
2003-04-22 18:09:22 +00:00
Wayne Davison
ff57065957
Test various exclude/include patterns.
2003-04-22 17:53:53 +00:00
Wayne Davison
0406a3a7a4
Changed test_xfail to test_fail.
2003-04-22 16:45:24 +00:00
Wayne Davison
bc3b5b2558
Fixed a problem with the test code and enabled it (since rsync's
...
duplicate-elimination code is now fixed).
2003-04-22 00:25:05 +00:00
J.W. Schultz
d1cce1dd92
Make explicit that (in|ex)clude patterns are for relative
...
paths and that the leading / is the equivalent of ^ in
regex.
2003-04-21 08:44:25 +00:00
Wayne Davison
7bb7058e8d
Made a slight tweak to the previous --stats change.
2003-04-18 20:03:41 +00:00
Wayne Davison
727fa3688f
Mention the change to the --stats output.
2003-04-17 23:46:01 +00:00
Wayne Davison
577ab12ce5
Only display the malloc stats if we're at least double-verbose (and
...
--stats was specified, of course). Also made the output of the short
(2-line) transfer summary get prefixed with an empty line in all
cases (not just with --stats).
2003-04-17 23:44:25 +00:00
Wayne Davison
0f2ac85576
Some whitespace/indentation cleanup.
2003-04-17 01:44:33 +00:00
J.W. Schultz
fab1f8898e
document bug fix for --link-dest and lack of -pgo.
2003-04-11 03:15:53 +00:00
restrict
f63d68be97
(Really mbp)
...
Test commit from restricted CVS account. No changes.
2003-04-10 04:35:12 +00:00
Wayne Davison
58665d23b4
Fixed a weird line corruption in the last check-in and tweaked the
...
format to be the same as in older releases.
2003-04-10 03:06:28 +00:00
J.W. Schultz
195bd906a2
- Per-file dynamic block size is now sqrt(file length).
...
- The per-file checksum size is determined according
to an algorythm provided by Donovan Baarda which
reduces the probability of rsync algorithm
corrupting data and falling back using the whole md4
checksums.
2003-04-10 02:04:58 +00:00
J.W. Schultz
fc1ae6582f
- for protocol version >= 27, mdfour_tail() is called when the block size
...
(including checksum_seed) is a multiple of 64. Previously it was not
called, giving the wrong MD4 checksum.
- for protocol version >= 27, a 64 bit bit counter is used in mdfour.c as
required by the RFC. Previously only a 32 bit bit counter was used,
causing incorrect MD4 file checksums for file sizes >= 512MB - 4.
-- Craig Barratt
2003-04-10 01:50:12 +00:00
J.W. Schultz
fc0257c9fd
Now support dynamic per-file checksum2 size.
...
This pushes protocol version to 27
2003-04-10 01:13:30 +00:00
J.W. Schultz
91c4da3fda
versions prior to 1.7.0 (protcol version 17) cannot talk to
...
protocol versions > 20 so bumping up the minimum protocol
version and excising the pre-17 cruft.
2003-04-10 00:13:48 +00:00
Paul Green
990ff150ef
Fix bug reported by engard.ferenc at innomed.hu whereby using the %f format
...
in sprintf with a value like 0.025 produced 0.250. We were dropping the
leading zeros before the fractional digits.
2003-04-09 21:10:18 +00:00
J.W. Schultz
e72b18a9bd
Remove tempname length problem and files-from from TODO.
2003-04-01 03:44:50 +00:00
J.W. Schultz
bc63ae3f13
Removing vestigial support for protocol versions prior to 15.
2003-03-31 17:28:34 +00:00
J.W. Schultz
6e12886393
Logic error in preserve_perms + link_dest
2003-03-31 08:09:41 +00:00
Wayne Davison
b5ca91ae4b
Fixed a typo.
2003-03-30 23:19:22 +00:00
Wayne Davison
89855e78ab
Started a new section for the next release.
2003-03-30 23:15:01 +00:00
Wayne Davison
e106de49c8
Tweaked the O_BINARY code to the latest idiom.
2003-03-30 23:00:51 +00:00
Wayne Davison
afbcc8f216
Define O_BINARY as "0" if it isn't defined.
2003-03-30 23:00:49 +00:00
Wayne Davison
f177b7cca2
Documented --files-from, --no-relative, --no-implied-dirs, and --from0.
2003-03-30 23:00:47 +00:00
Wayne Davison
ea5164d181
Support the new --files-from, --no-relative, --no-implied-dirs, and --from0
...
options. Moved the find_colon() routine here from main.c.
2003-03-30 23:00:42 +00:00
Wayne Davison
ccdff3ebbf
Open the file in BINARY fd mode, handle the normal line-ending characters
...
better than before, and add support for the new --from0 option (which changes
the line separator to a null).
2003-03-30 23:00:40 +00:00
Wayne Davison
24d0fcde7f
Support the new --files-from and --no-implied-dirs options.
2003-03-30 23:00:37 +00:00
Wayne Davison
56014c8c0a
Support the new --files-from and --from0 options.
2003-03-30 23:00:35 +00:00
Wayne Davison
7c2a9e766c
Support the new --files-from option.
2003-03-30 23:00:33 +00:00
J.W. Schultz
bb24028f51
Make link-dest aware of --perms, --owner and --group.
...
---- Chris Darroch
2003-03-26 20:26:06 +00:00
J.W. Schultz
52d3e10613
Prevent tempfile names from overflowing.
...
Debian BUG# 183667
2003-03-26 11:04:14 +00:00
J.W. Schultz
67863f46e3
Warn if 64bit value sent or received on system that doesn't
...
support 64bit integers.
2003-03-25 07:13:40 +00:00
J.W. Schultz
9c28e52628
Seperate the uint64_t macros from int64_t
2003-03-25 05:46:52 +00:00
J.W. Schultz
1b2f167546
Frustration mounting. I'll get it right eventually.
...
Thank goodness for the build farm.
2003-03-25 04:18:10 +00:00
J.W. Schultz
702d0c4529
earlier problem was a typo.
2003-03-25 04:09:43 +00:00
J.W. Schultz
51106bafc6
Another stab at uint64 because some platforms seem to have
...
problem with the unsigned off64_t
2003-03-25 03:14:27 +00:00