From 834353e379d47c3c1f9163a40c962664ef0c03e4 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 28 Aug 2010 13:20:23 +0000 Subject: [PATCH] Add the idea to add --compress and --decompress options. --- tools/privoxy-log-parser.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl index db1b415f..03887afd 100755 --- a/tools/privoxy-log-parser.pl +++ b/tools/privoxy-log-parser.pl @@ -8,7 +8,7 @@ # # http://www.fabiankeil.de/sourcecode/privoxy-log-parser/ # -# $Id: privoxy-log-parser.pl,v 1.87 2010/07/29 14:27:43 fabiankeil Exp $ +# $Id: privoxy-log-parser.pl,v 1.88 2010/08/28 12:55:47 fabiankeil Exp $ # # TODO: # - LOG_LEVEL_CGI, LOG_LEVEL_ERROR, LOG_LEVEL_WRITE content highlighting @@ -23,6 +23,7 @@ # - Handle incomplete input without Perl warning about undefined variables. # - Use generic highlighting function that takes a regex and the # hash key as input. +# - Add --compress and --decompress options. # # Copyright (c) 2007-2010 Fabian Keil # -- 2.39.2