filter_header(): Fix format specifiers in two log messages
[privoxy.git] / jcc.c
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-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-06 Fabian KeilAllow to use extended host patterns and vanilla host...
2020-07-18 Fabian Keilreceive_encrypted_request(): Use the socket-timeout...
2020-07-18 Fabian Keilreceive_encrypted_request(): Properly deal with pending...
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 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-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-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-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-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-10-30 Fabian KeilBump copyright
2019-10-30 Fabian KeilEstablish encrypted client connection earlier ...
2019-10-30 Fabian KeilAdd TLS/SSL interception support
2018-12-30 Fabian KeilFix misplaced parentheses
2018-12-16 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2018-12-16 Fabian KeilFix comment typo
2018-12-14 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2018-11-12 Fabian KeilDowngrade log message from ERROR to CONNECT
2018-11-12 Fabian KeilPut URL in error message
2018-11-12 Fabian KeilRename flush_socket() to flush_iob()
2018-11-12 Fabian KeilBump copyright
2018-11-12 Fabian KeilAdd delay-response{} action
2018-10-23 Fabian KeilRemove support for AmigaOS
2018-10-23 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2018-10-10 Fabian KeilFix parameter index in a comment
2018-10-10 Fabian KeilFix parameter index in a comment
2018-03-10 Leelanguage nit
2018-03-08 Fabian KeilRemove show_rcs() and the CVS ids it relied upon
2018-03-01 Fabian KeilChange write_pid_file()'s prototype to take the path...
2017-08-12 Fabian KeilAdd the pointer to the receive buffer to the csp
2017-08-12 Fabian KeilStreamline handle_established_connection()'s parameter...
2017-08-12 Fabian KeilWarn when still using select()
2017-06-26 Fabian Keillisten_loop(): Reuse a single thread attribute object
2017-06-26 Fabian KeilFree csp resources in the thread that belongs to the csp
2017-06-26 Fabian KeilImprove 'socket timeout reached' message
2017-06-26 Fabian KeilAdd a listen-backlog directive
next