Bump copyright
[privoxy.git] / parsers.c
2021-01-05 Fabian KeilBump copyright
2021-01-05 Fabian Keilsed_https(): Also update csp->https_headers->first...
2020-12-30 Maxim AntonovAdd support for filering client request bodies
2020-12-17 Fabian KeilConvert a couple of additional messages to log level...
2020-12-17 Fabian KeilLet the hide-referrer code tolerate Referer headers...
2020-12-14 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-12-14 Maxim AntonovAdd the new action suppress-tag{}
2020-11-23 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-10-09 Fabian KeilLowercase the host name in functions that set it
2020-10-09 Fabian KeilAdd support for Websockets with https inspection enabled
2020-09-17 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-09-11 Fabian Keilparse_header_time(): Fix format specifiers in a log...
2020-09-11 Fabian Keilclient_if_modified_since(): Remove an unused argument...
2020-09-11 Fabian Keilclient_if_modified_since(): Fix format specifiers in...
2020-09-11 Fabian Keilserver_last_modified(): Fix format specifiers in a...
2020-09-11 Fabian Keilfilter_header(): Fix format specifiers in two log messages
2020-09-11 Fabian Keilheader_tagger(): Fix logging in case of two error condi...
2020-09-11 Fabian Keildecompress_iob(): Make a debug message that isn't suppo...
2020-09-11 Fabian Keildecompress_iob(): Fix format specifiers in a log message
2020-09-11 Fabian Keildecompress_iob(): Remove a stray space
2020-09-11 Fabian Keildecompress_iob(): Fix format specifier in a log message
2020-09-11 Fabian Keildecompress_iob_with_brotli(): Fix format specifiers...
2020-09-11 Fabian Keiladd_to_iob(): Fix format specifiers in a log message
2020-09-11 Fabian Keildecompress_iob(): Don't leak the memory allocated by...
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 KeilFix build without FEATURE_CONNECTION_KEEP_ALIVE
2020-09-01 Fabian KeilAdd keep-alive support for https-inspected connections
2020-09-01 Fabian KeilFix documented return code for clear_iob()
2020-09-01 Fabian Keildecompress_iob(): Downgrade the no-content message...
2020-07-19 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-06-26 Fabian KeilAdd support for Brotli decompression
2020-06-15 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-06-08 Fabian Keilparse_header_time(): Use privoxy_gmtime_r()
2020-06-08 Fabian Keilclient_if_modified_since(): Use privoxy_gmtime_r()
2020-06-08 Fabian Keilserver_last_modified(): Use privoxy_gmtime_r()
2020-06-08 Fabian Keiladd_cookie_expiry_date(): Use privoxy_gmtime_r()
2020-06-08 Fabian KeilFix the locking of gmtime()
2020-06-02 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-05-28 Fabian KeilFix typos
2020-05-16 Fabian KeilSpell out 'version' in the http_request struct
2020-04-14 Fabian Keilsed_https(): Update the last https header after running...
2020-04-14 Fabian KeilFix a comment typo in sed_https()
2020-03-08 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-03-02 Fabian Keildecompress_iob(): Free the temporary buffer when the...
2020-02-28 Fabian KeilBump copyright
2020-02-28 Fabian Keilsed_https(): Clear the existing tags before calling...
2020-02-28 Fabian Keilsed_https(): Unset CSP_FLAG_CLIENT_HEADER_PARSING_DONE
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-13 Fabian KeilUpgrade a bunch of links to the homepage to https://
2019-11-10 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2019-10-30 Fabian KeilEstablish encrypted client connection earlier ...
2019-10-30 Fabian KeilAdd TLS/SSL interception support
2018-12-14 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2018-11-12 Fabian KeilRename flush_socket() to flush_iob()
2018-11-12 Fabian KeilAdd delay-response{} action
2018-03-08 Fabian KeilRemove show_rcs() and the CVS ids it relied upon
2017-07-01 Leebump copyright
2017-07-01 Leeget rid of another compiler warning on Windows for...
2017-06-08 Fabian Keilget_content_length(): Replace an assertion with a compi...
2016-12-24 Fabian KeilAdd a --fuzz option
2016-12-09 Fabian KeilDon't add a "Connection" header for CONNECT requests
2016-04-30 Fabian Keilparse_header_time(): Explicitly check for strftime...
2016-02-26 Fabian Keilclear_iob(): Remove a stray semicolon
2016-01-17 Fabian KeilFix a compiler warning when building without zlib support
2016-01-16 Fabian KeilBump copyright year
2016-01-16 Fabian Keilget_destination_from_headers(): Merge two log messages...
2016-01-16 Fabian Keilget_destination_from_headers(): Remove comment about...
2016-01-16 Fabian Keilclient_host(): Remove empty host headers
2015-12-27 Fabian Keilclient_host_adder(): Reject the request if the destinat...
2015-12-27 Fabian Keilget_destination_from_headers(): Additionally update...
2015-12-27 Fabian Keilget_destination_from_headers(): Remove dead code
2015-03-27 Fabian Keildecompress_iob(): Refine the log message emitted when...
2015-01-24 Fabian KeilAdd parse_time_header(), a wrapper around parse_header_...
2014-11-12 Fabian KeilLet server_keep_alive() always remove the Keep-Alive...
2014-11-03 Fabian KeilPreserve negative HTTP status numbers
2014-10-18 Fabian KeilFix error handling in server_content_type()
2014-10-18 Fabian Keilserver_content_encoding(): Check for enabled content...
2014-10-18 Fabian Keilserver_http(): Make the HTTP reason phrase optional...
2014-07-25 Fabian KeilLet server_http() regenerate the response line
2014-07-25 Fabian KeilLet sed() failures result in an error response
2014-07-25 Fabian KeilUpdate normalize_lws()'s description to reference RFC...
2014-07-25 Fabian KeilSpell whitespace consistently without whitespace
2014-07-25 Fabian KeilBump copyright
2014-07-25 Fabian KeilReject requests with unsupported Expect header values
2014-06-12 Fabian KeilRemove a comment suggesting that normalize_lws()'s...
2014-04-21 Fabian KeilFix clang warnings
2014-02-10 Fabian KeilDo not pass rejected keep-alive timeouts to the server
2014-02-10 Fabian KeilProperly deal with Keep-Alive headers with timeout...
2013-12-24 Fabian KeilFlatten indentation in header_tagger() and filter_header()
2013-12-24 Fabian KeilRemove code duplication in header_tagger() and filter_h...
2013-11-24 Fabian KeilIntroduce negative tag patterns NO-REQUEST-TAG and...
2013-08-06 Fabian KeilDo not repeatedly complain about missing header taggers...
2013-08-06 Fabian KeilDon't complain about missing header taggers or filters ...
2013-04-23 Fabian KeilFix a comment typo in header_tagger()
2013-03-20 Fabian KeilRemove an undocumented workaround for an Apple iTunes bug
2013-03-07 Fabian KeilAdd an enable-proxy-authentication-forwarding directive
2013-01-04 Fabian KeilIn server_content_type(), only remove duplicated header...
2013-01-04 Fabian KeilRemove an incorrect assertion in server_content_type()
next