Update announcement for 3.0.21 stable
[privoxy.git] / filters.c
2012-12-07 Fabian KeilAdd support for Tor's optimistic-data SOCKS extension
2012-10-21 Fabian KeilReplace the IOB_RESET() macro with the new function...
2012-10-21 Fabian KeilLet IOB_RESET() take the iob to reset as argument
2012-10-05 Fabian KeilMove a couple of variable declarations in get_last_url...
2012-06-08 Fabian KeilShorten ssplit()'s prototype by removing the last two...
2012-03-18 Fabian KeilFix an error message in get_last_url() nobody is suppos...
2012-03-09 Fabian KeilFollow-up fixes for the previous white-space changes
2012-03-09 Fabian KeilAdd missing white-space behind if's and the following...
2012-03-09 Fabian KeilFix white-space around parentheses
2012-03-04 Fabian KeilRename ijb_foo macros to privoxy_foo
2012-03-04 Fabian KeilRelocate ijb_isdigit()'s definition to project.h
2012-02-29 Fabian KeilTurn family mismatches in match_sockaddr() into fatal...
2011-12-31 Fabian KeilDrop the 'Functions declared include:' comment sections
2011-12-26 Fabian KeilBump copyright range
2011-12-26 Fabian KeilClarify an error message in remove_chunked_transfer_cod...
2011-12-26 Fabian KeilPrevent an integer overflow in remove_chunked_transfer_...
2011-11-12 Fabian KeilIn get_last_url(), do not claim to look for unencoded...
2011-11-06 Fabian KeilAssert that a percent-encoded URL no longer requires...
2011-11-06 Fabian KeilIn get_last_url(), do not bother trying to decode URLs...
2011-11-06 Fabian KeilReimplement segment splitting in get_last_url() by...
2011-11-06 Fabian KeilIf the redirect URL contains characters RFC 3986 doesn...
2011-11-06 Fabian KeilWhite-space fix for redirect_url()
2011-10-30 Fabian KeilRename a couple of variables in get_last_url()
2011-10-30 Fabian KeilAdd a configure check for strtok() and add locks around...
2011-10-30 Fabian KeilLet get_last_url() log failed url_decode() operations...
2011-10-30 Fabian KeilPlug a memory leak in get_last_url()
2011-10-30 Fabian KeilMinor simplification for get_last_url()
2011-10-30 Fabian KeilIn get_last_url(), add a missing check for strdup(...
2011-10-30 Fabian KeilRemove a superfluos temporary variable in get_last_url()
2011-10-30 Fabian KeilStyle adjustments for the previous patch
2011-10-30 Fabian KeilLet +fast-redirects{check-decoded-url} check URL segmen...
2011-09-04 Fabian KeilDitch trailing whitespace
2011-07-30 Fabian KeilIn block_url(), ditch the obsolete workaround for ancie...
2011-05-22 Fabian KeilIf only one of the strncmpic() arguments has a length...
2011-04-19 Fabian KeilFix various spelling errors in the comments.
2011-03-08 Fabian KeilRephrase a log message in compile_dynamic_pcrs_job_list()
2011-03-03 Fabian KeilIn compile_dynamic_pcrs_job_list(), also log the actual...
2011-03-03 Fabian KeilRemove an incorrect assertion in compile_dynamic_pcrs_j...
2011-02-19 Fabian KeilIn block_url(), consistently use the block reason ...
2010-11-13 Fabian KeilFix white-space in a log message in remove_chunked_tran...
2010-11-08 Fabian KeilLet block_acl() work as advertised. If the last matchin...
2010-10-10 Fabian KeilEnable the IPv6 code on Windows versions that support it.
2010-09-14 Fabian KeilRemove parts of get_filter_function() that have been...
2010-09-14 Fabian KeilAdd content_requires_filtering() as chat() not only...
2010-09-14 Fabian KeilMake get_filter_function() static, now that it's no...
2010-09-14 Fabian KeilRename execute_content_filter() to execute_content_fil...
2010-05-24 Fabian KeilTurn http_response.reason into an enum and rename it...
2010-05-01 Fabian KeilFactor filters_available() out of filter_header(),...
2010-04-03 Fabian KeilTwo minor style fixes for block_url().
2010-04-03 Fabian KeilDitch code in block_url() that has been dead for years.
2010-01-10 LeeWorkaround for firefox hanging on blocked javascript...
2009-10-25 Leehandle-as-empty-document shouldn't be dependent on...
2009-08-19 Fabian KeilFix log message in case of DNS resolution problems...
2009-06-19 Fabian KeilDeclare sockaddr_storage_to_ip() and match_sockaddr...
2009-06-08 Fabian KeilHere's a fresh idea, why don't we respect taboos unless...
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
2009-04-17 Fabian KeilReplace HAVE_GETADDRINFO and HAVE_GETNAMEINFO macros
2009-04-17 Fabian KeilAdd and use parse_forwarder_address() to reduce code...
2009-04-17 Fabian KeilAllow IPv6 addresses in forward-override{}.
2009-04-17 Fabian KeilFix compiler warning.
2009-04-17 Fabian KeilStyle cosmetics for the IPv6 code.
2009-04-17 Fabian KeilCompile fix for BSD libc.
2009-04-17 Fabian KeilPetr Pisar's privoxy-3.0.12-ipv6-3.diff.
2009-03-08 Fabian KeilFix justified (but harmless) compiler warnings
2009-03-01 Fabian KeilHelp clang understand that we aren't dereferencing
2008-12-04 Fabian KeilFix a cparser warning.
2008-11-10 Fabian KeilFix a gcc44 warning.
2008-11-08 Fabian KeilMention actual values when complaining about
2008-05-21 Fabian Keil- Mark csp as immutable for block_acl().
2008-05-04 Fabian KeilAdjust parse_http_url() call to new prototype.
2008-05-03 Fabian KeilChange content_filters_enabled()'s parameter from
2008-03-28 Fabian KeilRemove inspect-jpegs action.
2008-03-27 Fabian KeilRemove kill-popups action.
2008-03-06 Fabian KeilIf limit-connect isn't used, don't limit CONNECT reques...
2008-03-01 Fabian KeilLet the block action take the reason for the block
2008-02-23 Fabian KeilRename url_actions() to get_url_actions() and let it
2008-02-23 Fabian KeilLet forward_url() use the standard parameter ordering
2008-02-03 Fabian KeilAdd SOCKS5 support for forward-override{}.
2008-01-04 Fabian KeilImprove the warning messages that get logged if the...
2007-11-30 Fabian KeilUse freez instead of free.
2007-10-19 Fabian KeilAdd helper function to check if any content filters...
2007-10-17 Fabian KeilOmitting the zero chunk that ends the chunk transfer...
2007-09-29 Fabian KeilRemove two redundant and one useless log messages.
2007-09-29 Fabian Keil- Move get_filter_function() from jcc.c to filters.c
2007-09-28 Fabian Keil- Execute content filters through execute_content_filter().
2007-09-02 Fabian KeilMove match_portlist() from filter.c to urlmatch.c.
2007-09-02 Fabian KeilRemove newline at the end of a log_error() message.
2007-08-05 Fabian Keil#1763173 from Stefan Huehner: declare some more functio...
2007-06-01 Fabian KeilAdd forward-override{} to change the forwarding setting...
2007-04-30 Fabian KeilMake sure filters with dynamic jobs actually use them.
2007-04-30 Fabian Keil- Introduce dynamic pcrs jobs that can resolve variables.
2007-03-21 Fabian Keil- Log the content size after decompression in decompres...
2007-03-20 Fabian KeilUse dedicated header filter actions instead of abusing...
2007-03-17 Fabian KeilNew config option: enforce-blocks.
2007-03-13 Fabian Keil- Fix port handling in acl_addr() and use a temporary...
2007-03-05 Fabian Keil- Cosmetical changes for LOG_LEVEL_RE_FILTER messages.
2007-02-07 Fabian Keil- Save the reason for generating http_responses.
2007-01-31 Fabian KeilSearch for Max-Forwards headers case-insensitive,
2007-01-28 Fabian Keil- Add HEAD support to finish_http_response.
2007-01-12 Fabian KeilMark *csp as immutable for is_untrusted_url()
next