X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/599dc93c643352ef76d84de0bf9fc25e72e72178..527a51cec52260bf79d1d9b2888d34ee7aea234f:/TODO diff --git a/TODO b/TODO index f34bed88..db03f57c 100644 --- a/TODO +++ b/TODO @@ -260,6 +260,10 @@ logging Keep stderr and stdout properly separated (Debian #23626) + Use a separate function for reporting errors; prefix it with + "rsync:" or "rsync(remote)", or perhaps even "rsync(local + generator): ". + rsyncd over ssh @@ -351,6 +355,12 @@ Check "refuse options works" We need a test case for this... Was this broken when we changed to popt? + + +String area code + + Test whether this is actually faster than just using malloc(). If + it's not (anymore), throw it out. @@ -423,6 +433,11 @@ Test daemon feature to disallow particular options. Pipe program that makes slow/jerky connections. +Versions of read() and write() that corrupt the stream, or abruptly fail + +Separate makefile target to run rough tests -- or perhaps just run +them every time? + DOCUMENTATION --------------------------------------------------------