privoxy.git
2020-02-28 Fabian KeilBump copyright
2020-02-28 Fabian Keilsed_https(): Clear the existing tags before calling...
2020-02-28 Fabian Keilsed_https(): Unset CSP_FLAG_CLIENT_HEADER_PARSING_DONE
2020-02-28 Fabian Keilssl_send_certificate_error(): Don't sleep
2020-02-28 Fabian Keilssl_send_certificate_error(): Be more precise
2020-02-28 Fabian KeilWhen logging that the certificate verifcation failed...
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-28 Fabian KeilTurn lack of md5 support in mbedTLS into a compile...
2020-02-28 Fabian KeilRemove #95 which is obsolete now that we support proper...
2020-02-26 Fabian KeilRebuild config file
2020-02-26 Fabian KeilRebuild docs
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 KeilNote that enable-https-filtering{} has to be enabled...
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 Keilget_url_actions(): Don't initialize actions when called...
2020-02-26 Fabian KeilFix location of curly brace and normalize white space
2020-02-26 Fabian KeilBump copyright
2020-02-26 Fabian KeilDeal with invalid certificates in case of forwarded...
2020-02-26 Fabian Keilcreate_server_ssl_connection(): If the certificate...
2020-02-26 Fabian KeilRemove obsolete comment
2020-02-26 Fabian Keilfree_server_ssl_structures(): Mark the correct socket...
2020-02-26 Fabian KeilAdd a missing 'the' to a log message
2020-02-26 Fabian KeilAdd receive_and_send_encrypted_post_data()
2020-02-26 Fabian Keilssl_send_data(): Log the data before writing
2020-02-26 Fabian Keilssl_recv_data(): Log the received data
2020-02-23 Fabian KeilFix a comment typo
2020-02-23 Fabian KeilFix a comment typo
2020-02-23 Fabian KeilReduce spaces
2020-02-23 Fabian KeilFix a comment typo
2020-02-23 Fabian KeilImprove a comment
2020-02-23 Fabian KeilBump copyright
2020-02-23 Fabian Keilssl_send_data(): Consistently return -1 in case of...
2020-02-23 Fabian Keilssl_recv_data(): Properly handle MBEDTLS_ERR_SSL_PEER_C...
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-22 Fabian KeilBump copyright
2020-02-22 Fabian KeilRegenerate docs
2020-02-22 Fabian KeilProperly link to the TLS section of the config file
2020-02-22 Fabian KeilFix links to the enable-https-filtering action
2020-02-22 Fabian KeilAdd a missing anchor
2020-02-21 Fabian KeilRebuild config file
2020-02-21 Fabian KeilRebuild docs
2020-02-21 Fabian Keilconfig: Fix typo
2020-02-21 Fabian Keilconfig: Mention that the certificate-directory is only...
2020-02-21 Fabian Keilconfig: Improve the description of the ca-cert-file...
2020-02-21 Fabian Keilconfig: Note that Privoxy does not automatically clear...
2020-02-21 Fabian KeilBump coypright
2020-02-21 Fabian KeilNote that access to certificate-directory and ca-direct...
2020-02-21 Fabian Keilgenerate_key(): Change argument order to be more consistent
2020-02-21 Fabian Keilpcrs.h: Add copyright and license
2020-02-21 Fabian KeilChange license for pcrs.c to GPLv2+
2020-02-18 Fabian KeilRegenerate docs
2020-02-18 Fabian KeilRemove cooltechzone.com from the sponsor list
2020-02-18 Fabian KeilRevert "Clarify that Privoxy can also be used under...
2020-02-18 Fabian KeilChange 'GIT' to 'Git'
2020-02-15 Fabian KeilBump copyright
2020-02-15 Fabian KeilBump copyright
2020-02-15 Fabian KeilRebuild docs with updated license info
2020-02-15 Fabian KeilClarify that Privoxy can also be used under the terms...
2020-02-14 Fabian KeilRegenerate developer manual
2020-02-14 Fabian KeilDeveloper manual: Bump copyright
2020-02-14 Fabian KeilDeveloper manual: Document how ot access the git reposi...
2020-02-13 Fabian KeilStrip trailing whitespace
2020-02-13 Fabian KeilStrip trailing whitespace
2020-02-13 Fabian Keilfree_certificate_chain(): Fix memset() target
2020-02-13 Fabian KeilRemove SourceForge references in copyright headers
2020-02-13 Fabian KeilUpgrade a bunch of links to the homepage to https://
2020-02-13 Fabian KeilDeclare generate_webpage_certificate() static
2020-02-13 Fabian KeilFix comment typos
2020-02-03 Fabian KeilRegenerate homepage with silver sponsor https://vpnrank...
2020-02-03 Fabian KeilAdd https://www.vpnranks.com/ as silver sponsor
2020-02-03 Fabian KeilAdjust cooltechzone.com sponsor link to look less manip...
2020-01-30 Fabian KeilRebuild homepage
2020-01-30 Fabian KeilAdjust cooltechzone.com sponsor link to look less manip...
2019-12-27 Fabian KeilRegenerate homepage with new sponsor cooltechzone.com
2019-12-27 Fabian KeilAdd cooltechzone.com as sponsor
2019-11-30 Roland RosenfeldAdapt Debian patches to git development branch.
2019-11-30 Roland RosenfeldApply Debian package changes 3.0.28-1 and 3.0.28-2
2019-11-27 Fabian KeilRemove a couple of spaces
2019-11-27 Fabian KeilMove config.h include higher
2019-11-27 Fabian KeilDon't clear the buffer passed to mbedtls_strerror()
2019-11-27 Fabian Keilssl_verify_callback(): Use malloc_or_die()
2019-11-27 Fabian Keilmake_certs_path(): Use zalloc_or_die()
2019-11-27 Fabian Keilwrite_private_key(): Use zalloc_or_die()
2019-11-27 Fabian KeilFix comment indentation
2019-11-27 Fabian KeilRemove a couple of spaces
2019-11-27 Fabian KeilFix typo
2019-11-27 Fabian KeilFix typo
2019-11-21 Fabian KeilFix spelling in comment
2019-11-21 Fabian KeilFix spelling in comment
2019-11-19 Fabian KeilFix indentation
2019-11-19 Fabian KeilMove LIMIT_MUTEX_NUMBER definition to project.h
2019-11-19 Fabian KeilFix indentation
2019-11-19 Fabian KeilRemove a bunch of spaces
2019-11-19 Fabian KeilAdd a missing space
2019-11-19 Fabian KeilMove two typedefs from project.h to ssl.c
2019-11-18 Fabian KeilRebuild config file
next