Martin Pool
10f83cf43d
Doc.
v2.5.2pre1
2002-01-23 08:08:48 +00:00
Martin Pool
59ee743c5f
More size_t fixes.
2002-01-23 08:04:54 +00:00
Martin Pool
d54765c442
Just for variety we have some socklen_t fixes too.
2002-01-23 07:57:43 +00:00
Martin Pool
91262d5d3e
Refactor code in send_sums to remove repeated ternaries.
2002-01-23 07:54:13 +00:00
Martin Pool
1c09c743b1
indent -kr -i8
2002-01-23 07:52:52 +00:00
Martin Pool
06ce139fcc
Fix more ints that ought to be size_t's.
2002-01-23 07:48:35 +00:00
Martin Pool
fae5bb3183
Doc.
...
do_hard_links() actually only looks at the global hardlink table, so
it can be a (void) fn. (Another gcc warning...)
2002-01-23 07:42:30 +00:00
Martin Pool
6fe25398d6
Fix another int that ought to be a size_t.
2002-01-23 07:36:23 +00:00
Martin Pool
909ce14fc4
indent -kr -i8
2002-01-23 07:34:26 +00:00
Martin Pool
935b920120
Another signedness fix to quieten Sun cc warning.
2002-01-23 07:32:29 +00:00
Martin Pool
b31427cd4a
Skip this for now; it's a known bug
2002-01-23 07:28:38 +00:00
Martin Pool
e2e3379d79
Bump version to 2.5.2pre1.
2002-01-23 07:22:03 +00:00
Martin Pool
6b1ef85dd8
Note batch-mode changes.
2002-01-23 07:18:58 +00:00
Martin Pool
92325ada0c
Note about proxy authentication and SOCKS.
2002-01-23 07:12:57 +00:00
Martin Pool
1707e0f9e2
Indent.
2002-01-23 06:48:13 +00:00
Martin Pool
7ff701e816
Update thankyou list.
...
Clarify email addresses.
2002-01-23 05:59:10 +00:00
Martin Pool
2e3c141795
Note that batch mode is currently experimental.
2002-01-23 05:53:58 +00:00
Martin Pool
76f79ba748
Patch from Jos Backus -- Fix breakage from dev_t to DEV64_T in batch
...
mode.
Also, drop -f and -F for batch mode: these should be reserved for
options that are more commonly used.
It also appends a newline to the argvs file and skips adding the
source directory to the command line.
2002-01-23 05:51:06 +00:00
Martin Pool
9dd891bb28
Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --
...
in some cases we were not sufficiently careful about reading integers
from the network.
Also, make sure log messages are always nul-terminated.
2002-01-23 04:57:18 +00:00
Martin Pool
99f106d1cf
If using gcc, then also turn on -W to get even more warnings.
...
Remove obsolete message.
2002-01-23 03:52:06 +00:00
Martin Pool
3816cae745
Don't need to reread configuration on SIGHUP because we always do that
...
on new connections.
2002-01-21 01:57:13 +00:00
David Dykstra
759c0627e1
Aack! Since released version 2.5.0, the --whole-file option was accidentally
...
changed to --whole. Change it back. Anybody who wants to use this option
with any version of rsync will have to switch to using -W.
2002-01-15 21:25:55 +00:00
Martin Pool
e03dfae507
Change gratuituous strlcat's into strlcpy, since we already know the
...
length of the existing string.
2002-01-15 11:50:32 +00:00
Martin Pool
c7677b892a
Clearer doc.
2002-01-15 11:32:30 +00:00
Martin Pool
da7b63972d
Add --enable-profile to turn on gprof. This is not perfect, because
...
it seems to only write to ./gmon.out, and that causes trouble when
there are several rsync processes in the same directory. But you can
make it work.
2002-01-15 11:20:26 +00:00
Martin Pool
499957d9ba
Update
2002-01-15 10:47:59 +00:00
Martin Pool
582250008b
The Ted T'so school of program optimization: make progress visible and
...
people will think it's faster.
So now with --progress rsync will show you how many files it has seen
as it builds the file_list.
2002-01-15 10:43:51 +00:00
Martin Pool
a9b31409d5
Remove unused variable.
2002-01-15 10:04:48 +00:00
Martin Pool
98355b8086
Oops, getaddrinfo returns an error code (not -1) for error. -Wall is
...
good.
2002-01-15 10:04:11 +00:00
Martin Pool
70ed474b38
Define _GNU_SOURCE so that we get all necessary prototypes.
2002-01-15 09:53:27 +00:00
Martin Pool
4775934364
If using GCC, try to turn on -Wall. I want to be clean with respect
...
to -Wall.
2002-01-15 09:43:21 +00:00
Martin Pool
25f2cb3d6b
Fix for < http://rsync.samba.org/cgi-bin/rsync/incoming?id=3750 >
...
temp files must be opened through do_open so that binary modes is used
on cygwin. (Chris Boucher)
2002-01-14 00:16:51 +00:00
Martin Pool
154f9a3aca
Ignore testtmp directories.
2002-01-13 23:57:13 +00:00
Martin Pool
b9df3bf20c
DOc.
2002-01-11 08:37:42 +00:00
Martin Pool
6abd193fe3
Always use 64-bit ino_t and dev_t internally, so that we can detect
...
hardlinks if coming from a larger platform. Add heaps of comments
explaining why this is so.
2002-01-11 08:25:32 +00:00
Martin Pool
362099a512
More comments about IPv6 stuff.
...
If a reverse name lookup fails, show the name that we were trying to
look up.
2002-01-11 08:24:34 +00:00
Martin Pool
fdfc3dc9f3
When checking what was copied, use specific -d -f -L flags to test
...
rather than -e. (Perhaps Solaris doesn't have test -e?)
2002-01-11 08:08:34 +00:00
Martin Pool
4937459225
The current version of rsync is expected to fail to eliminate all
...
duplicates from list.
2002-01-11 08:02:43 +00:00
Martin Pool
be2f866b4c
Add concept of expected-failure.
2002-01-11 08:01:05 +00:00
Martin Pool
f08aacf7d6
Give cleaner output from "make check"
2002-01-11 07:41:50 +00:00
Martin Pool
4fa6112efe
Bump version number.
...
Now finished merging across work from experimental BK repository.
2002-01-11 07:30:50 +00:00
Martin Pool
1623ba6889
Improved duplicates test: check that each file is
...
copied once and exactly once.
2002-01-11 07:29:53 +00:00
Martin Pool
766526c791
Check whether code to eliminate duplicate filenames works
...
(hint: it does not.)
2002-01-11 07:29:02 +00:00
Martin Pool
5c15e29f2b
Better mallinfo() output in --stats
2002-01-11 07:26:39 +00:00
Martin Pool
0413e1605f
Update copyright
2002-01-11 07:25:54 +00:00
Martin Pool
0e5a1f8352
Doc
2002-01-11 07:24:31 +00:00
Martin Pool
e5a2b8544d
Look for mallinfo() and use it to display
...
heap usage information in --stats
2002-01-11 07:16:11 +00:00
Martin Pool
736a6a291c
In protocol version 26, always
...
send 64-bit ino_t and dev_t. We also need to try to use 64-bit
ino_t internally *even if* this platform does not have 64-bit
inums itself, because we need to find duplicate inums when
coming from a larger platform with --hardlinks.
2002-01-11 07:15:16 +00:00
Martin Pool
6e69cff118
Autoindent
...
Add copyright
2002-01-11 07:11:43 +00:00
Martin Pool
cf72f20426
Improved test framework and test for hardlink handling
2002-01-11 07:11:23 +00:00