Fix a comment typo in header_tagger()
[privoxy.git] / parsers.c
2009-06-10 Fabian KeilFactor create_content_length_header() out of server_adj...
2009-06-08 Fabian KeilDon't force the client to wait for the connection to...
2009-06-05 Fabian KeilDocument the 6 mysterious bytes we skip in decompress_i...
2009-06-05 Fabian KeilRemove stray empty line.
2009-06-05 Fabian KeilUse macros for the magic numbers in decompress_iob().
2009-06-01 Fabian KeilIf all the data we got decompressed OK, but zlib wants...
2009-06-01 Fabian KeilIn decompress_iob(), remove the skip_bytes history...
2009-06-01 Fabian KeilStyle fix.
2009-06-01 Fabian KeilIn client_if_modified_since(), rename negative to negat...
2009-06-01 Fabian KeilIn server_last_modified(), rename negative to negative_...
2009-05-28 Fabian KeilUnbreak compilation for compilers that don't recognize...
2009-05-28 Fabian KeilTurn server_proxy_connection_adder() into a nop if...
2009-05-28 Fabian KeilCheck the right macro to decide if we can use privoxy_m...
2009-05-25 Fabian KeilIn client_connection_header_adder(), check flags agains...
2009-05-25 Fabian KeilKeep the server header 'Connection: keep-alive' around...
2009-05-25 Fabian KeilIf we are keeping the server connection alive behind...
2009-05-19 Fabian KeilDoh. Unbreak extra field skipping in decompress_iob().
2009-05-19 Fabian KeilFix a recently added logic error that could result...
2009-05-19 Fabian KeilFix clang warning: Value stored to 'timeptr' is never...
2009-05-19 Fabian KeilFix keep-alive upgrading if connection-sharing is used.
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
2009-05-13 Fabian KeilRespect the server's keep-alive value if it's below...
2009-05-10 Fabian KeilInitial keep-alive support for the client socket.
2009-03-13 Fabian KeilFix some more harmless warnings on amd64.
2009-03-07 Fabian KeilChange csp->expected_content and_csp->expected_content_...
2009-03-01 Fabian KeilHelp clang understand that we aren't dereferencing
2009-02-15 Fabian KeilDon't let hide-referrer{conditional-*}} pass
2008-12-04 Fabian KeilFix some cparser warnings.
2008-11-21 Fabian KeilIn case of CONNECT requests there's no point
2008-11-16 Fabian KeilTurn keep-alive support into a runtime feature
2008-11-04 Fabian KeilHTTP/1.1 responses without Connection
2008-10-12 Fabian KeilRemove obsolete warning about delayed delivery with...
2008-10-09 Fabian KeilFlush work-in-progress changes to keep outgoing connections
2008-09-21 Fabian KeilTreat unknown change-x-forwarded-for parameters as...
2008-09-21 Fabian KeilIf change-x-forwarded-for{add} is used and the client
2008-09-20 Fabian KeilRemove hide-forwarded-for-headers action which has
2008-09-19 Fabian KeilAdd change-x-forwarded-for{} action to block or add
2008-09-12 Fabian Keil- A few style fixes.
2008-09-04 Fabian KeilPrepare for critical sections on Windows by adding a
2008-08-30 Fabian KeilRemove FEATURE_COOKIE_JAR.
2008-05-30 Fabian KeilRemove questionable micro-optimizations
2008-05-26 Fabian Keils@Insufficent@Insufficient@
2008-05-21 Fabian KeilThe whole point of strclean() is to modify the
2008-05-21 Fabian KeilAs the wafer actions are gone, we can stop including...
2008-05-21 Fabian KeilDitch cast from (char **) to (char **).
2008-05-21 Fabian KeilStreamline sed()'s prototype and declare
2008-05-20 Fabian KeilFactor update_server_headers() out of sed(), ditch the
2008-05-19 Fabian KeilWrap memmove() calls in string_move()
2008-05-17 Fabian KeilNormalize linear header white space.
2008-05-16 Fabian KeilIf a header is split across multiple lines,
2008-05-10 Fabian KeilDon't provide get_header() with the whole client state
2008-05-03 Fabian KeilChange content_filters_enabled()'s parameter from
2008-04-17 Fabian KeilProvide get_http_time() with the buffer size so it...
2008-04-16 Fabian KeilDon't pass the whole csp structure to flush_socket()
2008-03-29 Fabian KeilRemove send-wafer and send-vanilla-wafer actions.
2008-03-28 Fabian KeilRemove inspect-jpegs action.
2008-01-05 Fabian KeilLet client_range() also handle Request-Range headers
2008-01-04 Fabian KeilImprove the warning messages that get logged if the...
2007-12-28 Fabian KeilIn server_content_type():
2007-12-28 Fabian KeilMinor server_content_disposition() changes:
2007-12-06 Fabian KeilGarbage-collect the code to add a X-Forwarded-For
2007-12-01 Fabian KeilFix a crash on mingw32 with some Last Modified times...
2007-11-02 Fabian KeilRemove a "can't happen" error block which, over
2007-10-19 Fabian Keil- Downgrade "Buffer limit reached" message to LOG_LEVEL...
2007-10-10 Fabian KeilI forgot about Poland.
2007-10-09 Fabian KeilRemove Range and If-Range headers if content filtering...
2007-10-04 Fabian KeilMove ACTION_VANILLA_WAFER handling from jcc's chat...
2007-09-29 Fabian Keil- Remove "scanning headers for" log message again.
2007-09-08 Fabian KeilRefactor client_referrer() and add conditional-forge...
2007-08-28 Fabian KeilA bunch of whitespace fixes, pointy hat to me.
2007-08-28 Fabian KeilFix possible memory corruption in server_http, make...
2007-08-18 Fabian KeilLet content-type-overwrite{} honour force-text-mode...
2007-08-11 Fabian Keil- Add prototpyes for the header parsers and make them...
2007-07-14 Fabian KeilMove the ACTION_FORCE_TEXT_MODE check out of
2007-06-01 Fabian KeilChange sed() to return a jb_err in preparation for...
2007-05-27 Fabian KeilAdjust "X-Filter: No" to disable dedicated header filters.
2007-05-14 Fabian KeilStreamline client_cookie_adder().
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-04-17 Fabian Keil- Make tagging based on tags set by earlier taggers
2007-04-15 Fabian KeilIntroduce tags as alternative way to specify which
2007-04-12 Fabian KeilLog a warning if the content is compressed, filtering is
2007-03-25 Fabian Keil- Fix warnings when compiled with glibc.
2007-03-21 Fabian Keil- Add better protection against malicious gzip headers.
2007-03-20 Fabian Keil- Use dedicated header filter actions instead of abusin...
2007-03-05 Fabian Keil- Cosmetical changes for LOG_LEVEL_RE_FILTER messages.
2007-02-24 Fabian KeilImprove cookie expiration date detection.
2007-02-08 Fabian KeilDon't run server_content_length() the first time
2007-02-07 Fabian KeilFix log messages regarding the cookie time format
2007-02-07 Fabian Keil- Let decompress_iob()
2007-01-31 Fabian KeilSearch for Max-Forwards headers case-insensitive,
2007-01-30 Fabian Keil- Let server_set_cookie() check the expiration date
2007-01-26 Fabian KeilStop filter_header() from unintentionally removing
2007-01-24 Fabian Keil- Repeat the request URL before logging any headers.
2007-01-12 Fabian KeilCorrect a cast, check inflateEnd() exit code
2007-01-01 Fabian KeilIntegrate a modified version of Wil Mahan's
2006-12-31 Fabian KeilSkip empty filter files in filter_header()
2006-12-29 Fabian KeilReverted parts of my last commit
2006-12-29 Fabian KeilFixed gcc43 conversion warnings.
2006-12-26 Fabian KeilBringing back the "useless" localtime() call
next