Rebuild docs with updated license info
[privoxy.git] / project.h
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-11 Fabian KeilBump MAX_AF_FILES to 100
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...
2011-07-08 Fabian KeilAdd the config directive compression-level
2011-07-03 Fabian KeilMove LOWER_LENGTH_LIMIT_FOR_COMPRESSION into cgi.[ch...
2011-07-03 Fabian KeilFix spelling of LOWER_LENGTH_LIMIT_FOR_COMPRESSION
2011-06-23 Fabian KeilAdd support for (re-)compression of buffered content...
2011-04-19 Fabian KeilFix various spelling errors in the comments.
2011-02-19 Fabian KeilRephrase the descriptions of the forwarder_types SOCKS_...
2011-02-19 Fabian KeilUse an enum for the forwarder_type
2011-01-22 Fabian KeilFix various typos. Apparently I can't spell length...
2010-10-10 Fabian KeilEnable the IPv6 code on Windows versions that support it.
2010-09-03 Fabian KeilUse an enum for the filter type.
2010-07-21 Fabian KeilRemove the next member from the client_state struct.
2010-05-24 Fabian KeilClean up white-space in http_response definition and...
2010-05-24 Fabian KeilTurn http_response.reason into an enum and rename it...
2010-04-12 Fabian KeilAllow to keep the client connection alive after crunchi...
2010-01-10 LeeWorkaround for firefox hanging on blocked javascript...
2009-11-27 Fabian KeilAdd the config option default-server-timeout to control...
2009-11-08 LeeAdd comments for (relatively) new features bitmasks.
2009-10-04 Fabian KeilGarbage collect csp->sfd and consistently use csp-...
2009-10-04 Fabian KeilIn case of missing server data, send no error message...
2009-08-19 Fabian KeilIn preparation to allow connection reuse after forwardi...
2009-07-18 Fabian KeilDon't add a Proxy-Connection header if there already...
2009-07-14 Fabian KeilIf the server doesn't specify how long the connection...
2009-07-14 Fabian KeilBack out the last commit so it can return with related...
2009-07-13 Fabian KeilMust not reuse flag masks.
2009-07-13 Fabian KeilTake the latency into account when evaluating whether...
2009-06-28 Fabian KeilIf we think we already got a complete request, don...
2009-06-11 Fabian KeilSend a template-based response in case of prematurely...
2009-06-11 Fabian KeilSend a template-based response in case of server connec...
2009-06-08 Fabian KeilDon't force the client to wait for the connection to...
2009-06-03 Fabian KeilStreamline struct http_request if FEATURE_EXTENDED_HOST...
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
next