summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-03-22 05:11:39 +0000
committerMartin Pool <mbp@samba.org>2002-03-22 05:11:39 +0000
commit6479c2ed3f08ee11929449d01e01c9b4c87b1314 (patch)
treedcc725f99c91045366586b2f646d5fc101650581 /TODO
parentc1a04ecbfdf06ad3ca27f4bb294bb0c92115b7dd (diff)
downloadrsync-6479c2ed3f08ee11929449d01e01c9b4c87b1314.tar.gz
Notes on logging etc
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2253147d..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.
@@ -425,6 +435,9 @@ 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 --------------------------------------------------------