Add an "unsafe" symlink to the symlink test case so we can see what happens.
[rsync/rsync.git] / TODO
diff --git a/TODO b/TODO
index 3eee1e8..b001a79 100644 (file)
--- a/TODO
+++ b/TODO
@@ -37,7 +37,9 @@ Performance
   Traverse just one directory at a time.  Tridge says it's possible.
  
   Can possibly also be smarter about memory use while looking for hard
-  links by reducing the refcount as we find alternative names.
+  links by reducing the refcount as we find alternative names.  In
+  fact at the moment the code seems to make a whole second copy of the
+  file list, which seems unnecessary.
 
 IPv6
 
@@ -46,7 +48,7 @@ IPv6
 
   If a host has multiple addresses, then listen try to connect to all
   in order until we get through.  (getaddrinfo may return multiple
-  addresses.)
+  addresses.)  This is kind of implemented already.
 
   Possibly also when starting as a server we may need to listen on
   multiple passive addresses.  This might be a bit harder, because we
@@ -98,6 +100,10 @@ logging
   monitor progress in a log file can do so more easily.  See
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=48108
 
+rsyncd over ssh
+
+  There are already some patches to do this.
+
 PLATFORMS ------------------------------------------------------------
 
 Win32
@@ -113,6 +119,10 @@ Win32
   we are correct to call close(), because shutdown() discards
   untransmitted data.
 
+DOCUMENTATION --------------------------------------------------------
+
+Update README
+
 BUILD FARM -----------------------------------------------------------
 
 Add machines