create_server_ssl_connection(): If the certificate is invalid, log the details
[privoxy.git] / parsers.c
2020-02-13 Fabian KeilUpgrade a bunch of links to the homepage to https://
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()
2012-12-09 Fabian KeilOptionally let parse_header_time() sanity check strptim...
2012-12-07 Fabian KeilFix warning on Debian GNU/Linux
2012-12-07 Fabian KeilAdd support for chunk-encoded client request bodies
2012-11-24 Fabian KeilSet the SERVER_CONTENT_LENGTH_SET flag after creating...
2012-11-24 Fabian KeilLet server_set_cookie() stay silent when the cookie...
2012-11-24 Fabian KeilAllow HTTP/1.0 clients to signal interest in keep-alive...
2012-11-24 Fabian KeilMove string_move() into miscutil.c and make it extern
2012-11-24 Fabian KeilReduce indirection in parse_header_time()
2012-11-11 Fabian KeilRemove a TODO comment about expiring cookies before...
2012-11-11 Fabian KeilAdd limit-cookie-lifetime{} action
2012-11-11 Fabian KeilOnly call time() in server_set_cookie() if the time...
2012-11-09 Fabian KeilRemove an obsolete debug message in decompress_iob()
2012-10-29 Fabian KeilDo not keep the client connection open if it has to...
2012-10-23 Fabian KeilHide get_expected_content_length() when compiling witho...
2012-10-21 Fabian KeilReplace the IOB_RESET() macro with the new function...
2012-10-21 Fabian KeilUse a dedicated iob for the data read from the client
2012-10-17 Fabian KeilRename ACTION_NO_COOKIE_KEEP to ACTION_SESSION_COOKIES_...
2012-10-17 Fabian KeilRename ACTION_NO_COOKIE_READ to ACTION_CRUNCH_OUTGOING_...
2012-10-17 Fabian KeilRename ACTION_NO_COOKIE_SET to ACTION_CRUNCH_INCOMING_C...
2012-10-12 Fabian KeilUpdate server_proxy_connection_adder()'s description...
2012-09-18 Fabian KeilRevert an incorrect part of 1.250 that could result...
2012-09-04 Fabian KeilFix a comment in client_connection()
2012-09-04 Fabian KeilAfter preventing the client from pipeling, don't signal...
2012-09-04 Fabian KeilAdd get_expected_content_length()
2012-09-04 Fabian KeilLet get_content_length() use a header value as input...
2012-07-27 Fabian KeilImplement the client-header-order directive
2012-07-23 Fabian KeilBump copyright to 2012
2012-04-06 Fabian KeilIn client_range(), let headers pass if the range starts...
2012-03-09 Fabian KeilFix white-space around parentheses
2012-03-04 Fabian KeilReplace strdup() calls with strdup_or_die() calls where...
2012-03-04 Fabian KeilRename ijb_foo macros to privoxy_foo
2012-03-04 Fabian KeilRemove the ijb_isupper() and ijb_tolower() macros which...
2011-12-31 Fabian KeilFix the description of create_forged_referrer()
2011-12-31 Fabian KeilBump copyright. There were various significant changes...
2011-12-31 Fabian KeilDrop the 'Functions declared include:' comment sections
2011-11-06 Fabian KeilRemove the already-dead client_accept_encoding_adder()
2011-10-23 Fabian KeilRemove a now-obsolete comment about the implied keep...
2011-10-16 Fabian KeilWhen implying keep-alive in client_connection(), rememb...
2011-10-08 Fabian KeilReduce server_last_modified()'s stack size
2011-09-04 Fabian KeilConstify the time_formats pointers in parse_header_time()
2011-09-04 Fabian KeilIn parse_header_time(), zero out gmt before each strpti...
2011-09-04 Fabian KeilLet parse_header_time() look for two-digit years first
2011-09-04 Fabian KeilIn parse_header_time(), add a sanity check for GNU...
2011-09-04 Fabian KeilDijkstraize parse_header_time(): two or more, use a for
2011-09-04 Fabian KeilAdjust a comment in parse_header_time(). Zeroing out...
2011-09-04 Fabian KeilDitch trailing whitespace
2011-08-31 Fabian KeilDitch a duplicated dot in a comment
2011-07-08 Fabian KeilAdd an enable-compression directive and disable compres...
2011-06-23 Fabian KeilAdd support for (re-)compression of buffered content...
2011-06-23 Fabian KeilIn decompress_iob() change a buffer limit check from...
2011-04-19 Fabian KeilFix various spelling errors in the comments.
next