Mention the imdb filter in the user-manual
[privoxy.git] / project.h
2020-12-30 Maxim AntonovAdd support for filering client request bodies
2020-12-21 Fabian KeilRemove pointless redefinition of 'privoxy_mutex_t'
2020-12-14 Leefix compiler warnings about including winsock2.h before...
2020-12-14 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-12-14 Maxim AntonovAdd the new action suppress-tag{}
2020-12-14 Fabian KeilMake CGI_PREFIX protocol-relative when building with...
2020-11-23 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-10-09 Fabian KeilAdd a cipher-list directive to specify the ciphers...
2020-10-09 Fabian KeilFix white-space
2020-09-22 Fabian KeilInclude wincrypt.h when compiling with OpenSSL on Windows
2020-09-22 Fabian KeilCheck the socks user name and password when comparing...
2020-09-02 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-09-01 Fabian KeilRemove the unused IOB_PEEK() macro
2020-09-01 Maxim AntonovAdd OpenSSL support
2020-08-10 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-08-06 Fabian KeilRename FEATURE_EXTENDED_HOST_PATTERNS to FEATURE_PCRE_H...
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-06-26 Fabian KeilAdd support for Brotli decompression
2020-06-02 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-06-01 Fabian KeilIf a dynamic CGI page has been requested through https...
2020-05-28 Fabian KeilRename struct certs_chain member from text_buf to info_buf
2020-05-28 Fabian KeilFix typos
2020-05-16 Fabian KeilSpell out 'version' in the http_request struct
2020-03-08 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
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-13 Fabian KeilUpgrade a bunch of links to the homepage to https://
2019-11-19 Fabian KeilMove LIMIT_MUTEX_NUMBER definition to project.h
2019-11-19 Fabian KeilAdd a missing space
2019-11-19 Fabian KeilMove two typedefs from project.h to ssl.c
2019-11-16 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2019-11-11 Fabian KeilBump MAX_AF_FILES to 100
2019-11-10 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2019-10-30 Fabian KeilEstablish encrypted client connection earlier ...
2019-10-30 Fabian KeilAdd TLS/SSL interception support
2019-09-06 Ivan RomanovAdd SOCKS5 username/password support
2019-08-26 Fabian KeilAdd "Cross-origin resource sharing" (CORS) support
2018-12-14 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2018-11-12 Fabian KeilAdd delay-response{} action
2018-10-23 Fabian KeilRemove support for AmigaOS
2018-03-08 Fabian KeilRemove show_rcs() and the CVS ids it relied upon
2017-08-12 Fabian KeilAdd the pointer to the receive buffer to the csp
2017-06-26 Fabian KeilAdd a listen-backlog directive
2017-06-26 Fabian KeilAdd an enable-accept-filter directive
2017-05-29 Fabian KeilAdd a receive-buffer-size directive
2017-02-20 Fabian KeilAdd a 'trusted-cgi-referrer' directive
2017-01-23 Fabian KeilFix a comment
2016-12-24 Fabian KeilAdd a --fuzz option
2016-09-27 Leeupdate windows build system to use supported software
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-30 Fabian KeilChange HOME_PAGE_URL to https://
2016-03-17 Fabian KeilImplement client-specific tags
2016-01-16 Fabian KeilIntroduce the new forwarding type 'forward-webserver'
2016-01-16 Fabian KeilExtend comment explaining SOCKS_NONE
2015-12-27 Fabian KeilFix comment typos
2014-11-16 Fabian KeilMake the FORCE_PREFIX define always visible
2014-11-12 Fabian KeilMake sure csp flags have unique values
2014-07-25 Fabian KeilReject requests with unsupported Expect header values
2014-06-02 Fabian KeilBump copyright
2014-06-02 Fabian KeilAdd support for external filters
2014-05-26 Fabian KeilShorten a comment with duplicated and incomplete inform...
2013-11-24 Fabian KeilFix a comment typo
2013-11-24 Fabian KeilRemove an unused FOREVER definition
2013-11-24 Fabian KeilUse an enum for JB_ERR_* values so they are available...
2013-11-24 Fabian KeilIntroduce negative tag patterns NO-REQUEST-TAG and...
2013-11-24 Fabian KeilDitch useless C++ compatibility goo
2013-11-24 Fabian KeilTurn url_spec into an union and rename it to pattern_spec
2013-11-24 Fabian KeilMicro-optimization to reduce the size of struct http_re...
2013-03-07 Fabian KeilAdd an enable-proxy-authentication-forwarding directive
2012-12-07 Fabian KeilAdd support for Tor's optimistic-data SOCKS extension
2012-12-07 Fabian KeilAdd support for chunk-encoded client request bodies
2012-11-24 Fabian KeilIncrease MAX_AF_FILES to 30
2012-11-11 Fabian KeilAdd limit-cookie-lifetime{} action
2012-10-23 Fabian KeilMake a couple of csp members visible when compiling...
2012-10-21 Fabian KeilKeep track of how many requests have been received...
2012-10-21 Fabian KeilReplace the IOB_RESET() macro with the new function...
2012-10-21 Fabian KeilKeep track of how many request are sent through a serve...
2012-10-21 Fabian KeilAdd optional client-side pipelining support
2012-10-21 Fabian KeilLet the IOB_PEEK macro take the iob as argument
2012-10-21 Fabian KeilUse a dedicated iob for the data read from the client
2012-10-21 Fabian KeilLet IOB_RESET() take the iob to reset as argument
2012-10-21 Fabian KeilUse the correct type for reusable_connection.forwarder_type
2012-10-17 Fabian KeilRename ACTION_NO_COOKIE_KEEP to ACTION_SESSION_COOKIES_...
2012-10-17 Fabian KeilRename ACTION_NO_COOKIE_READ to ACTION_CRUNCH_OUTGOING_...
2012-10-17 Fabian KeilRename ACTION_NO_COOKIE_SET to ACTION_CRUNCH_INCOMING_C...
2012-09-04 Fabian KeilNote that CSP_FLAG_SERVER_SOCKET_TAINTED is poorly...
2012-07-27 Fabian KeilImplement the client-header-order directive
2012-07-23 Fabian KeilBump copyright year
2012-06-19 Fabian KeilFix a clang warning about integers and enums being...
2012-03-04 Fabian KeilRename ijb_foo macros to privoxy_foo
2012-03-04 Fabian KeilRelocate ijb_isdigit()'s definition to project.h
2012-03-04 Fabian KeilRephrase a comment
2012-03-04 Fabian KeilRelocate ijb_isupper()'s definition to project.h and...
2011-09-04 Fabian KeilDitch trailing whitespace
2011-07-17 Fabian KeilAllow to bind to multiple separate addresses.
2011-07-08 Fabian KeilAdd an enable-compression directive and disable compres...
next