privoxy.git
2011-04-16 Fabian KeilRephrase #40 which could be easily misunderstood.
2011-04-16 Fabian KeilRemove #39. jarfile support got garbage collected befor...
2011-04-16 Fabian KeilRemove #35. The accept_connection() thread does little...
2011-04-16 Fabian KeilShorten #14 by removing the logging part.
2011-04-16 Fabian KeilRemove #81. The unlimited-config-lines branch has been...
2011-04-16 Fabian KeilAdd #91: Add an optional limit for internal redirects.
2011-04-16 Fabian KeilMention why the static PCRE code is actually deprecated.
2011-04-16 Fabian KeilUpdate the URL of the 'Removing outdated PCRE version...
2011-03-27 Fabian KeilRemove an obsolete paragraph in the forwarded-connect...
2011-03-27 Fabian KeilIf forwarded-connect-retries is set, only retry if...
2011-03-27 Fabian KeilFix a theoretical memory leak in a cannot-realistically...
2011-03-27 Fabian KeilIn rfc2553_connect_to(), initialize socket_error to 0
2011-03-27 Fabian KeilMark the errno overloading in connect_to() as questiona...
2011-03-27 Fabian KeilZero out the timeval struct in rfc2553_connect_to(...
2011-03-27 Fabian KeilRemove useless parentheses in get_destination_from_head...
2011-03-27 Fabian KeilFactor the Content-Encoding header ditching out of...
2011-03-27 Fabian KeilIn socks4_connect(), don't comment on connect_to()...
2011-03-27 Fabian KeilIn rfc2553_connect_to(), explain getnameinfo() errors...
2011-03-27 Fabian KeilRemove a useless log message in chat()
2011-03-27 Fabian KeilBump copyright year
2011-03-27 Fabian KeilIn rfc2553_connect_to() and no_rfc2553_connect_to(...
2011-03-27 Fabian KeilIn rfc2553_connect_to(), simplify the OS/2 code path...
2011-03-27 Fabian KeilDon't leak csp->http->host_ip_addr_str when calling...
2011-03-27 Fabian KeilDon't leak csp->http->host_ip_addr_str when calling...
2011-03-27 Fabian KeilIn rfc2553_connect_to(), start setting cgi->error_messa...
2011-03-27 Fabian KeilIn rfc2553_connect_to(), rename socket_in_error to...
2011-03-27 Fabian KeilIn the IPv6-aware connect_to(), allocate http->host_ip_...
2011-03-27 Fabian KeilIn rfc2553_connect_to(), remove a useless check for...
2011-03-27 Fabian KeilRemove a useless comment in rfc2553_connect_to().
2011-03-27 Fabian KeilWhen retrying to connect, also log the maximum number...
2011-03-27 Fabian KeilMove the forwarded-connect-retries handling into a...
2011-03-27 Fabian KeilRemove an incorrect comment about csp not being modifie...
2011-03-27 Fabian KeilBump Copyright range.
2011-03-27 Fabian KeilPolish syntax to drop the GNU make dependency for the...
2011-03-27 Fabian KeilAdd 90) Implement NO-TAG: patterns
2011-03-20 Fabian KeilAccept and ignore: SDCH-compressed content detected...
2011-03-20 Fabian KeilIn server_content_encoding(), mark the content as taboo...
2011-03-08 Fabian KeilBump generated Firefox version to 3.6.15.
2011-03-08 Fabian KeilChange the expected status code returned for p.p/die...
2011-03-08 Fabian KeilUnblock adassier.wordpress.com/ and http://adassier...
2011-03-08 Fabian KeilRephrase a log message in compile_dynamic_pcrs_job_list()
2011-03-08 Fabian KeilIn a fatal error message in load_one_actions_file(...
2011-03-03 Fabian KeilIn pcrs_strerror(), properly report unknown positive...
2011-03-03 Fabian KeilIn compile_dynamic_pcrs_job_list(), also log the actual...
2011-03-03 Fabian KeilRemove an incorrect assertion in compile_dynamic_pcrs_j...
2011-03-03 Fabian KeilDon't bother trying to continue chatting if the client...
2011-03-03 Fabian KeilIn cgi_die(), mark the client connection for closing.
2011-03-03 Fabian KeilAdd a proper CGI message for cgi_die().
2011-03-03 Fabian KeilFix an invalid free when compiled with FEATURE_GRACEFUL...
2011-03-03 Fabian KeilImprove a comment in load_one_actions_file()
2011-03-03 Fabian KeilMake two fatal error message in load_one_actions_file...
2011-03-03 Fabian KeilIn load_one_actions_file(), don't limit the actions_buf...
2011-03-03 Fabian KeilDon't enforce a logical line length limit in read_confi...
2011-03-03 Fabian KeilRemove duplicated 'the' in a comment
2011-03-03 Fabian KeilRemove duplicated 'the'
2011-02-20 Fabian KeilAdditionally accept ISO 8601 time stamps.
2011-02-19 Fabian KeilBump copyright.
2011-02-19 Fabian KeilIn load_action_files(), don't check_for_forbidden_chara...
2011-02-19 Fabian KeilIn the --help output, include a list of supported test...
2011-02-19 Fabian KeilRephrase the descriptions of the forwarder_types SOCKS_...
2011-02-19 Fabian KeilUse an enum for the forwarder_type
2011-02-19 Fabian KeilUse an enum for the SOCKS4 reply field values
2011-02-19 Fabian KeilRename then SOCKS4 defines from SOCKS_REQUEST_FOO to...
2011-02-19 Fabian KeilUse an enum for the SOCKS5 reply field
2011-02-19 Fabian KeilIn block_url(), consistently use the block reason ...
2011-02-14 Fabian KeilSlightly refactor server_last_modified() to remove...
2011-02-14 Fabian KeilIn get_content_type(), also recognize '.jpeg' as JPEG...
2011-02-14 Fabian KeilAdd '.png' to the list of recognized file extenstions...
2011-02-14 Fabian KeilMore clean-ups for cgi_send_user_manual()
2011-02-14 Fabian KeilFactor get_content_type() out of cgi_send_user_manual()
2011-02-14 Fabian KeilIn cgi_send_user_manual(), log when rejecting a file...
2011-02-14 Fabian KeilSlightly clean up the filename handling in cgi_send_use...
2011-02-14 Fabian KeilIn load_file(), log a message if opening a file failed
2011-02-14 Fabian KeilIn connection_destination_matches(), improve two log...
2011-02-14 Fabian KeilIn load_one_actions_file(), use an enum for the mode.
2011-02-10 Fabian KeilMove the site-specific block pattern section below...
2011-02-10 Fabian KeilBlock 'www91.intel.com/' which is used by Omniture.
2011-02-10 Fabian KeilDisable the handle-as-empty-doc-returns-ok option and...
2011-02-10 Fabian KeilAdd ".ivwbox.de/" to the "Cross-site user tracking...
2011-02-10 Fabian KeilUnblock and fast-redirect ".awin1.com/.*=http://"
2011-02-10 Fabian KeilActually the items are sorted, just not by priority.
2011-02-10 Fabian KeilAdd #89: show multiple block reasons on the blocked...
2011-01-24 Fabian KeilBlock "b.collective-media.net/".
2011-01-24 Fabian KeilFix spelling.
2011-01-22 Fabian KeilWiden the Debian popcon exception to "qa.debian.org...
2011-01-22 Fabian KeilIntroduce a MAN_PAGE variable that defaults to privoxy.1.
2011-01-22 Fabian KeilFix various typos. Apparently I can't spell length...
2011-01-15 Fabian KeilAdd a note that #13 is already being worked on and...
2011-01-15 Fabian KeilAdd #88: Investigate if there's a Perl module that...
2011-01-14 Fabian KeilDitch an already disabled workaround for a mysterious...
2011-01-14 Fabian KeilAccept and highlight: File modification detected: ...
2011-01-14 Fabian KeilRephrase a log message in any_loaded_file_changed().
2011-01-14 Fabian KeilBlock ".gemius.pl/" which only seems to be used for...
2011-01-09 Fabian KeilUpdate the socket-timout 'Notes' section.
2011-01-09 Fabian KeilAccept and highlight: Client request arrived in time...
2011-01-09 Fabian KeilLet socks4_connect enforce the socket timeout for the...
2011-01-09 Fabian KeilLet socks5_connect enforce the socket timeout for the...
2011-01-09 Fabian KeilRephrase a log message in serve(). Client request arriv...
2011-01-09 Fabian KeilIn get_actions(), fix the "temporary" backwards compati...
2011-01-02 Fabian KeilIn listen_loop(), reload the configuration files after...
next