Tell folks to go to the bug-tracking page to report bugs.
[rsync/rsync.git] / TODO
CommitLineData
46ef7d1d 1-*- indented-text -*-
a0365806 2
259c3e72 3BUGS ---------------------------------------------------------------
abb0b532
S
4Fix progress indicator to not corrupt log
5lchmod question
6Do not rely on having a group called "nobody"
7Incorrect timestamps (Debian #100295)
8Win32
9
10FEATURES ------------------------------------------------------------
11server-imposed bandwidth limits
12rsyncd over ssh
13Use chroot only if supported
14Allow supplementary groups in rsyncd.conf 2002/04/09
15Handling IPv6 on old machines
16Other IPv6 stuff:
17Add ACL support 2001/12/02
18Lazy directory creation
abb0b532
S
19proxy authentication 2002/01/23
20SOCKS 2002/01/23
21FAT support
22Allow forcing arbitrary permissions 2002/03/12
23--diff david.e.sewell 2002/03/15
24Add daemon --no-detach and --no-fork options
16a3fec0 25Create more granular verbosity jw 2003/05/15
abb0b532
S
26
27DOCUMENTATION --------------------------------------------------------
28Update README
29Keep list of open issues and todos on the web site
30Update web site from CVS
31Perhaps redo manual as SGML
32
33LOGGING --------------------------------------------------------------
34Make dry run list all updates 2002/04/03
35Memory accounting
36Improve error messages
37Better statistics: Rasmus 2002/03/08
38Perhaps flush stdout like syslog
39Log deamon sessions that just list modules
40Log child death on signal
41Keep stderr and stdout properly separated (Debian #23626)
42Log errors with function that reports process of origin
43verbose output David Stein 2001/12/20
44Add reason for transfer to file logging
45debugging of daemon 2002/04/08
46internationalization
47
48DEVELOPMENT --------------------------------------------------------
49Handling duplicate names
50Use generic zlib 2002/02/25
51TDB: 2002/03/12
52Splint 2002/03/12
53Memory debugger
54Create release script
55Add machines to build farm
56
57PERFORMANCE ----------------------------------------------------------
58File list structure in memory
59Traverse just one directory at a time
abb0b532
S
60Allow skipping MD4 file_sum 2002/04/08
61Accelerate MD4
abb0b532
S
62
63TESTING --------------------------------------------------------------
64Torture test
65Cross-test versions 2001/08/22
66Test on kernel source
67Test large files
68Create mutator program for testing
69Create configure option to enable dangerous tests
70If tests are skipped, say why.
71Test daemon feature to disallow particular options.
72Create pipe program for testing
73Create test makefile target for some tests
abb0b532
S
74
75RELATED PROJECTS -----------------------------------------------------
76rsyncsh
77http://rsync.samba.org/rsync-and-debian/
78rsyncable gzip patch
79rsyncsplit as alternative to real integration with gzip?
80reverse rsync over HTTP Range
81
259c3e72 82
abb0b532
S
83
84BUGS ---------------------------------------------------------------
85
abb0b532
S
86Fix progress indicator to not corrupt log
87
88 Progress indicator can produce corrupt output when transferring directories:
e4724e5c
MP
89
90 main/binary-arm/
91 main/binary-arm/admin/
92 main/binary-arm/base/
93 main/binary-arm/comm/8.56kB/s 0:00:52
94 main/binary-arm/devel/
95 main/binary-arm/doc/
96 main/binary-arm/editors/
97 main/binary-arm/electronics/s 0:00:53
98 main/binary-arm/games/
99 main/binary-arm/graphics/
100 main/binary-arm/hamradio/
101 main/binary-arm/interpreters/
102 main/binary-arm/libs/6.61kB/s 0:00:54
103 main/binary-arm/mail/
104 main/binary-arm/math/
105 main/binary-arm/misc/
106
abb0b532
S
107 -- --
108
109
110lchmod question
7e28fca1 111
e4724e5c 112 I don't think we handle this properly on systems that don't have the
7e28fca1
MP
113 call. Are there any such?
114
abb0b532 115 -- --
e4724e5c 116
5ba268ef 117
8bd1a73e
MP
118Do not rely on having a group called "nobody"
119
120 http://www.linuxbase.org/spec/refspecs/LSB_1.1.0/gLSB/usernames.html
121
122 On Debian it's "nogroup"
e4724e5c 123
abb0b532 124 -- --
b3e6c815 125
d2e9d069 126
abb0b532 127Incorrect timestamps (Debian #100295)
d2e9d069 128
abb0b532 129 A bit hard to believe, but apparently it happens.
d2e9d069 130
abb0b532 131 -- --
d2e9d069 132
d2e9d069 133
abb0b532 134Win32
0e5a1f83 135
abb0b532 136 Don't detach, because this messes up --srvany.
0e5a1f83 137
abb0b532 138 http://sources.redhat.com/ml/cygwin/2001-08/msg00234.html
a6a3c3df 139
a6a3c3df 140
b3e6c815 141
abb0b532 142 -- --
0e5a1f83 143
abb0b532 144FEATURES ------------------------------------------------------------
a6a3c3df 145
abb0b532 146server-imposed bandwidth limits
a6a3c3df 147
abb0b532 148 -- --
0e5a1f83 149
a6a3c3df 150
abb0b532 151rsyncd over ssh
a6a3c3df 152
abb0b532 153 There are already some patches to do this.
a6a3c3df 154
abb0b532
S
155 BitKeeper uses a server whose login shell is set to bkd. That's
156 probably a reasonable approach.
a6a3c3df 157
abb0b532 158 -- --
a6a3c3df 159
a6a3c3df 160
abb0b532 161Use chroot only if supported
a6a3c3df 162
abb0b532 163 If the platform doesn't support it, then don't even try.
a6a3c3df 164
abb0b532
S
165 If running as non-root, then don't fail, just give a warning.
166 (There was a thread about this a while ago?)
a6a3c3df 167
abb0b532
S
168 http://lists.samba.org/pipermail/rsync/2001-August/thread.html
169 http://lists.samba.org/pipermail/rsync/2001-September/thread.html
a6a3c3df 170
abb0b532 171 -- --
a6a3c3df 172
a6a3c3df 173
abb0b532 174Allow supplementary groups in rsyncd.conf 2002/04/09
a6a3c3df 175
abb0b532
S
176 Perhaps allow supplementary groups to be specified in rsyncd.conf;
177 then make the first one the primary gid and all the rest be
178 supplementary gids.
a2d2e5c0 179
abb0b532 180 -- --
a2d2e5c0 181
bde47ca7 182
411acbbc 183Handling IPv6 on old machines
bde47ca7 184
411acbbc
MP
185 The KAME IPv6 patch is nice in theory but has proved a bit of a
186 nightmare in practice. The basic idea of their patch is that rsync
187 is rewritten to use the new getaddrinfo()/getnameinfo() interface,
188 rather than gethostbyname()/gethostbyaddr() as in rsync 2.4.6.
189 Systems that don't have the new interface are handled by providing
190 our own implementation in lib/, which is selectively linked in.
c7d692c3 191
411acbbc
MP
192 The problem with this is that it is really hard to get right on
193 platforms that have a half-working implementation, so redefining
194 these functions clashes with system headers, and leaving them out
195 breaks. This affects at least OSF/1, RedHat 5, and Cobalt, which
196 are moderately improtant.
197
198 Perhaps the simplest solution would be to have two different files
199 implementing the same interface, and choose either the new or the
200 old API. This is probably necessary for systems that e.g. have
201 IPv6, but gethostbyaddr() can't handle it. The Linux manpage claims
202 this is currently the case.
203
204 In fact, our internal sockets interface (things like
205 open_socket_out(), etc) is much narrower than the getaddrinfo()
206 interface, and so probably simpler to get right. In addition, the
207 old code is known to work well on old machines.
208
209 We could drop the rather large lib/getaddrinfo files.
210
abb0b532
S
211 -- --
212
411acbbc
MP
213
214Other IPv6 stuff:
215
c33e3e39
MP
216 Implement suggestions from http://www.kame.net/newsletter/19980604/
217 and ftp://ftp.iij.ad.jp/pub/RFC/rfc2553.txt
218
219 If a host has multiple addresses, then listen try to connect to all
220 in order until we get through. (getaddrinfo may return multiple
c10b0bdd 221 addresses.) This is kind of implemented already.
c33e3e39
MP
222
223 Possibly also when starting as a server we may need to listen on
224 multiple passive addresses. This might be a bit harder, because we
225 may need to select on all of them. Hm.
226
a2d2e5c0
MP
227 Define a syntax for IPv6 literal addresses. Since they include
228 colons, they tend to break most naming systems, including ours.
229 Based on the HTTP IPv6 syntax, I think we should use
230
a577af90 231 rsync://[::1]/foo/bar [::1]::bar
a2d2e5c0
MP
232
233 which should just take a small change to the parser code.
234
abb0b532 235 -- --
b17dd0c4
MP
236
237
abb0b532 238Add ACL support 2001/12/02
5575de14 239
5575de14
MP
240 Transfer ACLs. Need to think of a standard representation.
241 Probably better not to even try to convert between NT and POSIX.
242 Possibly can share some code with Samba.
5aafd07b 243
abb0b532
S
244 -- --
245
246
247Lazy directory creation
28a69e25
MP
248
249 With the current common --include '*/' --exclude '*' pattern, people
250 can end up with many empty directories. We might avoid this by
251 lazily creating such directories.
252
abb0b532 253 -- --
c6e27b60 254
28a69e25 255
abb0b532 256proxy authentication 2002/01/23
92325ada
MP
257
258 Allow RSYNC_PROXY to be http://user:pass@proxy.foo:3128/, and do
a577af90 259 HTTP Basic Proxy-Authentication.
92325ada
MP
260
261 Multiple schemes are possible, up to and including the insanity that
262 is NTLM, but Basic probably covers most cases.
263
abb0b532
S
264 -- --
265
266
267SOCKS 2002/01/23
92325ada
MP
268
269 Add --with-socks, and then perhaps a command-line option to put them
270 on or off. This might be more reliable than LD_PRELOAD hacks.
271
abb0b532
S
272 -- --
273
274
5ba268ef
MP
275FAT support
276
a577af90
PG
277 rsync to a FAT partition on a Unix machine doesn't work very well at
278 the moment. I think we get errors about invalid filenames and
5ba268ef
MP
279 perhaps also trying to do atomic renames.
280
a577af90
PG
281 I guess the code to do this is currently #ifdef'd on Windows;
282 perhaps we ought to intelligently fall back to it on Unix too.
5ba268ef 283
abb0b532 284 -- --
5ba268ef 285
27741d9f 286
abb0b532 287Allow forcing arbitrary permissions 2002/03/12
e53fe9a2 288
abb0b532
S
289 On 12 Mar 2002, Dave Dykstra <dwd@bell-labs.com> wrote:
290 > If we would add an option to do that functionality, I
291 > would vote for one that was more general which could mask
292 > off any set of permission bits and possibly add any set of
293 > bits. Perhaps a chmod-like syntax if it could be
294 > implemented simply.
97e1254a 295
a577af90 296 I think that would be good too. For example, people uploading files
97e1254a
MP
297 to a web server might like to say
298
299 rsync -avzP --chmod a+rX ./ sourcefrog.net:/home/www/sourcefrog/
300
301 Ideally the patch would implement as many of the gnu chmod semantics
302 as possible. I think the mode parser should be a separate function
a577af90
PG
303 that passes back something like (mask,set) description to the rest
304 of the program. For bonus points there would be a test case for the
97e1254a
MP
305 parser.
306
8bd1a73e
MP
307 Possibly also --chown
308
36692011
MP
309 (Debian #23628)
310
abb0b532 311 -- --
97e1254a 312
abb0b532
S
313
314--diff david.e.sewell 2002/03/15
3c1edccb
MP
315
316 Allow people to specify the diff command. (Might want to use wdiff,
317 gnudiff, etc.)
318
319 Just diff the temporary file with the destination file, and delete
320 the tmp file rather than moving it into place.
321
322 Interaction with --partial.
323
324 Security interactions with daemon mode?
325
abb0b532 326 -- --
3c1edccb
MP
327
328
abb0b532 329Add daemon --no-detach and --no-fork options
a628b069 330
abb0b532
S
331 Very useful for debugging. Also good when running under a
332 daemon-monitoring process that tries to restart the service when the
333 parent exits.
6d19c674 334
abb0b532 335 -- --
6d19c674 336
16a3fec0
S
337
338Create more granular verbosity jw 2003/05/15
339
340 Control output with the --report option.
341
342 The option takes as a single argument (no whitespace) a
343 comma delimited lists of keywords.
344
345 This would separate debugging from "logging" as well as
346 fine grained selection of statistical reporting and what
347 actions are logged.
348
349 http://lists.samba.org/archive/rsync/2003-May/006059.html
350
351 -- --
352
abb0b532 353DOCUMENTATION --------------------------------------------------------
6d19c674 354
abb0b532 355Update README
6d19c674 356
abb0b532 357 -- --
6479c2ed
MP
358
359
abb0b532 360Keep list of open issues and todos on the web site
bd0ad74f 361
abb0b532 362 -- --
bd0ad74f 363
bd0ad74f 364
abb0b532 365Update web site from CVS
bd0ad74f 366
abb0b532 367 -- --
bd0ad74f 368
bd0ad74f 369
abb0b532 370Perhaps redo manual as SGML
bd0ad74f 371
abb0b532
S
372 The man page is getting rather large, and there is more information
373 that ought to be added.
bd0ad74f 374
abb0b532 375 TexInfo source is probably a dying format.
6479c2ed 376
abb0b532
S
377 Linuxdoc looks like the most likely contender. I know DocBook is
378 favoured by some people, but it's so bloody verbose, even with emacs
379 support.
a628b069 380
abb0b532 381 -- --
a2d2e5c0 382
abb0b532 383LOGGING --------------------------------------------------------------
a2d2e5c0 384
abb0b532
S
385Make dry run list all updates 2002/04/03
386
387 --dry-run is too dry
388
389 Mark Santcroos points out that -n fails to list files which have
390 only metadata changes, though it probably should.
391
392 There may be a Debian bug about this as well.
393
394 -- --
395
396
397Memory accounting
398
399 At exit, show how much memory was used for the file list, etc.
400
401 Also we do a wierd exponential-growth allocation in flist.c. I'm
402 not sure this makes sense with modern mallocs. At any rate it will
403 make us allocate a huge amount of memory for large file lists.
404
405 -- --
406
407
408Improve error messages
409
410 If we hang or get SIGINT, then explain where we were up to. Perhaps
411 have a static buffer that contains the current function name, or
412 some kind of description of what we were trying to do. This is a
413 little easier on people than needing to run strace/truss.
414
415 "The dungeon collapses! You are killed." Rather than "unexpected
416 eof" give a message that is more detailed if possible and also more
417 helpful.
418
419 If we get an error writing to a socket, then we should perhaps
420 continue trying to read to see if an error message comes across
421 explaining why the socket is closed. I'm not sure if this would
422 work, but it would certainly make our messages more helpful.
423
424 What happens if a directory is missing -x attributes. Do we lose
425 our load? (Debian #28416) Probably fixed now, but a test case would
426 be good.
a2d2e5c0 427
96fb478e
WD
428 When running as a daemon, some errors should both be returned to the
429 user and logged. This will make interacting with a daemon less
430 cryptic.
5ba268ef 431
abb0b532 432 -- --
0e23e41d 433
abb0b532
S
434
435Better statistics: Rasmus 2002/03/08
436
437 <Rasmus>
438 hey, how about an rsync option that just gives you the
439 summary without the list of files? And perhaps gives
440 more information like the number of new files, number
441 of changed, deleted, etc. ?
442
443 <mbp>
444 nice idea there is --stats but at the moment it's very
445 tridge-oriented rather than user-friendly it would be
446 nice to improve it that would also work well with
447 --dryrun
448
449 -- --
450
451
452Perhaps flush stdout like syslog
453
454 Perhaps flush stdout after each filename, so that people trying to
455 monitor progress in a log file can do so more easily. See
456 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=48108
457
458 -- --
459
460
461Log deamon sessions that just list modules
462
463 At the connections that just get a list of modules are not logged,
464 but they should be.
465
466 -- --
467
468
469Log child death on signal
470
471 If a child of the rsync daemon dies with a signal, we should notice
472 that when we reap it and log a message.
473
474 -- --
475
476
477Keep stderr and stdout properly separated (Debian #23626)
478
479 -- --
480
481
482Log errors with function that reports process of origin
483
484 Use a separate function for reporting errors; prefix it with
485 "rsync:" or "rsync(remote)", or perhaps even "rsync(local
486 generator): ".
487
488 -- --
489
490
491verbose output David Stein 2001/12/20
492
493 Indicate whether files are new, updated, or deleted
494
495 At end of transfer, show how many files were or were not transferred
496 correctly.
497
498 -- --
499
500
501Add reason for transfer to file logging
502
503 Explain *why* every file is transferred or not (e.g. "local mtime
504 123123 newer than 1283198")
505
506 -- --
507
508
509debugging of daemon 2002/04/08
510
511 Add an rsyncd.conf parameter to turn on debugging on the server.
512
513 -- --
514
515
516internationalization
517
518 Change to using gettext(). Probably need to ship this for platforms
519 that don't have it.
520
521 Solicit translations.
522
523 Does anyone care? Before we bother modifying the code, we ought to
524 get the manual translated first, because that's possibly more useful
525 and at any rate demonstrates desire.
526
527 -- --
528
529DEVELOPMENT --------------------------------------------------------
530
531Handling duplicate names
532
533 We need to be careful of duplicate names getting into the file list.
534 See clean_flist(). This could happen if multiple arguments include
535 the same file. Bad.
536
537 I think duplicates are only a problem if they're both flowing
538 through the pipeline at the same time. For example we might have
539 updated the first occurrence after reading the checksums for the
540 second. So possibly we just need to make sure that we don't have
541 both in the pipeline at the same time.
542
543 Possibly if we did one directory at a time that would be sufficient.
544
545 Alternatively we could pre-process the arguments to make sure no
546 duplicates will ever be inserted. There could be some bad cases
547 when we're collapsing symlinks.
548
549 We could have a hash table.
550
551 The root of the problem is that we do not want more than one file
552 list entry referring to the same file. At first glance there are
553 several ways this could happen: symlinks, hardlinks, and repeated
554 names on the command line.
555
556 If names are repeated on the command line, they may be present in
557 different forms, perhaps by traversing directory paths in different
558 ways, traversing paths including symlinks. Also we need to allow
559 for expansion of globs by rsync.
560
561 At the moment, clean_flist() requires having the entire file list in
562 memory. Duplicate names are detected just by a string comparison.
563
564 We don't need to worry about hard links causing duplicates because
565 files are never updated in place. Similarly for symlinks.
566
567 I think even if we're using a different symlink mode we don't need
568 to worry.
569
570 Unless we're really clever this will introduce a protocol
571 incompatibility, so we need to be able to accept the old format as
572 well.
573
574 -- --
575
576
577Use generic zlib 2002/02/25
578
579 Perhaps don't use our own zlib.
580
581 Advantages:
582
583 - will automatically be up to date with bugfixes in zlib
584
585 - can leave it out for small rsync on e.g. recovery disks
586
587 - can use a shared library
588
589 - avoids people breaking rsync by trying to do this themselves and
590 messing up
591
592 Should we ship zlib for systems that don't have it, or require
593 people to install it separately?
594
595 Apparently this will make us incompatible with versions of rsync
596 that use the patched version of rsync. Probably the simplest way to
597 do this is to just disable gzip (with a warning) when talking to old
598 versions.
599
600 -- --
601
602
603TDB: 2002/03/12
604
605 Rather than storing the file list in memory, store it in a TDB.
606
607 This *might* make memory usage lower while building the file list.
608
609 Hashtable lookup will mean files are not transmitted in order,
610 though... hm.
611
612 This would neatly eliminate one of the major post-fork shared data
613 structures.
614
615 -- --
616
617
618Splint 2002/03/12
0e23e41d
MP
619
620 Build rsync with SPLINT to try to find security holes. Add
621 annotations as necessary. Keep track of the number of warnings
622 found initially, and see how many of them are real bugs, or real
623 security bugs. Knowing the percentage of likely hits would be
624 really interesting for other projects.
625
abb0b532 626 -- --
f5a95bb5 627
f5a95bb5 628
43a4dc10
MP
629Memory debugger
630
3a79260d 631 jra recommends Valgrind:
43a4dc10
MP
632
633 http://devel-home.kde.org/~sewardj/
634
abb0b532
S
635 -- --
636
637
638Create release script
25ff30e8 639
abb0b532 640 Script would:
25ff30e8 641
abb0b532 642 Update spec files
25ff30e8 643
abb0b532
S
644 Build tar file; upload
645
646 Send announcement to mailing list and c.o.l.a.
25ff30e8 647
abb0b532 648 Make freshmeat announcement
25ff30e8 649
abb0b532 650 Update web site
25ff30e8 651
abb0b532 652 -- --
25ff30e8
MP
653
654
abb0b532 655Add machines to build farm
e9c4c301 656
abb0b532 657 Cygwin (on different versions of Win32?)
e9c4c301 658
abb0b532 659 HP-UX variants (via HP?)
25ff30e8 660
abb0b532 661 SCO
e9c4c301 662
e9c4c301 663
25ff30e8 664
abb0b532 665 -- --
25ff30e8 666
abb0b532 667PERFORMANCE ----------------------------------------------------------
25ff30e8 668
abb0b532 669File list structure in memory
25ff30e8 670
abb0b532
S
671 Rather than one big array, perhaps have a tree in memory mirroring
672 the directory tree.
25ff30e8 673
abb0b532
S
674 This might make sorting much faster! (I'm not sure it's a big CPU
675 problem, mind you.)
25ff30e8 676
abb0b532
S
677 It might also reduce memory use in storing repeated directory names
678 -- again I'm not sure this is a problem.
e9c4c301 679
abb0b532 680 -- --
e9c4c301 681
e9c4c301 682
abb0b532 683Traverse just one directory at a time
e9c4c301 684
abb0b532 685 Traverse just one directory at a time. Tridge says it's possible.
e9c4c301 686
abb0b532
S
687 At the moment rsync reads the whole file list into memory at the
688 start, which makes us use a lot of memory and also not pipeline
689 network access as much as we could.
e9c4c301 690
abb0b532 691 -- --
b73b51a9 692
599dc93c 693
abb0b532 694Allow skipping MD4 file_sum 2002/04/08
33d213bb 695
abb0b532
S
696 If we're doing a local transfer, or using -W, then perhaps don't
697 send the file checksum. If we're doing a local transfer, then
698 calculating MD4 checksums uses 90% of CPU and is unlikely to be
699 useful.
5aafd07b 700
abb0b532
S
701 Indeed for transfers over zlib or ssh we can also rely on the
702 transport to have quite strong protection against corruption.
46ef7d1d 703
abb0b532
S
704 Perhaps we should have an option to disable this,
705 analogous to --whole-file, although it would default to
706 disabled. The file checksum takes up a definite space in
707 the protocol -- we can either set it to 0, or perhaps just
708 leave it out.
a2d2e5c0 709
abb0b532 710 -- --
a2d2e5c0 711
62b68c80 712
abb0b532 713Accelerate MD4
62b68c80 714
abb0b532 715 Perhaps borrow an assembler MD4 from someone?
62b68c80 716
abb0b532
S
717 Make sure we call MD4 with properly-sized blocks whenever possible
718 to avoid copying into the residue region?
a2d2e5c0 719
abb0b532 720 -- --
50f2f002 721
abb0b532 722TESTING --------------------------------------------------------------
8ff9d697 723
abb0b532 724Torture test
8ff9d697 725
abb0b532
S
726 Something that just keeps running rsync continuously over a data set
727 likely to generate problems.
8ff9d697 728
abb0b532 729 -- --
62b68c80 730
62b68c80 731
abb0b532 732Cross-test versions 2001/08/22
62b68c80 733
abb0b532
S
734 Part of the regression suite should be making sure that we
735 don't break backwards compatibility: old clients vs new
736 servers and so on. Ideally we would test both up and down
737 from the current release to all old versions.
62b68c80 738
abb0b532 739 Run current rsync versions against significant past releases.
3d90ec14 740
abb0b532
S
741 We might need to omit broken old versions, or versions in which
742 particular functionality is broken
a2d2e5c0 743
abb0b532
S
744 It might be sufficient to test downloads from well-known public
745 rsync servers running different versions of rsync. This will give
746 some testing and also be the most common case for having different
747 versions and not being able to upgrade.
a2d2e5c0 748
abb0b532 749 The new --protocol option may help in this.
a2d2e5c0 750
abb0b532
S
751 -- --
752
753
754Test on kernel source
755
756 Download all versions of kernel; unpack, sync between them. Also
757 sync between uncompressed tarballs. Compare directories after
758 transfer.
759
760 Use local mode; ssh; daemon; --whole-file and --no-whole-file.
761
762 Use awk to pull out the 'speedup' number for each transfer. Make
763 sure it is >= x.
764
765 -- --
766
767
768Test large files
769
770 Sparse and non-sparse
771
772 -- --
773
774
775Create mutator program for testing
776
777 Insert bytes, delete bytes, swap blocks, ...
778
779 -- --
780
781
782Create configure option to enable dangerous tests
783
784 -- --
785
786
787If tests are skipped, say why.
788
789 -- --
790
791
792Test daemon feature to disallow particular options.
793
794 -- --
795
796
797Create pipe program for testing
798
799 Create pipe program that makes slow/jerky connections for
800 testing Versions of read() and write() that corrupt the
801 stream, or abruptly fail
802
803 -- --
804
805
806Create test makefile target for some tests
807
808 Separate makefile target to run rough tests -- or perhaps
809 just run them every time?
810
811 -- --
812
abb0b532 813RELATED PROJECTS -----------------------------------------------------
3d90ec14 814
a577af90 815rsyncsh
46ef7d1d
MP
816
817 Write a small emulation of interactive ftp as a Pythonn program
818 that calls rsync. Commands such as "cd", "ls", "ls *.c" etc map
819 fairly directly into rsync commands: it just needs to remember the
820 current host, directory and so on. We can probably even do
821 completion of remote filenames.
25ff30e8 822
abb0b532 823 -- --
25ff30e8 824
25ff30e8
MP
825
826http://rsync.samba.org/rsync-and-debian/
827
abb0b532
S
828
829 -- --
830
831
25ff30e8
MP
832rsyncable gzip patch
833
834 Exhaustive, tortuous testing
835
836 Cleanups?
837
abb0b532
S
838 -- --
839
840
25ff30e8
MP
841rsyncsplit as alternative to real integration with gzip?
842
abb0b532
S
843 -- --
844
845
25ff30e8
MP
846reverse rsync over HTTP Range
847
848 Goswin Brederlow suggested this on Debian; I think tridge and I
849 talked about it previous in relation to rproxy.
a577af90 850
abb0b532 851 -- --
a577af90 852