X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=TODO;h=0a2ba92ed4286d5face3e75c0510f76bc93faf24;hp=0e3dfe0fbe1004b4e183f22c54ab89e487ce8ae9;hb=cdb484893a837ef3f07a9073e5f69ac0d6a2a797;hpb=9777dbc90b88dd97d12b8bd708bfc697d893d282 diff --git a/TODO b/TODO index 0e3dfe0f..0a2ba92e 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.42 2011/04/16 17:31:11 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. @@ -169,8 +169,8 @@ have been added, not by priority. 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. @@ -255,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. + +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.