rsync-bugs
99994aef3e
preparing for release of 2.4.5
v2.4.5
2000-08-19 13:10:57 +00:00
Andrew Tridgell
78043d1969
man page updates
2000-08-19 13:04:48 +00:00
Andrew Tridgell
43e46b4cf6
allow 0.0.0.0/0 syntax in hosts allow/deny
...
patch from Charles Levert <charles@comm.polymtl.ca >
2000-08-19 13:04:29 +00:00
Andrew Tridgell
9ec16c83be
added msleep() function
2000-08-19 12:53:51 +00:00
Andrew Tridgell
a24c687094
sleep for a smaller time while waiting for a process to exit
2000-08-19 12:53:24 +00:00
Andrew Tridgell
60cb2f9016
added "ignore nonreadable" option (useful for hiding files in public archives)
2000-08-19 12:53:00 +00:00
Andrew Tridgell
ac1a0994b6
added an explicit noexcludes flag to make_file()
...
this fixes a bug with --backup-dir and -x
added "ignore nonreadable" option (useful for hiding files in public archives)
2000-08-19 12:52:39 +00:00
Andrew Tridgell
f2cbf44ba5
added an explicit noexcludes flag to make_file()
2000-08-19 12:51:26 +00:00
Andrew Tridgell
dab552237e
I don't like automatic header dependencies
2000-08-19 12:51:00 +00:00
Andrew Tridgell
2201ba580e
added MacOS support to config.guess (from wsanchez@apple.com)
2000-08-19 12:09:52 +00:00
Andrew Tridgell
b7c33e3bde
fixed backup_dir bug introduced with recent memory handling patches
2000-08-19 11:06:04 +00:00
Andrew Tridgell
82980a2384
fixed timing problem with cleanup and io_flush() by using non-blocking
...
waitpid()
2000-08-16 08:34:18 +00:00
David Dykstra
b6a30afc98
Undo last setting of blocking_io. I hadn't reviewed the code well enough;
...
turns out that when client is talking to a server daemon it never executes
this leg of code. Oops. The people who said it made a difference when
they changed the code must have been wrong.
2000-08-04 21:26:17 +00:00
David Dykstra
ed91f3e418
Turn on blocking_io when starting client of rsync server daemon.
2000-08-04 21:18:23 +00:00
David Dykstra
60c8d7bc7f
Enable --compare-dest to work in combination with --always-checksum.
...
Problem and suggested patch from Dean Scothern dino@cricinfo.com (although
I re-wrote the patch).
2000-08-04 21:11:46 +00:00
rsync-bugs
5783c065ba
preparing for release of 2.4.4
v2.4.4
2000-07-29 05:05:38 +00:00
Andrew Tridgell
adc19c987b
fix from T.J.Adye@rl.ac.uk for final goodbye message with new protocol
2000-07-29 04:58:24 +00:00
Andrew Tridgell
3d38277706
optimisations from Rich Salz <rsalz@caveosystems.com>
2000-07-29 04:52:05 +00:00
Andrew Tridgell
64c704f0b9
added blocking-io docs
2000-07-29 04:41:19 +00:00
Andrew Tridgell
69c6522734
added *.bz2 and *.tbz to default dont compress list
2000-06-24 13:20:21 +00:00
Andrew Tridgell
0f8f98c8ff
added insure debug support
2000-06-24 13:19:53 +00:00
Andrew Tridgell
e384bfbdcb
if the remote shell is rsh then use blocking IO
2000-06-24 13:19:25 +00:00
Andrew Tridgell
08e5094d7f
added some comments on blocking-io
2000-06-23 13:54:29 +00:00
Andrew Tridgell
4b3977bf00
get rid of annoying symlink error messages
2000-06-23 13:54:08 +00:00
Andrew Tridgell
c80ccabb0c
added --blocking-io option
2000-06-23 13:50:18 +00:00
David Dykstra
ef5d23ebcd
Add --bwlimit option contributed by Matthew Demicco and Jamie Gritton.
2000-06-06 21:13:05 +00:00
David Dykstra
27b9a19be0
Do better job at describing exclude/include in man page. Based on suggestions
...
from Harry Putnam <reader@newsguy.com >.
2000-05-19 14:58:28 +00:00
Andrew Tridgell
14175f1e77
fixed bug in replacement inet_aton()
2000-04-19 05:49:15 +00:00
Andrew Tridgell
269833af78
test was the wrong way around
2000-04-19 05:44:43 +00:00
Andrew Tridgell
fca3ef06cd
autoconf test for broken solaris inet_aton()
2000-04-19 05:33:39 +00:00
Andrew Tridgell
07a14ef8b2
by default don't gzip .iso images
2000-04-19 05:33:06 +00:00
rsync-bugs
21cde2888c
preparing for release of 2.4.3
v2.4.3
2000-04-09 02:53:57 +00:00
Andrew Tridgell
4a7481889c
use 1 second sleeps in the sleep loop as some OSes (NT for example)
...
don't get interrupted during a sleep.
2000-04-09 02:32:57 +00:00
Andrew Tridgell
0adb99b9dc
don't pprint the IO timeout message if we are a server or daemon (can
...
cause recursive error messages)
2000-04-09 02:32:18 +00:00
Andrew Tridgell
36349ea0be
a very simple fix - if I'd only thought if it last week :)
...
rsh relies on stdin being blocking
ssh relies on stdout being non-blocking
what we've done before is to set both stdin and stdout to either
blocking or non-blocking. Now I set stdin to blocking and stdout to
non-blocking. This seems to fix all cases I've tested.
2000-04-09 02:16:42 +00:00
rsync-bugs
ec3f7d1b61
preparing for release of 2.4.2
v2.4.2
2000-03-30 14:24:37 +00:00
Andrew Tridgell
f0359dd00d
went back to non-blokcing IO
...
it looks like ssh is willing to accept a non-blocking fd when used as
a transport, this seems to avoid the Solaris socketpair bug
2000-03-30 14:15:00 +00:00
Andrew Tridgell
ef55c686bc
add a --ignore-errors option
2000-03-21 04:06:04 +00:00
David Dykstra
5f7ce2041c
Describe symbolic link handling when writing to a "use chroot = no" module.
2000-02-25 17:02:45 +00:00
David Dykstra
328fcf113a
Somebody was confused into thinking that "Here are some examples" in the
...
section on exclude/include was supposed to be about "+/-" so I changed
the statement to "Here are some exclude/include examples".
2000-02-22 19:47:44 +00:00
David Dykstra
24c857f1de
Change socketpair test to verify that it works rather than just exists,
...
because I have an obscure system (Amdahl's UTS 2.1.2) in which socketpair()
exists but is broken.
2000-02-22 15:55:40 +00:00
David Dykstra
a784e10d00
Move the checking for -lsocket -lnsl ahead of the checking for most of
...
the functions, especially "socketpair" so that socket-related functions will
be properly discovered on SVR4-based systems such as Solaris. Problem
discovered by Kenji Miyake <kenji@miyake.org >
2000-02-15 22:44:18 +00:00
rsync-bugs
7eb6bf0397
preparing for release of 2.4.1
v2.4.1
2000-01-30 01:02:59 +00:00
Andrew Tridgell
49d6fdc036
patch from Jim Delahanty <mail_us@swbell.net> to ensure files are
...
deleted after being backed up in a rename operation
2000-01-30 00:56:43 +00:00
Andrew Tridgell
8b35435f7c
another hang-at-end fix. It looks like we are more sensiitive to
...
these with socketpairs. The receiver now sleeps until it gets a signal
to tell it to exit
also fixed test.sh to use the current version remotely
2000-01-30 00:50:19 +00:00
Andrew Tridgell
8ada751890
damn.
...
with the new error handling code it is possible for rsync to get stuck
on the final transaction, leaving it hung.
looks like 2.4.1 will be pretty soon
2000-01-29 23:49:36 +00:00
rsync-bugs
1a52e84874
preparing for release of 2.4.0
v2.4.0
2000-01-29 11:35:39 +00:00
Andrew Tridgell
53c5cbed23
change version to 2.4.0pre2
2000-01-29 05:25:53 +00:00
Andrew Tridgell
4a81463880
use full buffer length, not strlen
2000-01-29 05:16:13 +00:00
Andrew Tridgell
09b7f5dbb1
move the read only daemon test to after the protocol setup
2000-01-29 05:02:23 +00:00