Fix spelling errors found with codespell.
[privoxy.git] / filters.c
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()
2007-01-01 Fabian KeilIntegrate a modified version of Wil Mahan's
2006-12-29 Fabian KeilFixed gcc43 conversion warnings,
2006-12-24 Fabian KeilAdjust comment in pcrs_filter_response()
2006-12-23 Fabian KeilDon't crash if pcre returns an error code
2006-12-22 Fabian KeilModified is_untrusted_url to complain in case of
2006-12-22 Fabian KeilSkip empty filter files in pcrs_filter_response,
2006-12-09 Fabian KeilAdded some sanity checks for get_last_url().
2006-12-08 Fabian KeilLet get_last_url() catch https URLs as well.
2006-12-05 Fabian KeilMake sure get_last_url() behaves like advertised
2006-11-28 Fabian KeilImplemented +redirect{s@foo@bar@} to generate
2006-09-23 Roland RosenfeldReplace TABs by spaces in source code.
2006-09-21 Fabian KeilFix +redirect{}. Didn't work with -fast-redirects.
2006-08-31 Fabian KeilBlock requests for untrusted URLs with status
2006-08-31 Fabian KeilDon't free p which is still in use and will be later
2006-08-14 David SchmidtFeature request 595948: Re-Filter logging in single...
2006-08-03 David SchmidtIncorporate Fabian Keil's patch work:\rfabiankeil.de...
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
2002-04-24 oesJon's multiple AF patch: url_actions now evaluates...
2002-04-08 swafixed JB spelling
2002-04-05 oes - bugfix: error-pages now get correct request protocol
2002-04-02 oesFix: No "Go there anyway" for SSL
2002-04-02 oesBugfix: is_untrusted_url() now depends on FEATURE_TRUST...
2002-03-26 swawe have a new homepage!
2002-03-24 jongfosterRemoving logo
2002-03-24 jongfosterName changes
2002-03-24 swaname change related issues
2002-03-16 oesCosmetics
2002-03-13 oesBetter logging for content filters
2002-03-13 jongfosterKilling warnings
2002-03-12 oesIntroduced modular filters
2002-03-08 oesAdded choice beween GIF and PNG built-in images
2002-03-07 oes - Fixed compiler warnings etc
2002-01-22 jongfosterReplacing strsav() with the safer string_append().
next