Ditch two checks that have been commented out for years already, without causing...
[privoxy.git] / TODO
diff --git a/TODO b/TODO
index 95a1be8..0a2ba92 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.40 2011/04/16 17:30:23 fabiankeil Exp $
+$Id: TODO,v 1.44 2011/04/16 17:31:35 fabiankeil Exp $
 
 Some Privoxy related tasks, sorted by the time they
 have been added, not by priority.
 
 Some Privoxy related tasks, sorted by the time they
 have been added, not by priority.
@@ -109,6 +109,7 @@ have been added, not by priority.
 
 42) Add DTrace hooks. Now that FreeBSD has userland DTrace
     support there's no longer any reason not to.
 
 42) Add DTrace hooks. Now that FreeBSD has userland DTrace
     support there's no longer any reason not to.
+    DTrace bible preorderd.
 
 43) Write a tool to check URL patterns against URLs in the log file.
     This could be included in Privoxy-Regression-Test.
 
 43) Write a tool to check URL patterns against URLs in the log file.
     This could be included in Privoxy-Regression-Test.
@@ -164,12 +165,12 @@ have been added, not by priority.
 
 65) Polish Website. Probably involves ditching the Docbook
     mess in favour of wml. There should be already some threads
 
 65) Polish Website. Probably involves ditching the Docbook
     mess in favour of wml. There should be already some threads
-    in the mailinglists archives about this.
+    in the mailinglists archives about this. See also #41.
 
 66) Increase maximum number of action and filter files.
 
 
 66) Increase maximum number of action and filter files.
 
-67) Clean up directory layout. Depends on 54 so we don't
-    lose the revision history.
+67) Clean up source code directory layout. Depends on 54 so
+    we don't lose the revision history.
 
 68) Use standard make syntax so we don't depend on GNU make.
 
 
 68) Use standard make syntax so we don't depend on GNU make.
 
@@ -254,3 +255,8 @@ have been added, not by priority.
     be reasonable to default to a limit of one and showing an error
     message if the request for the redirect URL would be redirected
     again.
     be reasonable to default to a limit of one and showing an error
     message if the request for the redirect URL would be redirected
     again.
+
+92) The statistics currently aren't calculated correctly by Privoxy
+    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.