Add CVEs for Privoxy 3.0.24
[privoxy.git] / filters.c
2016-01-16 Fabian KeilBump copyright year
2016-01-16 Fabian KeilIntroduce the new forwarding type 'forward-webserver'
2016-01-16 Fabian Keilremove_chunked_transfer_coding(): Reject invalid input...
2015-12-27 Fabian Keilacl_addr(): Properly parse acl directives with ports...
2015-12-27 Fabian Keilexecute_external_filter(): Assert that the buffer for...
2015-08-21 Fabian Keilexecute_external_filter(): Actually fix the buffer...
2015-08-12 Fabian Keilexecute_external_filter(): Don't rely on undefined...
2014-10-18 Fabian KeilThe filter file array can't be NULL so don't bother...
2014-10-18 Fabian KeilUse strdup_or_die() if the duplicated string is tiny
2014-10-18 Fabian KeilFix a theoretical memory leak in get_last_url()
2014-10-18 Fabian KeilFix a memory leak in execute_content_filters() if there...
2014-10-18 Fabian Keilexecute_external_filter(): Fix file descriptor leak...
2014-07-18 Fabian KeilMove a 'static' before the 'const'
2014-06-12 Fabian KeilReference RFC 7230 in remove_chunked_transfer_coding...
2014-06-12 Fabian KeilRFC 2616 is obsolete, update a comment in redirect_url()
2014-06-03 Fabian KeilLet +external-filter{} only filter "text" by default
2014-06-03 Fabian KeilFix white space
2014-06-02 Fabian KeilBump copyright
2014-06-02 Fabian KeilAdd support for external filters
2013-12-24 Fabian KeilFlatten indentation in pcrs_filter_response()
2013-12-24 Fabian KeilFactor get_filter() out of pcrs_filter_response()
2013-11-24 Fabian KeilTurn url_spec into an union and rename it to pattern_spec
2013-04-23 Fabian KeilRemove an unreachable else clause in match_sockaddr()
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
next