X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=TODO;h=d258cf587ff44bc9b15c7fecc818afb04b389fa3;hp=5cf5ba1aaa8471486a45abacac124e5493ca9bf9;hb=e690b3f3dd296c4ff4740a6361eadb2b8a6ce396;hpb=1af663e77597b33f9afb597d33b06ba20deb0cc9 diff --git a/TODO b/TODO index 5cf5ba1a..d258cf58 100644 --- a/TODO +++ b/TODO @@ -292,8 +292,6 @@ https://www.privoxy.org/faq/general.html#DONATE 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 @@ -432,6 +430,10 @@ https://www.privoxy.org/faq/general.html#DONATE 163) Use subdirectories in the certificate-directory to lower the number of files per directory. +164) Evaluate switching from pcreposix(3) to pcre's native api + for URL matching which allows to compile the patterns once + at load-time. + ########################################################################## Hosting wish list (relevant for #53)