From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 12 Apr 2010 16:42:54 +0000 (+0000)
Subject: Add: 78) Allow to optionally use pcre's DFA algorithm.
X-Git-Tag: v_3_0_17~167
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/man-page/@default-cgi@/static/gitweb.js?a=commitdiff_plain;h=cd77cddcf0cb26b3023532c51e700b9000fdc7b4;p=privoxy.git

Add: 78) Allow to optionally use pcre's DFA algorithm.
---

diff --git a/TODO b/TODO
index 311da08e..572070c7 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.16 2010/02/09 16:20:42 fabiankeil Exp $
+$Id: TODO,v 1.17 2010/02/09 16:21:46 fabiankeil Exp $
 
 Some Privoxy related task, not ordered in any way.
 
@@ -188,3 +188,5 @@ Some Privoxy related task, not ordered in any way.
     If you care about this, feel free to submit patches.
 
 77) Allow to configure the IP address used in outgoing connections.
+
+78) Allow to optionally use pcre's DFA algorithm.