Remove an obsolete comment
[privoxy.git] / jcc.c
2020-12-17 Fabian KeilCheck the chdir() return code
2020-12-14 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-12-14 Fabian KeilBring back the select()-based fallback code
2020-12-14 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-12-14 Fabian KeilAdd (optional) parens in an if condition in chat()
2020-12-14 Fabian KeilMake poll() non-optional and remove select()-based...
2020-11-23 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-11-18 Fabian Keilget_request_destination_elsewhere(): Prevent unlikely...
2020-10-09 Fabian KeilAdd support for Websockets with https inspection enabled
2020-10-06 Fabian Keilprocess_encrypted_request(): If we received no data...
2020-09-28 Fabian Keilsend_https_request(): Call receive_and_send_encrypted_p...
2020-09-26 Fabian Keilchat(): Don't send the certificate error response if...
2020-09-22 Fabian Keilserve(): Close the client socket before closing the...
2020-09-22 Fabian Keillisten_loop(): Fix format specifiers in two log messages
2020-09-22 Fabian KeilCheck the socks user name and password when comparing...
2020-09-17 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-09-11 Fabian Keilprepare_csp_for_next_request(): Fix format specifiers...
2020-09-11 Fabian Keilhandle_established_connection(): Fix format specifiers...
2020-09-11 Fabian Keilsend_https_request(): Fix format specifiers in log...
2020-09-11 Fabian Keilreceive_chunked_client_request_body(): Fix format speci...
2020-09-11 Fabian Keilsend_crunch_response(): Fix format specifiers in two...
2020-09-11 Fabian Keilchat(): Remove pointless NULL-pointer check
2020-09-11 Fabian Keilcontinue_https_chat(): Drop the connection if the forwa...
2020-09-11 Fabian Keilcontinue_https_chat(): Increment csp->server_connection...
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 Keilchat(): Don't log process_encrypted_request() failures
2020-09-01 Fabian Keillisten_loop(): Use a dedicated variable for the pthread...
2020-09-01 Fabian Keilsend_crunch_response(): Include the full URL in a log...
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 KeilDowngrade the 'Graceful termination requested' message...
2020-09-01 Fabian KeilFix comment typo
2020-09-01 Maxim AntonovAdd OpenSSL support
2020-08-10 Fabian KeilGather statistics for block reasons
2020-08-10 Fabian KeilAdd FEATURE_EXTENDED_STATISTICS to gather filter statistics
2020-08-10 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-08-06 Fabian KeilAllow to use extended host patterns and vanilla host...
2020-07-19 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-07-18 Fabian Keilreceive_encrypted_request(): Use the socket-timeout...
2020-07-18 Fabian Keilreceive_encrypted_request(): Properly deal with pending...
2020-06-15 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-06-08 Fabian Keilserver(): Add colons that were missing in a log message
2020-06-07 Fabian KeilLog the "Request:" message for unencrypted requests...
2020-06-05 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-06-05 Fabian KeilImprove an error message in chat()
2020-06-05 Fabian KeilUse the connect-failed template when the forwarding...
2020-06-05 Fabian KeilImprove a comment in chat()
2020-06-05 Fabian KeilDeduplicate some https inspection code in chat()
2020-06-05 Fabian KeilFix commment indentation
2020-06-05 Fabian KeilFix https inspection with HTTP forwarding
2020-06-05 Fabian KeilFix comment typo
2020-06-03 Fabian Keilchat(): Remove a pointless close_client_ssl_connection...
2020-06-03 Fabian KeilRephrase an error message in chat()
2020-06-02 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-06-01 Fabian KeilLet LOG_LEVEL_REQUEST log all requests
2020-06-01 Fabian KeilStart using ssl_send_data_delayed()
2020-06-01 Fabian KeilRename LOG_LEVEL_GPC to LOG_LEVEL_REQUEST
2020-06-01 Fabian KeilDon't enable tunnelling if a CGI page is requested
2020-05-28 Fabian Keilreceive_and_send_encrypted_post_data(): Change two...
2020-05-28 Fabian KeilFix typos
2020-05-25 Fabian Keilreceive_and_send_encrypted_post_data(): Change return...
2020-05-25 Fabian Keilreceive_and_send_encrypted_post_data(): Change a log...
2020-05-25 Fabian Keilreceive_and_send_encrypted_post_data(): Loop until...
2020-05-16 Fabian KeilSpell out 'version' in the http_request struct
2020-05-16 Fabian KeilWhen https inspecting, log the request later on
2020-05-16 Fabian Keilsend_crunch_response(): Log the whole URL for inspected...
2020-05-16 Fabian KeilLog complete https request lines with LOG_LEVEL_CLF
2020-05-16 Fabian KeilSimplify code in handle_established_connection()
2020-03-16 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-03-12 Fabian KeilAdd a missing call to close_client_ssl_connection()
2020-03-12 Fabian Keilprocess_encrypted_request(): Don't send an error respon...
2020-03-12 Fabian Keilclient_protocol_is_unsupported(): Send encrypted error...
2020-03-12 Fabian Keilprocess_encrypted_request(): Add more log messages...
2020-03-12 Fabian Keilhandle_established_connection(): Remove superfluous...
2020-03-12 Fabian Keilhandle_established_connection(): Adjust indentation...
2020-03-12 Fabian Keilsend_https_request(): Don't call close_client_and_serve...
2020-03-08 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-03-02 Fabian KeilAdd a missing call to close_client_and_server_ssl_conne...
2020-03-01 Fabian Keilhandle_established_connection(): Don't mess with csp...
2020-03-01 Fabian Keilhandle_established_connection(): Remove pointless code
2020-03-01 Fabian Keilhandle_established_connection(): Remove pointless incre...
2020-03-01 Fabian KeilIf the amount of encrypted POST data left is known...
2020-02-28 Fabian KeilOnly use certificate_mutex and rng_mutex when needed
2020-02-28 Fabian KeilUse a single mutex for the certificate generation
2020-02-27 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-02-26 Fabian KeilRename +enable-https-filtering to +https-inspection
2020-02-26 Fabian KeilRename FEATURE_HTTPS_FILTERING to FEATURE_HTTPS_INSPECTION
2020-02-26 Fabian Keilprocess_encrypted_request(): Log applied actions when...
2020-02-26 Fabian Keilprocess_encrypted_request(): Don't call init_current_ac...
2020-02-26 Fabian KeilBump copyright
2020-02-26 Fabian KeilDeal with invalid certificates in case of forwarded...
2020-02-26 Fabian KeilRemove obsolete comment
2020-02-26 Fabian KeilAdd receive_and_send_encrypted_post_data()
2020-02-23 Fabian KeilFix a comment typo
2020-02-22 Fabian KeilUnbreak the build without FEATURE_HTTPS_FILTERING
2020-02-22 Fabian KeilDon't crash when blocking a CONNECT request with https...
2020-02-13 Fabian KeilUpgrade a bunch of links to the homepage to https://
2019-11-19 Fabian KeilFix indentation
2019-11-10 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
next