Martin Pool
bbd6f4ba8e
Document --no-detach.
v2.5.1pre2
2001-12-05 13:10:24 +00:00
Martin Pool
2a951cd2f9
Fix help message for --address option
2001-12-05 13:06:26 +00:00
Martin Pool
a538066d5a
Add --no-detach option for W32, daemontools, etc.
2001-12-05 13:03:16 +00:00
Martin Pool
c10b0bdd50
Doc
2001-12-05 13:02:11 +00:00
Martin Pool
431efc8979
Doc.
2001-12-05 12:56:06 +00:00
Martin Pool
2d6dbe290c
Change back to using sockaddr_storage rather than sockaddr_in. If
...
sockaddr_storage is not defined, then supply our own definition that
will hopefully satisfy RFC2553 but also compile on all supported
platforms.
Thankyou to YOSHIFUJI Hideaki, SUMIKAWA Munechika and Jun-ichiro
"itojun" Hagino.
2001-12-05 12:48:46 +00:00
Martin Pool
c33e3e3967
Suggestions from KAME IPv6 newsletter.
2001-12-05 12:25:36 +00:00
Martin Pool
71b3374bd5
Note from tpot that sighup should have standard behaviour of reinitializing.
2001-12-05 00:58:20 +00:00
David Dykstra
de343e3cce
Don't print out the directory name twice in verbose mode; it was being
...
printed a second time when the modification time of the directory was
being set, and that time around recv_files() calls recv_generator() with
an f_out of -1 so check that before printing the directory name.
2001-12-03 18:37:33 +00:00
Martin Pool
384958ed3d
Note about crash from Ayamura KIKUCHI
2001-12-02 22:47:30 +00:00
Martin Pool
1cd5beeb06
batch reindent
2001-12-02 22:28:50 +00:00
Martin Pool
4c70e359d0
Bump version
2001-12-02 22:26:09 +00:00
Martin Pool
f9c3005bff
Fix FP usage.
2001-12-02 14:12:03 +00:00
Martin Pool
9147074d8b
Oops, units bug.
2001-12-02 13:58:03 +00:00
Martin Pool
7007bddaef
Show time-remaining as hh:mm:ss.
2001-12-02 13:45:38 +00:00
Martin Pool
2f8dc29182
Update notes
v2.5.1pre1
2001-12-02 13:22:55 +00:00
Martin Pool
6066594bbe
Improved estimation algorithm for time-to-complete.
2001-12-02 13:07:07 +00:00
Martin Pool
40c0289176
Typo fix by Tom Schmidt
2001-12-02 13:02:17 +00:00
Martin Pool
acf1af0cd9
const-cast required for silly UNICOS headers
2001-12-02 12:37:48 +00:00
Martin Pool
62791bdfa2
Also estimate time remaining.
2001-12-02 08:56:25 +00:00
Martin Pool
47f1218d69
Progress indicator now shows estimated rate of transfer (e.g. kB/s).
...
Based on a patch from Rik Faith, but modified to make sure we do only
one rprintf call, and that we never end up with two copies of the line
printed out.
2001-12-02 08:38:51 +00:00
Martin Pool
1179355dab
Revert change from 1.39, because it causes a crash because of
...
attempting to free a static string. (Thankyou to Paul Mackerras.)
There's still a small leak here.
2001-12-02 08:16:15 +00:00
Martin Pool
3d807132e4
Fix test suite breakage in calling tls.
...
Clean up test directory on completion.
2001-12-02 07:22:54 +00:00
Martin Pool
42d0b4c280
Bump version
2001-12-02 07:21:55 +00:00
Martin Pool
d313ae7d23
Move old news from release 2.5.0.
2001-12-02 07:17:50 +00:00
Martin Pool
28a69e25ea
More notes from email.
2001-12-02 07:07:43 +00:00
Martin Pool
ad911a7ac3
Typo fix from Matt Kraai <kraai@debian.org>
2001-12-02 06:17:33 +00:00
Martin Pool
5575de140d
Add note about device major/minor numbers, and about ACLs
2001-12-02 05:12:39 +00:00
David Dykstra
a5ce1eb1af
Add "$(OBJS): config.h" so everything will rebuild if config.h changes.
2001-11-30 22:21:20 +00:00
Martin Pool
76a78cd8bc
Add message to ignore warnings about mktemp
2001-11-30 22:06:29 +00:00
rsync-bugs
0b25efc12a
Modified file stored as well
v2.5.0
2001-11-30 00:31:06 +00:00
rsync-bugs
64cae087b6
preparing for release of 2.5.0
2001-11-30 00:29:46 +00:00
Martin Pool
b7cc59c503
Spec file needs to be generated from a template to include the version
...
number.
2001-11-30 00:29:20 +00:00
rsync-bugs
7eb8d18a99
preparing for release of 2.5.0
2001-11-30 00:23:11 +00:00
Martin Pool
e7bf3e5e87
Last bug fix for 2.5.0? Make the documentation for -a point out that
...
it does not in fact propagate hardlinsk.
2001-11-30 00:17:53 +00:00
Martin Pool
5aafd07b37
Note error cases that we ought to improve.
2001-11-30 00:16:14 +00:00
Martin Pool
053f3a831d
Note other supported platforms
2001-11-30 00:15:32 +00:00
Martin Pool
a2d2e5c047
Add notes on things to do mentioned on the list in the last few months.
2001-11-29 01:31:31 +00:00
Martin Pool
dd3a922035
IPv6 support is now merged.
2001-11-29 00:23:29 +00:00
Martin Pool
0e916c6038
Just include rsync.h rather than all the individual headers.
...
(Suggestion from Dave Dykstra.)
2001-11-29 00:15:20 +00:00
Martin Pool
87fcb63975
No need to test for memcmp, because even broken ones are good enough
...
for our purposes. (Patch from Dave Dykstra.)
2001-11-29 00:08:36 +00:00
Martin Pool
68b2cc5538
Show version when configuring.
...
If we don't seem to have an ANSI compiler, then omit a warning as soon
as that is discovered, because it is likely to break later configure
tests. This doesn't seem to catch the particular HP-UX compiler I was
after, which is non-ANSI but only emits a warning on this configure
test. Nevertheless probably better to have it in.
2001-11-29 00:04:48 +00:00
Martin Pool
4dcf3697ff
Add list of platforms that build.
2001-11-28 07:49:32 +00:00
Martin Pool
ea77525546
Note half-baked Darwin IPv6 support.
2001-11-28 07:12:09 +00:00
Martin Pool
17d5a07ec2
Put back the --disable-ipv6 option. This should only be needed if
...
your platform seems to support ipv6, but actually it breaks. This
seems to be the case for "powerpc-apple-darwin1.4".
2001-11-28 06:52:04 +00:00
Martin Pool
3966b9c609
Call this 2.4.7pre4
v2.4.7pre4
2001-11-28 04:32:33 +00:00
Martin Pool
1c47fbd96b
Note on HP-UX's bundled so-called C compiler.
2001-11-28 04:10:39 +00:00
Martin Pool
1691bdcafc
HP's cpp apparently can't handle whitespace before #include
2001-11-28 03:12:20 +00:00
Martin Pool
6a5ef41fb3
HP's cpp chokes on preprocessor directives that have whitespace before
...
the '#'. Off to the Implant Office with you!
2001-11-28 02:55:20 +00:00
Martin Pool
09b6f4b00d
Fix inet_ntop/pton names
2001-11-28 01:29:41 +00:00