developer-manual: Add the -s flag to the suggested 'git tag' command
[privoxy.git] / filters.c
2020-11-28 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-11-25 Fabian KeilFix commment typo
2020-11-23 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-09-26 Fabian Keilpcrs_filter_response(): Free the old data if there...
2020-09-17 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-09-11 Fabian Keilremove_chunked_transfer_coding(): Use appropriate forma...
2020-09-11 Fabian Keilgif_deanimate_response(): Fix format specifiers in...
2020-09-11 Fabian Keilexecute_external_filter(): Fix format specifiers in...
2020-09-11 Fabian Keilpcrs_filter_response(): Fix format specifiers in a...
2020-09-11 Fabian KeilRename 'pages_modified' variable to 'response_bodies_mo...
2020-09-07 Fabian KeilRemove OS/2 support
2020-09-02 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-09-01 Fabian KeilAdd keep-alive support for https-inspected connections
2020-09-01 Fabian KeilDeclare get_last_url() static
2020-08-10 Fabian KeilGather statistics for block reasons
2020-08-10 Fabian KeilAdd FEATURE_EXTENDED_STATISTICS to gather filter statistics
2020-07-19 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-06-26 Fabian KeilBump copyright
2020-06-26 Fabian KeilAdd support for Brotli decompression
2020-06-02 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-05-28 Fabian KeilFix typos
2020-02-27 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-02-26 Fabian KeilRename FEATURE_HTTPS_FILTERING to FEATURE_HTTPS_INSPECTION
2020-02-26 Fabian Keilget_url_actions(): Don't initialize actions when called...
2020-02-13 Fabian KeilUpgrade a bunch of links to the homepage to https://
2019-09-06 Ivan RomanovAdd SOCKS5 username/password support
2018-10-29 Fabian KeilRemove trailing white-space
2018-03-08 Fabian KeilRemove show_rcs() and the CVS ids it relied upon
2017-06-04 Fabian KeilLet sockaddr_storage_to_ip() return void
2017-06-04 Fabian KeilLet sockaddr_storage_to_ip() assert that the address...
2017-06-04 Fabian KeilLet sockaddr_storage_to_ip() assert that addr isn't...
2017-03-08 Fabian KeilDitch FEATURE_IMAGE_DETECT_MSIE
2016-12-24 Fabian KeilAdd a --fuzz option
2016-05-25 Fabian KeilLet dynamic filters and taggers support a $listen-addre...
2016-03-17 Fabian KeilImplement client-specific tags
2016-02-26 Fabian KeilStart using zalloc_or_die()
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...
next