Remove useless parentheses in get_destination_from_headers()
[privoxy.git] / parsers.c
2011-03-27 Fabian KeilRemove useless parentheses in get_destination_from_head...
2011-03-27 Fabian KeilFactor the Content-Encoding header ditching out of...
2011-03-20 Fabian KeilIn server_content_encoding(), mark the content as taboo...
2011-02-14 Fabian KeilSlightly refactor server_last_modified() to remove...
2011-01-22 Fabian KeilFix various typos. Apparently I can't spell length...
2011-01-14 Fabian KeilDitch an already disabled workaround for a mysterious...
2010-12-18 Fabian KeilTreat all Content-Type header values containing the...
2010-06-13 Fabian KeilIn client_if_modified_since(), limit the scope of the...
2010-06-13 Fabian KeilIn server_last_modified(), limit the scope of the varia...
2010-06-13 Fabian KeilIn add_to_iob(), limit the scope of the variable 'want...
2010-05-01 Fabian KeilFactor filters_available() out of filter_header(),...
2009-12-25 Fabian KeilLet server_set_cookie() accept quoted expiration dates.
2009-09-06 Fabian KeilIn get_content_length(), add a sanity check for mingw32.
2009-09-06 Fabian KeilFactor get_content_length() out of client_save_content_...
2009-08-20 Fabian KeilRemove redundant log message in client_save_content_len...
2009-08-19 Fabian KeilIn preparation to allow connection reuse after forwardi...
2009-08-19 Fabian KeilRemove bogus assertion in decompress_iob().
2009-08-19 Fabian KeilFix gcc45 warnings in decompress_iob().
2009-08-01 Fabian KeilFix server_set_cookie() description. The jarfile code...
2009-07-19 Fabian KeilIf RUNTIME_FEATURE_CONNECTION_KEEP_ALIVE is disabled...
2009-07-19 Fabian KeilDon't set CSP_FLAG_CLIENT_CONNECTION_KEEP_ALIVE in...
2009-07-19 Fabian KeilUnbreak client_connection() for !defined(FEATURE_CONNEC...
2009-07-18 Fabian KeilDon't add a Proxy-Connection header if there already...
2009-07-14 Fabian KeilIf the server doesn't specify how long the connection...
2009-07-13 Fabian KeilIf keep-alive support is disabled, don't let the client...
2009-07-11 Fabian KeilBack out 1.187 for now. There has to be a better way.
2009-07-11 Fabian KeilFor HTTP/1.1 requests other than CONNECT requests,...
2009-07-11 Fabian KeilGarbage collect get_appropiate_connection_header()...
2009-07-11 Fabian KeilDon't set 'Connection: keep-alive' headers in server_co...
2009-07-11 Fabian KeilIn client_connection_header_adder(), add a 'Connection...
2009-07-08 Fabian KeilFix a log message in client_keep_alive().
2009-07-05 LeeFixes Bugs item #2816541 - http download stops at 0...
2009-07-05 Fabian KeilAlso react to the client's Keep-Alive header.
2009-07-05 Fabian KeilComment spelling fix.
2009-06-30 Fabian KeilIf the status code isn't 200, don't assume a missing...
2009-06-28 Fabian KeilIf we think we already got a complete request, don...
2009-06-27 Fabian KeilDon't set CSP_FLAG_CLIENT_CONNECTION_KEEP_ALIVE in...
2009-06-18 Fabian KeilIf strftime() fails, drop the header without replacemen...
2009-06-17 Fabian KeilDon't trust gmtime() to return usable structures for...
2009-06-17 Fabian KeilIn the strftime() failure messages, put the offending...
2009-06-17 Fabian KeilCheck for strftime() failures in server_last_modified...
2009-06-17 Fabian KeilFix the log message from the last commit.
2009-06-16 Fabian KeilIn case of strftime() failures in client_if_modified_si...
2009-06-11 David SchmidtProtect a keepalive flag inside FEATURE_CONNECTION_KEEP...
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.
next