Reduce code duplication in bind_port_helper()
[privoxy.git] / TODO
diff --git a/TODO b/TODO
index 0a2ba92..6c0938d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.44 2011/04/16 17:31:35 fabiankeil Exp $
+$Id: TODO,v 1.47 2011/07/04 17:48:11 fabiankeil Exp $
 
 Some Privoxy related tasks, sorted by the time they
 have been added, not by priority.
@@ -42,17 +42,6 @@ have been added, not by priority.
 
 12) Add pipelining support.
 
-13) Use zlib to deflate content before sending it to
-    the client. Measure if it makes a difference.
-
-    Update:
-    Note that this is already being worked on and mostly done
-    for buffered content and internal CGI responses.
-
-    The difference it does make, seems to be that it slows things
-    down if the client and Privoxy are running on the same system,
-    so for most users enabling it will make no sense.
-
 14) Allow to filter POST parameters.
 
 15) If trusted CGI pages are requested without trusted referrer,
@@ -260,3 +249,13 @@ have been added, not by priority.
     as each thread is only counted as one request which is no longer
     correct. This should be fixed, or the statistic code removed.
     Privoxy-Log-Parser's provides more detailed statistics, anyway.
+
+93) Add a config directive to let Privoxy explicitly request either
+    IPv4 (or IPv6) addresses, even if the system supports both.
+    Could be useful as a workaround for misconfigured setups where the
+    libc returns IPv6 addresses even if there's no IPv6 connectivity.
+
+94) Add a config directive to let Privoxy prefer either IPv4 (or IPv6)
+    addresses, instead of trusting the libc to return them in an order
+    that makes sense. Like #93, this could be useful as a workaround
+    for misconfigured setups.