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
Martin Pool
fb4c98c2c8
Test harness for unsafe_symlink: just passes in argv[].
2002-04-08 04:13:43 +00:00
Martin Pool
cd8e38b13f
Little stub module that replaces functions such as rprintf called from
...
many places with a redirector to stderr. If you just want to test a
particular routine you can link to this rather than the whole framework.
2002-04-08 04:12:31 +00:00
Martin Pool
b35d0d8e9a
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:10:20 +00:00
Martin Pool
c948e309f2
Don't generate code for zlib and popt.
2002-04-08 04:00:24 +00:00
Martin Pool
d1f83bcc81
Doc.
2002-04-08 03:43:54 +00:00
Martin Pool
e0fde757fd
Doc.
2002-04-08 03:38:36 +00:00
Martin Pool
25d34a5c80
Rearrange code slightly to avoid util.c depending on main.c.
2002-04-08 03:37:19 +00:00
Martin Pool
610364e3a6
Tune doxygen output, remove warning.
2002-04-08 03:13:11 +00:00
Martin Pool
036e70b024
Document unsafe_symlink().
2002-04-08 03:10:01 +00:00
Martin Pool
ac13ad106a
Clean up comments for Doxygen.
2002-04-08 03:03:04 +00:00
Martin Pool
bd9e9eccbd
Doc.
2002-04-08 02:41:23 +00:00
Martin Pool
8ff9d697c9
Note on debugging daemon
2002-04-08 02:39:00 +00:00
Martin Pool
62b68c8046
Notes about logging.
2002-04-08 01:59:21 +00:00
Martin Pool
e4724e5c1c
Note about two small bugs.
2002-04-05 07:25:06 +00:00
Martin Pool
559e727bf7
Test more permutations.
2002-04-05 07:13:01 +00:00
Martin Pool
126642b633
Fix filenames.
2002-04-05 07:04:23 +00:00
Martin Pool
cca4e06786
Get rid of testlink after use.
2002-04-05 07:00:53 +00:00
Martin Pool
2f1faea89b
Test case for --copy-unsafe-links, contributed by VladimÃr Michl,
...
converted to the test suite. Thankyou!
It fails at the moment; I don't know if that's a test bug or an rsync bug.
2002-04-05 06:57:47 +00:00
Martin Pool
3d90ec146f
Doc
2002-04-05 06:17:50 +00:00
Martin Pool
1bc209b441
Fix completely braindead previous patch. Thanks Jos.
2002-04-03 06:55:24 +00:00
Martin Pool
1433e6da69
Patch from Zoong Pham and Albert Chin to improve detection of
...
getaddrinfo on Tru64.
Also configure.in test for mkfifo and sys/un.h, although we don't
actually use that yet.
2002-04-03 06:03:27 +00:00