privoxy.git
2011-06-25 Fabian KeilSimplify cgi_error_unknown() a bit.
2011-06-25 Fabian KeilIn get_log_timestamp(), use the ISO 8601 date format...
2011-06-23 Fabian KeilLet the msn filter hide elements with the id 's_notf_div'.
2011-06-23 Fabian KeilDisable the range-requests tagger for tests that break...
2011-06-23 Fabian KeilDelimit the date in log messages with dashes instead...
2011-06-23 Fabian KeilAccept and highlight: Added header: Content-Encoding...
2011-06-23 Fabian KeilAccept and highlight: Compressed content from 29258...
2011-06-23 Fabian KeilShow FEATURE_COMPRESSION on the show-status page
2011-06-23 Fabian KeilAdd support for (re-)compression of buffered content...
2011-06-23 Fabian KeilAdd a fast-redirects exception for '.googleusercontent...
2011-06-23 Fabian KeilLet the yahoo filter hide '.ads'
2011-06-23 Fabian KeilRemove a useless check in write_socket()
2011-06-23 Fabian KeilIn decompress_iob() change a buffer limit check from...
2011-06-19 Fabian KeilLet the msn filter hide overlay ads for Facebook 'likes...
2011-05-27 Fabian KeilRemove two more checks that have been commented out...
2011-05-27 Fabian KeilDo not check for the existence of strerror() and memmov...
2011-05-27 Fabian KeilDitch two checks that have been commented out for years...
2011-05-27 Fabian KeilRemove AC_FUNC_SETPGRP as it can cause issues when...
2011-05-27 Fabian KeilRemove a useless '+' in main().
2011-05-27 Fabian KeilIn LogPutString(), don't bother looking at pszText...
2011-05-22 Fabian KeilRemove -prevent-compression from the fragile alias
2011-05-22 Fabian KeilGarbage collect the strdup() replacement for mingw32
2011-05-22 Fabian KeilGarbage collect safe_strerror() which isn't used anywhere
2011-05-22 Fabian KeilIf only one of the strncmpic() arguments has a length...
2011-05-22 Fabian KeilChange a ssplit() call to use SZ(array) as the third...
2011-05-22 Fabian KeilChange ssplit()'s fourth parameter from int to the...
2011-05-15 Fabian KeilMention some of the fun one can experience when not...
2011-05-15 Fabian KeilImprove the listen-address documentation
2011-05-08 Fabian KeilAdd a -fast-redirects exception for webcache.googleuser...
2011-05-08 Fabian KeilFix white-space.
2011-05-08 Fabian KeilUse a more traditional for loop to iterate over the...
2011-05-08 Fabian KeilReduce empty lines in init_our_variables().
2011-05-08 Fabian KeilSimplify check_header_result() a bit.
2011-05-08 Fabian KeilFix spelling in two error messages.
2011-05-08 Fabian KeilAdd a warning that the statistics currently can't be...
2011-05-08 Fabian KeilAdd: 92) The statistics currently aren't calculated...
2011-05-03 Fabian KeilDo not expect a trailing dot in: Request from 10.0...
2011-05-03 Fabian KeilHighlight the hostport in: Request from 10.0.0.1 marked...
2011-05-03 Fabian KeilInclude the destination host in the 'Request ... marked...
2011-05-03 Fabian KeilPoint out that the SourceForge messaging system works...
2011-05-03 Fabian KeilIn unbreak_lines_only_loop(), accept ISO 8601 time...
2011-05-03 Fabian KeilIn rfc2553_connect_to(), prevent a duplicated log messa...
2011-05-03 Fabian KeilPrevent a NULL-pointer dereference in connect_to()
2011-04-27 Fabian KeilIn connect_to(), do not pretent to retry if forwarded...
2011-04-26 Fabian KeilSplit the --user delimiter skipping across two lines...
2011-04-26 Fabian KeilMake a copy of the --user value and only mess with...
2011-04-26 Fabian KeilRemove a harmless but pointless line in the code to...
2011-04-26 Fabian KeilWhen a specified user or group can't be found, put...
2011-04-26 Fabian KeilIf the --user argument user[.group] contains a dot...
2011-04-19 Fabian KeilMerge a typo fix.
2011-04-19 Fabian KeilFix spelling errors in the documentation. Found with...
2011-04-19 Fabian KeilFix spelling errors found with codespell.
2011-04-19 Fabian KeilFix a perldoc syntax error.
2011-04-19 Fabian KeilFix various spelling errors in the comments.
2011-04-19 Fabian KeilAdd a --disable-ipv6-support switch for platforms where...
2011-04-19 Fabian KeilRename the --disable-acl-files switch to --disable...
2011-04-16 Fabian KeilClarify what kind of directory layout #67 is talking...
2011-04-16 Fabian KeilMention #41 in #65
2011-04-16 Fabian KeilIn #42, note that the DTrace bible is preordered.
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()
next