X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=TODO;h=ae50942b08de2febbd070347203c3e0ff0f87f7b;hp=b83b595d909f0fa76e705a612ddb21ece796f9e0;hb=3745c566a0be9e2e7efcc7ec4e2db16e66a840fb;hpb=04ca4d92a840e64a655888d9c6f043958d5d7dbe diff --git a/TODO b/TODO index b83b595d..ae50942b 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.91 2014/01/31 12:47:31 fabiankeil Exp $ +$Id: TODO,v 1.97 2014/04/21 12:04:58 fabiankeil Exp $ Some Privoxy-related tasks, sorted by the time they have been added, not by priority. @@ -216,7 +216,7 @@ http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/TODO and redirect requests for them to Privoxy. 86) Add a server-body-tagger action. This is trivial as as all the - functionallity required to do it already exists. + functionality required to do it already exists. 87) Add a client-body-tagger action. This is less trivial as we currently don't buffer client bodies. After 14) is implemented it would be @@ -330,7 +330,18 @@ http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/TODO be fixed anyway. See also: https://bugzilla.mozilla.org/show_bug.cgi?id=959100 -117) Dynamic variables are documented poorly. - 118) There should be "escaped" dynamic variables that are guaranteed not to break filters. + +119) Evaluate using pcre's jit mode. + +120) Add an option to limit pcre's recursion limit below the default. + On some platforms the recursion limit doesn't prevent pcre from + running out of stack space, causing the kernel to kill Privoxy + ungracefully. + +121) Add HTTP/2 support. As a first step, incomming HTTP/1.x requests + should be translated to outgoing HTTP/2 requests where possible + (and if desired by the user). + +122) Allow customized log messages.