Bump copyright
[privoxy.git] / jcc.c
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
2017-06-26 Fabian KeilEnable accept filter only once
2017-06-26 Fabian KeilExplicitly taint the server socket in case of CONNECT...
2017-06-26 Fabian KeilUpdate comments that still mentioned 'show-proxy-args...
2017-06-08 Fabian KeilFix indentation in handle_established_connection()
2017-05-29 Fabian KeilMake sure binaries with fuzzing support are used for...
2017-05-29 Fabian KeilAdd a receive-buffer-size directive
2017-05-25 Fabian KeilBump copyright
2017-05-25 Fabian KeilNever use select() when poll() is available
2017-05-25 Fabian KeilReduce chat()'s stack usage
2017-05-25 Fabian KeilAdd missing space
2017-05-20 Fabian KeilRemove pointless-looking bzero() define for OS/2
2017-05-04 Fabian KeilUse arc4random() if it's available
2017-03-08 Fabian KeilExplain why SIGPIPE is ignored and remove the 'FIXME...
2016-12-24 Fabian KeilFactor send_http_request() out of chat()
2016-12-24 Fabian KeilAdd a --fuzz option
2016-12-24 Fabian KeilFactor handle_established_connection() out of chat()
2016-09-27 Leeupdate windows build system to use supported software
2016-05-25 Fabian Keilprepare_csp_for_next_request(): Use the global toggle...
2016-05-25 Fabian Keillisten_loop(): Include the listen-address in the log...
2016-05-25 Fabian KeilLet dynamic filters and taggers support a $listen-addre...
2016-05-22 Fabian KeilOptionally use the X-Forwarded-For header for client...
2016-03-17 Fabian KeilImplement client-specific tags
2016-02-26 Fabian KeilStart using zalloc_or_die()
2016-01-16 Fabian KeilBump copyright year
2016-01-16 Fabian KeilRemove non-standard Proxy-Agent headers in HTTP snipplets
2016-01-16 Fabian KeilIntroduce the new forwarding type 'forward-webserver'
2015-12-28 Fabian KeilCheck requests more carefully before serving them force...
2015-03-27 Fabian Keillisten_loop(): Add number of active threads to a couple...
2015-01-24 Fabian KeilPrevent parse errors after failing to deliver a client...
2015-01-24 Fabian Keilchunked_body_is_complete(): Check input more carefully
2015-01-24 Fabian KeilFix comment typo
2014-12-19 Fabian KeilFix comment typos
2014-10-18 Fabian Keilreceive_client_request(): Don't ignore list_append_list...
2014-07-25 Fabian KeilLet sed() failures result in an error response
2014-07-25 Fabian KeilReject requests with unsupported Expect header values
2014-06-03 Fabian KeilReduce code duplication by setting http->ocmd in parse_...
2014-06-02 Fabian KeilBump copyright
next