Martin Pool
e35080cede
long int and signedness fix from Nelson Beebe
2002-04-09 06:11:06 +00:00
Martin Pool
ce8149b6fe
long int fix from Nelson Beebe
2002-04-09 06:03:50 +00:00
Martin Pool
a86179f429
Fix type error.
2002-04-09 05:32:52 +00:00
Martin Pool
56cf38ac98
Add RERR_OK == 0
2002-04-09 05:29:26 +00:00
Martin Pool
b0f451eb3b
Doc _exit_cleanup.
2002-04-09 05:26:46 +00:00
Martin Pool
d0829892c6
Doc start_socket_client
2002-04-09 05:23:07 +00:00
Martin Pool
fdf88d7574
Doc start_socket_client
2002-04-09 05:20:30 +00:00
Martin Pool
595f2d4d97
Notes about supplementary groups and -z.
2002-04-09 05:14:59 +00:00
Martin Pool
cae95647a4
Doc.
2002-04-09 05:07:15 +00:00
Martin Pool
a254fd9798
Doc.
2002-04-09 05:03:45 +00:00
Martin Pool
805edf9d7d
A bit more support for IO phase names.
2002-04-09 05:00:03 +00:00
Martin Pool
eca2adb4b3
OK, we can now get phase messages if we fail in send_file_entry
2002-04-09 04:50:25 +00:00
Martin Pool
4eea7793ea
Doc
...
Try symlinks with an empty target
2002-04-09 04:49:42 +00:00
Martin Pool
67684d038d
long int fix from Nelson Beebe
2002-04-09 04:49:23 +00:00
Martin Pool
98b332edea
Fix typo.
...
Show io phase name in error message.
2002-04-09 04:41:03 +00:00
Martin Pool
e681e82066
Rather than a loop subtracting 1e6 to convert usecs to secs/usecs, just
...
use div/mod.
2002-04-09 04:33:32 +00:00
Martin Pool
08571358b1
Factor out bwlimit sleep code from writefd_unbuffered into its own function.
2002-04-09 04:29:46 +00:00
Martin Pool
8901a07fdb
Clarify "error writing %d bytes" message.
2002-04-09 04:23:18 +00:00
Martin Pool
880da0072e
Clean up docs.
2002-04-09 04:20:36 +00:00
Martin Pool
a83600cc82
Change error message "partial transfer" to "some files could not be
...
transferred".
I don't generally like changing that sort of thing, but I think this
one was a persistent source of confusion.
2002-04-08 09:10:50 +00:00
Martin Pool
dd0628f85f
Note code cleanups
2002-04-08 09:09:03 +00:00
Martin Pool
e66dfd1879
Doc and indent only.
2002-04-08 09:05:26 +00:00
Martin Pool
bf2daeaf2d
Remove redundant list of options. It might be nice to summarise the
...
most frequently-used ones in here.
Nelson Beebe pointed out that the information about bug tracking was
out of date.
2002-04-08 08:58:26 +00:00
Martin Pool
bd0ad74f4b
Notes on MD4 performance. This quite unnecessarily takes up 90% of
...
CPU on a local transfer, without achieving anything useful.
2002-04-08 08:39:03 +00:00
Martin Pool
79f671cc7c
Doc
2002-04-08 08:35:30 +00:00
Martin Pool
0f9c48b1d2
Doc file
2002-04-08 08:34:03 +00:00
Martin Pool
538ba24fd7
Doc match_sums.
2002-04-08 08:33:13 +00:00
Martin Pool
d37d8d7b69
Doc sum_update
2002-04-08 08:29:04 +00:00
Martin Pool
f4a0483ab8
Add manual prototype for maintainer-mode function
2002-04-08 08:24:59 +00:00
Martin Pool
f5f95a38c4
Document the perversely-named matched() function, which is called even
...
if we have not matched!
2002-04-08 08:23:50 +00:00
Martin Pool
3e7053ac59
With -vv, show state of --whole-file once at the start of the transfer.
2002-04-08 08:06:18 +00:00
Martin Pool
420ef2c419
Doc.
2002-04-08 08:02:08 +00:00
Martin Pool
9fb3f7a9ab
Doc rsync_panic_handler()
2002-04-08 07:46:34 +00:00
Martin Pool
734a94a20c
Clean up prototype.
...
Drop unused variables.
2002-04-08 07:42:54 +00:00
Martin Pool
b44be3e944
Fix prototype.
2002-04-08 07:39:56 +00:00
Martin Pool
fc0302cf07
Show panic_action in --version.
2002-04-08 07:36:05 +00:00
Martin Pool
4fdc39dde8
Allow panic_action to be configured through environment variable RSYNC_PANIC_ACTION.
2002-04-08 07:34:17 +00:00
Martin Pool
9a933bc2ce
t_unsafe needs asnprintf on some platforms.
2002-04-08 06:23:34 +00:00
Martin Pool
524dc9afd6
correct behaviour is unclear
2002-04-08 06:18:03 +00:00
Martin Pool
e4d709cbf8
Cleanup
2002-04-08 06:01:26 +00:00
Martin Pool
48c1586cd1
handle yodl and vpath
2002-04-08 05:38:51 +00:00
Martin Pool
7bd0cf5b8f
Clarify meaning of unsafe symlinks
2002-04-08 05:30:28 +00:00
Martin Pool
fcb69e5cdc
Fix copyright.
2002-04-08 05:28:31 +00:00
Martin Pool
96557d23a3
Add more test cases.
...
Turn off -x.
2002-04-08 05:22:50 +00:00
Martin Pool
4e5db0ad4a
Doc.
2002-04-08 05:21:51 +00:00
Martin Pool
c81a32f071
Add more test cases.
2002-04-08 05:19:41 +00:00
Martin Pool
6f2623fd69
Formatting cleanup.
2002-04-08 04:59:34 +00:00
Martin Pool
b4235b3165
Doc.
2002-04-08 04:48:51 +00:00
Martin Pool
d25c0e42c7
A test suite that calls unsafe_symlink() directly to see how it
...
handles different strings.
2002-04-08 04:47:01 +00:00
Martin Pool
0ecfbf27c3
Split code out into separate files and remove some global variables to
...
reduce symbol dependencies between files and therefore make it easier
to write unit tests. The diff is large, but the actual code changes
are pretty small.
2002-04-08 04:16:46 +00:00