privoxy.git
2011-11-06 Fabian KeilReimplement segment splitting in get_last_url() by...
2011-11-06 Fabian KeilAdd two redirect tests with incorrectly encoded URLs
2011-11-06 Fabian KeilAdd a couple of additional +fast-redirects{} tests
2011-11-06 Fabian KeilProperly deal with FEATURE_TOGGLE being disabled
2011-11-06 Fabian KeilIf the redirect URL contains characters RFC 3986 doesn...
2011-11-06 Fabian KeilAdd percent_encode_url()
2011-11-06 Fabian KeilAdjust url_code_map[] so spaces are replaced with ...
2011-11-06 Fabian KeilRegister a complaint about encode_url()'s name
2011-11-06 Fabian KeilBump copyright
2011-11-06 Fabian KeilAdd url_requires_percent_encoding()
2011-11-06 Fabian KeilWhen compiled without FEATURE_FAST_REDIRECTS, do not...
2011-11-06 Fabian KeilWhite-space fix for redirect_url()
2011-11-06 Fabian KeilRemove the already-dead client_accept_encoding_adder()
2011-11-06 Fabian KeilRemove a suggested +redirect{} that is now obsolete
2011-11-06 Fabian KeilAdd a link to Simon Tatham's 'How to Report Bugs Effect...
2011-10-30 Fabian KeilBump for-privoxy-version to 3.0.18 due to the recently...
2011-10-30 Fabian KeilRename a couple of variables in get_last_url()
2011-10-30 Fabian KeilBump version to 0.5
2011-10-30 Fabian KeilAdd --shuffle-tests option to increase the chances...
2011-10-30 Fabian KeilAdd a couple of +fast-redirect{} tests
2011-10-30 Fabian KeilAdd a --local-test-file option that allows to use Privo...
2011-10-30 Fabian KeilRename load_regressions_tests() to load_regression_tests()
2011-10-30 Fabian KeilAdd a configure check for strtok() and add locks around...
2011-10-30 Fabian KeilLet get_last_url() log failed url_decode() operations...
2011-10-30 Fabian KeilPlug a memory leak in get_last_url()
2011-10-30 Fabian KeilMinor simplification for get_last_url()
2011-10-30 Fabian KeilIn get_last_url(), add a missing check for strdup(...
2011-10-30 Fabian KeilRemove a superfluos temporary variable in get_last_url()
2011-10-30 Fabian KeilStyle adjustments for the previous patch
2011-10-30 Fabian KeilLet +fast-redirects{check-decoded-url} check URL segmen...
2011-10-26 Fabian KeilAdd a (disabled) section to block various Facebook...
2011-10-26 Fabian KeilAdd a (disabled) section to rewrite and redirect click...
2011-10-26 Fabian KeilRemove vi settings line so the user isn't tempted to...
2011-10-23 Fabian KeilIf only the server connection is kept alive, do not...
2011-10-23 Fabian KeilRemove a now-obsolete comment about the implied keep...
2011-10-23 Fabian KeilEnable sharing of server connections again, even if...
2011-10-23 Fabian KeilAdd a link to Simon Tatham's 'How to Report Bugs Effect...
2011-10-23 Fabian KeilWhite-space fix
2011-10-23 Fabian KeilSimplify the signal setup in main()
2011-10-23 Fabian KeilStreamline socks5_connect() slightly
2011-10-23 Fabian KeilIn case of SOCKS5 failures, dump the socks response
2011-10-23 Fabian KeilIn socks5_connect(), require a complete socks response...
2011-10-23 Fabian KeilIn chat(), do not bother to generate a client request...
2011-10-22 Fabian KeilCorrect the description of the last-chunk-detection...
2011-10-16 Fabian KeilAdd #100: Create a cross-platform Privoxy control program
2011-10-16 Fabian KeilRemove #84 which is a subset of #53
2011-10-16 Fabian KeilLet the js-events filter additionally disarm setInterval()
2011-10-16 Fabian KeilAdd #99: Allow to easily enable site-specific action...
2011-10-16 Fabian KeilUnblock linuxcounter.net/
2011-10-16 Fabian KeilAdd #98: Escape line breaks in action sections shown...
2011-10-16 Fabian KeilFix a logic bug that could cause Privoxy to reuse a...
2011-10-16 Fabian KeilWhen implying keep-alive in client_connection(), rememb...
2011-10-16 Fabian KeilRemove a superfluos log message in forget_connection()
2011-10-14 Fabian KeilClarify the effect of compiling Privoxy with zlib support
2011-10-08 Fabian KeilReduce server_last_modified()'s stack size
2011-10-08 Fabian KeilShorten get_http_time() by using strftime()
2011-10-08 Fabian KeilIn chat(), properly report missing server responses...
2011-09-18 Fabian KeilLet load_one_actions_file() properly complain about...
2011-09-18 Fabian KeilIn forwarded_connect(), fix a log message nobody should...
2011-09-18 Fabian KeilRephrase #12 as pipelined client requests aren't comple...
2011-09-18 Fabian KeilAdd a link to the latest version
2011-09-18 Fabian KeilNote that #97 is mostly done
2011-09-06 Fabian KeilFix a log message in socks5_connect(), a failed write...
2011-09-06 Fabian KeilDitch trailing whitespace
2011-09-06 Fabian KeilFix the dok-tidy target to actually suppress backup...
2011-09-04 Fabian KeilConstify the known_http_methods pointers in unknown_met...
2011-09-04 Fabian KeilConstify the time_formats pointers in parse_header_time()
2011-09-04 Fabian KeilConstify the formerly_valid_actions pointers in action_...
2011-09-04 Fabian KeilFix spelling in a comment
2011-09-04 Fabian KeilIn html_code_map[], use a numeric character reference...
2011-09-04 Fabian KeilIn parse_header_time(), zero out gmt before each strpti...
2011-09-04 Fabian KeilLet parse_header_time() look for two-digit years first
2011-09-04 Fabian KeilIn parse_header_time(), add a sanity check for GNU...
2011-09-04 Fabian KeilDijkstraize parse_header_time(): two or more, use a for
2011-09-04 Fabian KeilAdjust a comment in parse_header_time(). Zeroing out...
2011-09-04 Fabian KeilDitch trailing whitespace
2011-09-04 Fabian KeilRename the tidy target to clean-editor-files so it...
2011-09-04 Fabian KeilRemove the obsolete browser support matrix. Minor cosme...
2011-08-31 Fabian KeilThe first result of the shiny-new dok-tidy target.
2011-08-31 Fabian KeilBump copyright.
2011-08-31 Fabian KeilAdd a dok-tidy target to clean up the messy HTML genera...
2011-08-31 Fabian KeilDitch a duplicated dot in a comment
2011-08-27 Fabian KeilChange the HTTP version in the snipplets to 1.1
2011-08-26 Fabian KeilRebuild with updated copyright
2011-08-26 Fabian KeilRebuild with updated copyright and minor changes
2011-08-26 Fabian KeilRebuild after ditching GNUisms in GNUMakefile.in
2011-08-26 Fabian KeilDeduplicate a line in the dok-release target
2011-08-26 Fabian KeilAdd #97: Add support for Tor's 'optimistic data' socks...
2011-08-26 Fabian KeilOnce more, with feeling: GNUisms be gone
2011-08-22 Fabian KeilWhen sending out the "no-server-data" response, do...
2011-08-18 Fabian KeilDon't use unspecified MSN sites as examples for User...
2011-08-18 Fabian KeilBump some more documentation copyright ranges.
2011-08-18 Fabian KeilAlso highlight the compression level, now that it is...
2011-08-17 Fabian KeilRebuild README
2011-08-17 Fabian KeilIndex updates.
2011-08-17 Fabian KeilUpdate the entities.
2011-08-17 Fabian KeilRebuild user-manual, developer-manual and faq.
2011-08-17 Fabian KeilFormattting fixes missed in the previous commit and...
2011-08-17 Fabian KeilRebuild config with the recently added compression...
2011-08-17 Fabian KeilBumpy copyright year
next