Accept and highlight: Closing client socket 8. Keep-alive: 1. Socket alive: 0. Data...
[privoxy.git] / tools / privoxy-log-parser.pl
2012-10-21 Fabian KeilAccept and highlight: Closing client socket 8. Keep...
2012-10-21 Fabian KeilAccept and highlight: Continuing buffering server heade...
2012-09-04 Fabian KeilAccept and highlight: Accepted connection from 10.0...
2012-09-04 Fabian KeilStop suppressing messages about accepted client connect...
2012-07-27 Fabian KeilAccept and highlight: Closing client socket 5. Keep...
2012-07-27 Fabian KeilAccept the shiny new LOG_LEVEL_ACTIONS
2012-07-27 Fabian KeilLet get_percentage() show 0 of x as 0% even if x is...
2012-07-27 Fabian KeilAccept and ignore: Enlisting (sorted|left-over) header ...
2012-07-23 Fabian KeilProperly highlight the new log messages from get_reques...
2012-05-24 Fabian KeilCleanup variable initialization in print_non_clf_message()
2012-05-24 Fabian KeilShift subroutine arguments more consistently
2012-05-24 Fabian KeilChange a two-argument open() call to use three arguments
2012-03-10 Fabian KeilAccept and highlight: Stopping to watch the client...
2012-03-10 Fabian KeilAccept and highlight: Stopping to watch the client...
2011-12-31 Fabian KeilFix 'resource' spelling in the code as well
2011-12-31 Fabian KeilFix 'resource' spelling in the documentation
2011-11-13 Fabian KeilHighlight: No server or forwarder response received...
2011-11-12 Fabian KeilAccept and highlight: Percent-encoding redirect URL...
2011-11-12 Fabian KeilHighlight: Didn't receive data in time: a.fsdn.com:443
2011-08-18 Fabian KeilAlso highlight the compression level, now that it is...
2011-06-29 Fabian KeilLet Getopt::Long perform some sanity checks for paramet...
2011-06-23 Fabian KeilAccept and highlight: Added header: Content-Encoding...
2011-06-23 Fabian KeilAccept and highlight: Compressed content from 29258...
2011-05-03 Fabian KeilDo not expect a trailing dot in: Request from 10.0...
2011-05-03 Fabian KeilHighlight the hostport in: Request from 10.0.0.1 marked...
2011-05-03 Fabian KeilIn unbreak_lines_only_loop(), accept ISO 8601 time...
2011-04-19 Fabian KeilFix spelling errors found with codespell.
2011-04-19 Fabian KeilFix a perldoc syntax error.
2011-03-20 Fabian KeilAccept and ignore: SDCH-compressed content detected...
2011-02-20 Fabian KeilAdditionally accept ISO 8601 time stamps.
2011-01-14 Fabian KeilAccept and highlight: File modification detected: ...
2011-01-09 Fabian KeilAccept and highlight: Client request arrived in time...
2010-12-11 Fabian KeilWhite-space fix for the previous commit.
2010-12-11 Fabian KeilImplement a --unbreak-lines-only option to try to rever...
2010-12-11 Fabian KeilUse a local scalar for the file handle.
2010-11-13 Fabian KeilBump version to 0.7.
2010-11-08 Fabian KeilAccept and highlight: Reducing expected bytes to 0...
2010-11-08 Fabian KeilIgnore: Merged multiple header lines to: 'X-FORWARDED...
2010-11-08 Fabian KeilHighlight: Killed all-caps Host header line: HOST:...
2010-11-08 Fabian KeilFix a misplaced comment
2010-11-08 Fabian KeilAdd an option to also gather statistics about how many...
2010-11-08 Fabian KeilDitch set_undefined_stats_keys_to_zero() again, there...
2010-11-06 Fabian KeilFix some possible warnings by setting all known undefin...
2010-11-06 Fabian KeilIn stats_loop(), add the ignore handler for LOG_LEVEL_R...
2010-10-23 Fabian KeilAlso gather statistics for blocked requests.
2010-10-23 Fabian KeilAlso gather statistics for fast redirections.
2010-10-16 Fabian KeilIn print_stats(), also provide the percentage of keep...
2010-08-28 Fabian KeilDisable URL statistics by default.
2010-08-28 Fabian KeilDisplay a warning if the URL statistics are incomplete...
2010-08-28 Fabian KeilAdd a --url-statistics-threshold option.
2010-08-28 Fabian KeilAlso gather statistics for ressources, methods, and...
2010-08-28 Fabian KeilAdd the idea to add --compress and --decompress options.
2010-08-28 Fabian KeilFix a bug in handle_loglevel_header() where a 'scan...
2010-07-29 Fabian KeilAccept and higlight: Rejecting connection from 178...
2010-07-26 Fabian KeilAccept and ignore LOG_LEVEL_RECEIVED.
2010-07-22 Fabian KeilFix spelling.
2010-07-22 Fabian KeilBump copyright year.
2010-07-22 Fabian KeilAdd the --statistics option to the SYNOPSIS.
2010-07-22 Fabian KeilAdd a --shorten-thread-ids option to replace the thread...
2010-07-21 Fabian KeilAccept and ignore: Looks like we got the last chunk...
2010-07-21 Fabian KeilAccept and ignore: Continue hack in da house.
2010-05-30 Fabian KeilAccept and highlight actions and filter filte loading:
2010-02-13 Fabian KeilIgnore: Can not resolve doesnotexist: hostname nor...
2010-01-11 Fabian KeilPerldoc spelling fix.
2010-01-11 Fabian KeilCosmetics.
2010-01-11 Fabian KeilRemove unused variable $c in stats_loop().
2010-01-11 Fabian KeilFor LOG_UNPARSED_LINES_TO_EXTRA_FILE to work, ERROR_LOG...
2010-01-05 Fabian KeilFix two highlighting patterns that were too aggressive.
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
next