Unblock .ardmediathek.de/
[privoxy.git] / project.h
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.
2009-05-13 Fabian KeilRespect the server's keep-alive value if it's below...
2009-05-13 Fabian KeilThere's no reason for keep_alive_timeout to be signed.
2009-05-10 Fabian KeilReenable server-side-only keep-alive support, but only...
2009-05-10 Fabian KeilInitial keep-alive support for the client socket.
2009-04-24 Fabian KeilAllow to limit the number of of client connections.
2009-04-17 Fabian KeilReplace HAVE_GETADDRINFO and HAVE_GETNAMEINFO macros
2009-04-17 Fabian KeilStyle cosmetics for the IPv6 code.
2009-04-17 Fabian KeilPetr Pisar's privoxy-3.0.12-ipv6-3.diff.
2009-03-08 Fabian KeilAll the CSP_FLAG_FOO bit masks should be unsigned ints.
2009-03-07 Fabian KeilChange csp->expected_content and_csp->expected_content_...
2008-12-20 Fabian KeilAdd config option socket-timeout to control the time
2008-12-14 Fabian KeilFix a cparser warning.
2008-11-20 Fabian KeilRemove an obsolete comment.
2008-11-16 Fabian KeilTurn keep-alive support into a runtime feature
2008-11-10 Fabian KeilFix a gcc44 warning (in filters.c).
2008-10-16 Fabian KeilFix a bunch of gcc44 conversion warnings.
2008-10-09 Fabian KeilFlush work-in-progress changes to keep outgoing connections
2008-09-21 Fabian KeilIf change-x-forwarded-for{add} is used and the client
2008-09-20 Fabian KeilRemove hide-forwarded-for-headers action which has
2008-09-19 Fabian KeilAdd change-x-forwarded-for{} action to block or add
2008-08-30 Fabian KeilRemove FEATURE_COOKIE_JAR.
2008-05-20 Fabian KeilMove parsers structure definition from project.h to...
2008-05-19 Fabian KeilDeclare all members of the parsers structure immutable.
next