Factor send_server_headers() out of handle_established_connection()
[privoxy.git] / jcc.c
2022-05-06 Fabian KeilFactor send_server_headers() out of handle_established_...
2022-05-06 Fabian KeilImprove the handling of chunk-encoded responses
2022-04-26 Fabian KeilAdd a client-body-tagger action
2022-04-26 Fabian KeilWhen client body filters are enabled, buffer the whole...
2022-04-23 Fabian Keilreceive_and_send_encrypted_post_data(): Improve a log...
2022-04-23 Fabian Keilread_https_request_body(): Improve a couple of log...
2022-04-23 Fabian Keilreceive_and_send_encrypted_post_data(): Additionally...
2022-04-17 Fabian KeilBump copyright
2022-04-17 Fabian KeilFEATURE_STATISTICS: Include all requests in the statistics
2022-04-17 Fabian KeilRename the mutex used to protect the block reason stati...
2022-03-30 Fabian Keilreceive_client_request(): Reject https URLs without...
2022-03-29 Fabian Keilhandle_established_connection(): Check for pending...
2022-03-29 Fabian Keilreceive_client_request(): Improve error message
2021-12-19 Fabian Keilcan_filter_request_body(): Fix a log message that conta...
2021-12-07 Joshua Rogersprocess_encrypted_request_headers(): Free header memory...
2021-12-07 Joshua Rogerssend_http_request(): Prevent memory leaks when handling...
2021-11-10 Fabian Keillisten_loop(): When shutting down gracefully, close...
2021-11-10 Fabian Keilprocess_encrypted_request(): Improve a log message
2021-11-10 Fabian Keilread_http_request_body(): Fix two error messages that...
2021-11-10 Fabian Keilchat(): Log the applied actions before deciding how...
2021-11-10 Fabian KeilRename process_encrypted_request() to process_encrypted...
2021-11-10 Fabian KeilRename receive_encrypted_request() to receive_encrypted...
2021-11-10 Fabian Keilreceive_encrypted_request_headers(): Improve a log...
2021-07-07 Leenit: remove compiler warnings
2021-04-10 Lee"Maximum number of connections reached" msg log level...
2021-03-21 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2021-03-21 Fabian KeilDon't log the applied actions in process_encrypted_requ...
2021-03-15 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2021-03-15 Fabian KeilImprove description of handle_established_connection()
2021-03-12 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2021-03-12 Fabian Keilhandle_established_connection(): Slightly improve a...
2021-03-12 Fabian Keilhandle_established_connection(): Skip the poll()/select...
2021-03-12 Fabian Keilhandle_established_connection(): Fix a comment
2021-03-12 Fabian KeilEstablish the TLS connection with the client earlier
2021-03-12 Fabian Keilhandle_established_connection(): Improve an error message
2021-03-12 Fabian Keilserve(): Close the client socket as well
2021-03-12 Fabian Keilcontinue_https_chat(): Update csp->server_connection...
2021-03-12 Fabian KeilDon't disable redirect checkers in redirect_url()
2021-03-06 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2021-03-05 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2021-03-02 Leeremove typo
2021-02-25 Fabian Keilchunked_body_is_complete(): Prevent invalid read of...
2021-02-21 Fabian KeilDeclare save_connection_destination() static
2021-02-21 Fabian Keilserve(): Increase the chances that the host is logged
2021-02-21 Fabian KeilTerminate the body of the HTTP snipplets with a single...
2021-02-21 Fabian KeilFix a couple of format specifiers
2021-02-03 Fabian Keilhandle_established_connection(): Add parentheses to...
2021-02-03 Fabian Keilcontinue_https_chat(): Explicitly unset CSP_FLAG_CLIENT...
2021-01-23 Fabian Keilreceive_chunked_client_request_body(): Fix language...
2021-01-22 Fabian Keillisten_loop(): Split long line in two
2021-01-22 Fabian Keillisten_loop(): Delay the call to ssl_release()
2021-01-22 Fabian Keilsig_handler(): Split a long line in two
2021-01-19 Fabian KeilFix comment typo
2021-01-19 Fabian KeilAdd a period to the 'Graceful termination requested...
2021-01-19 Fabian KeilLog a message right before exiting gracefully
2021-01-10 Fabian Keilchange_encrypted_request_destination(): Keep the origin...
2021-01-10 Fabian Keilparse_client_request(): Fix status code in a LOG_LEVEL_...
2021-01-10 Fabian Keilchange_encrypted_request_destination(): Plug a memory...
2021-01-10 Fabian Keilprocess_encrypted_request(): Improve error message
2021-01-10 Fabian Keilprocess_encrypted_request(): Use the MESSED_UP_REQUEST_...
2021-01-10 Fabian Keilchange_request_destination(): Reject rewrites from...
2021-01-10 Fabian Keilchat(): Use client_use_ssl(csp) instead of http->ssl
2021-01-02 Fabian KeilBump copyright
2021-01-02 Fabian KeilAllow to rewrite the request destination for https...
2020-12-30 Maxim AntonovAdd support for filering client request bodies
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
next