Martin Pool
c1a04ecbfd
Doc.
2002-03-22 05:08:53 +00:00
Martin Pool
69b06c50c4
Use id -G rather than groups to get a list of groups for this
...
user, so that we can cope on systems like Cygwin that tend to have
group names containing spaces.
2002-03-22 05:06:36 +00:00
Martin Pool
6aaf8d8c10
* Make "make install-strip" works properly, and "make install"
...
accepts a DESTDIR variable for help in building binary packages.
(Peter Breitenlohner)
2002-03-20 05:53:40 +00:00
Martin Pool
4cf64834ed
Patch from Paul Haas:
...
* Fix situation where failure to fork (e.g. because out of process
slots) would cause rsync to kill all processes owned by the
current user. Yes, really! (Paul Haas, Martin Pool)
Also, add a little more documentation and paranoia to make sure we
never call kill(2) with a negative pid.
2002-03-20 01:09:49 +00:00
David Dykstra
b8709f5046
Now that whole_file and no_whole_file are separate variables, have the
...
--whole-file and --no-whole-file options set/reset both variables so if
more than one option is specified the last one will be the one honored.
2002-03-19 20:16:42 +00:00
Martin Pool
24448f741f
Clean up sgml.
...
Add note about building with gcc.
2002-03-19 05:52:34 +00:00
Martin Pool
76533c52dc
todo: Versions of read() and write() that corrupt the stream, or abruptly fail
2002-03-19 05:23:04 +00:00
Martin Pool
3ff984d7a7
Fix --help layout.
2002-03-19 05:09:19 +00:00
Martin Pool
7a52790b50
Fix overly long line in version.
2002-03-19 05:01:36 +00:00
Martin Pool
7b329a2d79
Follow advice from GPL to insert a disclaimer of warranty in the
...
version and help information.
2002-03-19 05:00:05 +00:00
Martin Pool
599dc93c64
Doc: Pipe program that makes slow/jerky connections.
2002-03-19 04:14:30 +00:00
Martin Pool
8b54f00466
Include all fields in the options table to quieten gcc warnings about
...
missing initializers.
2002-03-19 04:10:07 +00:00
Martin Pool
8469faef03
Intentional test of assert :_)
2002-03-19 03:59:51 +00:00
Martin Pool
bceec82f35
Previous solution for --no-whole-file would probably break when
...
connecting to old servers that don't have --no-whole-file.
Instead, we handle no_whole_file and whole_file separately, without
the magic -1 value. We don't modify no_whole_file after
initialization.
2002-03-19 03:39:42 +00:00
Martin Pool
ed521de525
Sending --no-whole-file is no good because it will not work with old
...
versions of rsync.
2002-03-19 03:27:33 +00:00
Martin Pool
d157de203a
Typo.
2002-03-19 03:23:08 +00:00
Martin Pool
1bfbf40bd5
Fix --whole-file problem that caused it to be the default even for
...
remote connections. (Frank Schulz)
<http://lists.samba.org/pipermail/rsync/2002-March/006526.html >
Also, add documentation for whole_file and add assertions that the
value is valid.
2002-03-19 03:21:53 +00:00
Martin Pool
6d19c6742c
Need a test for "refuse options"
2002-03-16 09:26:33 +00:00
Martin Pool
a628b06977
Note about 100295@bugs.debian.org
2002-03-16 09:11:56 +00:00
Martin Pool
6b2d24de2c
Make sure that freeaddrinfo is called on all code paths leading away
...
from a call to getaddrinfo. (Dave Dykstra)
<20011219085021.A23107@lucent.com >
2002-03-16 09:00:44 +00:00
Martin Pool
e23d790fa7
Doc: Note from Dave Dykstra that getaddrinfo calls must be paired with
...
freeaddrinfo().
2002-03-16 08:23:08 +00:00
Martin Pool
2a5904a580
Add more rules for make distclean.
2002-03-16 08:21:15 +00:00
Martin Pool
4610ac79c2
"make distclean": We try to delete built files from both the source
...
and build directories, just in case somebody previously configured
things in the source directory.
2002-03-16 08:18:19 +00:00
Martin Pool
142f5be922
Note about --progress patch.
2002-03-16 00:00:43 +00:00
Martin Pool
b17dd0c435
Note about debian #28416
2002-03-15 14:01:43 +00:00
Martin Pool
3669201179
Add debian bug #
2002-03-15 13:42:42 +00:00
Martin Pool
a5c48193c7
Keep stderr and stdout properly separated (Debian #23626 )
2002-03-15 13:38:12 +00:00
Martin Pool
4366275bab
Doc: Debian uses "nogroup" instead of group "nobody", so our defaults
...
are not so good.
2002-03-15 12:53:21 +00:00
Martin Pool
c579310a00
If we've finished transferring a file, show the time taken; otherwise
...
show expected time to complete. That's kind of inconsistent, but
people can probably cope. Hopefully we'll get more consistent and
complete progress reporting soon. (Cameron Simpson)
2002-03-15 12:45:10 +00:00
Martin Pool
96553aa7ef
Typo.
2002-03-15 06:29:22 +00:00
Martin Pool
2094283b80
On Solaris, put /usr/ucb/bin at the end of the path to help find
...
utilities we might need. (Like 'whoami' in this case.)
2002-03-15 06:28:58 +00:00
Martin Pool
4c631ac621
Try to handle 'test -L' on Sun.
2002-03-15 01:22:09 +00:00
Martin Pool
d96d3893dd
Try to handle 'test -L' on Sun.
2002-03-15 01:08:53 +00:00
Martin Pool
b73b51a9e4
More notes
2002-03-15 01:04:25 +00:00
Martin Pool
3c1edccb7b
Suggestion from david.e.sewell to add --diff.
2002-03-15 01:03:24 +00:00
David Dykstra
b23c290630
Eliminate extraneous "done" messages in verbose mode. Problem reported by
...
Lee Eakin.
2002-03-14 21:20:20 +00:00
Martin Pool
c7b562becf
Correct the plural in "1 file to consider." (Greg Louis)
2002-03-14 12:00:12 +00:00
Martin Pool
5648a81936
Add phony target to run Splint.
2002-03-14 10:42:52 +00:00
Martin Pool
daa3d0e2da
"make install-strip" works. (Greg Louis)
2002-03-14 10:38:55 +00:00
Martin Pool
c9a66d41fe
Roll over news file; put in page markers.
2002-03-14 10:33:59 +00:00
Martin Pool
0ee1bd82c5
Bump version to 2.5.5cvs
2002-03-14 03:10:23 +00:00
Martin Pool
53e1f937bc
Show user name and uname -a in the test output header, to aid in bug
...
reports. (We mostly want to know if they're root or not.)
2002-03-14 03:04:36 +00:00
Martin Pool
604f343c49
Doc: "opening tcp connection to %s port %d" is kind of misleading when
...
running the test case.
2002-03-14 02:55:11 +00:00
Martin Pool
e9c4c3018b
More notes on testing.
2002-03-13 04:25:10 +00:00
Martin Pool
db1babe6a9
If a child of the rsync daemon dies with a signal, we should notice
...
that when we reap it and log a message.
2002-03-13 00:25:00 +00:00
Martin Pool
f1abcc7a4c
Bump version to 2.5.4.
v2.5.4
2002-03-13 00:03:34 +00:00
Martin Pool
97e1254a2d
Notes on chmod.
2002-03-12 23:55:33 +00:00
Martin Pool
89b0a3d963
If we get an error writing to a socket, then we should perhaps
...
continue trying to read to see if an error message comes across
explaining why the socket is closed. I'm not sure if this would
work, but it would certainly make our messages more helpful.
2002-03-12 06:08:36 +00:00
Martin Pool
3a79260d3a
Add link to purify replacement.
2002-03-12 05:48:57 +00:00
Martin Pool
43a4dc1053
Add link to purify replacement.
2002-03-12 05:47:45 +00:00