privoxy-regression-test.pl: Fix a sentence in the documentation
[privoxy.git] / tools / privoxy-log-parser.pl
2010-01-03 Fabian KeilBump version to 0.6.
2009-12-31 Fabian KeilIn handle_loglevel_header(), deal with "scan:" messages...
2009-12-31 Fabian KeilIn handle_loglevel_header(), consistently use $c and...
2009-12-31 Fabian KeilRemove trailing white-space.
2009-12-30 Fabian KeilIn parse_loop(), check for truncated lines more efficie...
2009-12-30 Fabian KeilRemove pointless micro-optimizations in prepare_highlig...
2009-12-30 Fabian KeilStreamline print_non_clf_message() a bit more.
2009-12-30 Fabian KeilUnbreak print_non_clf_message() when generating HTML.
2009-12-30 Fabian KeilRefactor get_line_end() so it doesn't shadow $line_end.
2009-12-30 Fabian KeilVarious optimizations to get the real time down by...
2009-12-22 Fabian KeilDeal with serve()'s recently changed log messages.
2009-12-12 Fabian KeilHighlight: pcrs command "s@^([^.]+?)/?$@http://bing...
2009-11-10 Fabian KeilExit in case of unrecognized parameters.
2009-11-10 Fabian KeilProperly highlight: Empty server or forwarder response...
2009-10-31 Fabian KeilAccept: keep-alive support is disabled. Crunching:...
2009-10-10 Fabian KeilAccept and highlight some POST-related messages.
2009-10-09 Fabian KeilCompletely highlight: Found reusable socket 8 for privo...
2009-10-08 Fabian KeilAdd a --help option.
2009-10-08 Fabian Keilention --statistics option in perldoc.
2009-10-08 Fabian KeilImplement a --statistics option that currently is mainl...
2009-10-04 Fabian KeilHighlight: Stopped waiting for the request line. Timeou...
2009-09-22 Fabian KeilRemove the undocumented and useless --statistic option.
2009-09-12 Fabian KeilHighlight: Done reading from server. Content length...
2009-09-12 Fabian KeilAccept and ignore: Stopping to watch the client socket...
2009-09-12 Fabian KeilAccept and highlight: The client closed socket 2 while...
2009-09-10 Fabian KeilHighlight the assumed latency, too.
2009-09-10 Fabian KeilAdjustments for recently changed log messages.
2009-08-20 Fabian KeilAccept and highlight: Reduced expected bytes to 0 to...
2009-08-20 Fabian KeilHighlight: Empty server or forwarder response received...
2009-08-20 Fabian KeilAccept and ignore: There might be a request body. The...
2009-07-21 Fabian KeilIgnore line feeds at the end of the message.
2009-07-21 Fabian KeilHighlight: Connect: to archiv.radiotux.de
2009-07-14 Fabian KeilAccept and ignore: The server didn't specify how long...
2009-07-13 Fabian KeilAccept and ignore: Removing 'Connection: close' to...
2009-07-12 Fabian KeilAccept and ignore: The server still wants to talk,...
2009-07-08 Fabian KeilHighlight: Client keep-alive timeout is 20. Sticking...
2009-07-05 Fabian KeilHighlight: Marking the server socket 7 tainted.
2009-06-30 Fabian KeilAccept the recently added LOG_LEVEL_CONNECT messages:
2009-06-27 Fabian KeilOr not.
2009-06-27 Fabian KeilHighlight:
2009-06-27 Fabian KeilIgnore messages with "Unknown log level".
2009-06-11 Fabian KeilRemove useless comment.
2009-06-08 Fabian KeilIgnore: Content modified with no Content-Length header...
2009-05-25 Fabian KeilHighlight: Could not connect to [10.0.0.1]:80.
2009-05-19 Fabian KeilHighlight: Connected to tor-jail[10.0.0.2]:9050.
2009-05-15 Fabian KeilPerldoc spelling fix.
2009-05-13 Fabian KeilHighlight log messages from server_keep_alive().
2009-05-10 Fabian KeilDeal with the log messages for client socket keep-alive...
2009-05-01 Fabian KeilProperly highlight LOG_LEVEL_CLF messages with IPv6...
2009-03-14 Fabian KeilHighlight: Info: Buffer limit reached while extending...
2009-02-11 Fabian Keil- Fix URL-highlighting in crunch messages.
2009-01-10 Fabian Keil- Check header names for valid characters before
2008-12-25 Fabian KeilAdd missing colon in regex.
2008-12-25 Fabian KeilHighlight:
2008-12-24 Fabian KeilAnchor a few regexes in handle_loglevel_connect().
2008-12-14 Fabian Keil- Handle shiny new LOG_LEVEL_CRUNCH.
2008-12-06 Fabian KeilHighlight:
2008-12-06 Fabian KeilHighlight:
2008-11-26 Fabian KeilIgnore:
2008-11-23 Fabian KeilSupport log messages with and without
2008-11-22 Fabian KeilHighlight:
2008-11-10 Fabian KeilAccept and ignore:
2008-11-08 Fabian KeilHighlight two recently unified log messages properly.
2008-11-04 Fabian KeilAccept and ignore:
2008-11-03 Fabian KeilAccept and ignore "Connect: Unsetting keep-alive flag.".
2008-11-01 Fabian Keils@higlight@highlight@
2008-10-18 Fabian KeilAccept two additional keep-alive related messages.
2008-10-11 Fabian KeilAdd line-breaks for overly long log message examples.
2008-10-11 Fabian KeilAdd support for keep-alive-related log messages.
2008-08-21 Fabian KeilHighlight Shoutcast response lines.
2008-08-13 Fabian KeilHighlight version numbers with multiple digits
2008-08-02 Fabian KeilAdd a parser for Privoxy log messages. For incomplete...