Don't miscalculate byte_count if we don't get all the
[privoxy.git] / filters.c
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().
2002-01-17 jongfosterMoving all our URL and URL pattern parsing code to...
2001-11-13 jongfosterFixing stupid bug now I've figured out what || means.
2001-10-26 oes- Re-enabled Netscape 200/404 bug workaround in block_u...
2001-10-25 David SchmidtChange in porting tactics: OS/2's EMX porting layer...
2001-10-23 jongfosterAdding error-checking to selected functions
2001-10-22 David SchmidtSpecial-cased OS/2 out of the Netscape-abort-on-404...
2001-10-10 oesAdded match_portlist function
2001-10-07 oesReplaced 6 boolean members of csp with one bitmap ...
2001-09-20 steudtenFix BUG: Change int size to size_t size in pcrs_filter_...
2001-09-16 jongfosterRemoving unused #include showarg.h
2001-09-16 jongfosterChanges to use new list functions.
2001-09-16 jongfosterSplitting fill_template() into 2 functions:
2001-09-16 jongfosterNew function alloc_http_response, for symmetry with...
2001-09-13 jongfosterMoving image data to cgi.c rather than cgi.h
2001-09-10 oesSilenced compiler warnings
2001-08-05 jongfosterModifiying "struct map" so that there are now separate...
2001-07-30 jongfosterTidying up #defines:
2001-07-26 oesMade browser detection a little less naive
2001-07-25 oesAdded workaround for Netscape bug that prevents display...
2001-07-23 oesFixed bug that caused document body to be dropped when...
2001-07-18 oes- Made gif_deanimate_response respect
2001-07-13 oes - Introduced gif_deanimate_response which shares the
2001-07-01 oesAdded comments and missing return statement in is_untru...
2001-06-29 oesIndentation, CRLF->LF, Tab-> Space
2001-06-29 oes- Cleaned up, renamed and reorderd functions
2001-06-09 jongfosterChanging BUFSIZ ==> BUFFER_SIZE
2001-06-07 jongfosterAllowing unanchored domain patterns to back off and...
2001-06-03 oesextracted-CGI relevant stuff
2001-06-01 oesAdded optional left-anchoring to domaincmp
2001-05-31 jongfosterPermissionsfile / actions file changes:
2001-05-31 oes - Enhanced domain part globbing with infix and prefix...
2001-05-29 oes"See why" link added to "blocked" page
next