privoxy.git
2008-06-08 Fabian Keil- Show a warning if the soon-to-be-removed static PCRE...
2008-06-07 Fabian Keil- Note that the "100% cpu problem" is worth
2008-06-06 Fabian Keil- Minor rewordings.
2008-05-30 Fabian KeilRemove now-useless reference to debug.
2008-05-30 Fabian KeilDeclare variable "debug" static and complain about...
2008-05-30 Fabian KeilRemove questionable micro-optimizations
2008-05-30 Fabian Keil- Add %config directive for url-info-osd.xml.
2008-05-28 Fabian KeilAdd dumb fetch test for the show-url-info OpenSearch...
2008-05-26 Fabian KeilProvide an OpenSearch Description to access the
2008-05-26 Fabian KeilRequest heads for server-header-action tests at 127...
2008-05-26 Fabian Keil- Fix spelling in template-not-found message.
2008-05-26 Fabian KeilSpell error correctly.
2008-05-26 Fabian KeilReuse directive_hash and don't hash the same directive...
2008-05-26 Fabian Keils@memorey@memory@
2008-05-26 Fabian Keils@Insufficent@Insufficient@
2008-05-26 Fabian Keil- Update "default profiles" table.
2008-05-25 Fabian KeilTry to use zlib by default, but just show a warning...
2008-05-24 Fabian KeilDoh. Fix test for forbidden CONNECT requests which
2008-05-24 Fabian KeilAllow to fuzz white space in test headers.
2008-05-23 Fabian Keil- Shorten meta description inserted in dok-webserver
2008-05-23 Fabian KeilSync with p-config.sgml 2.30.
2008-05-23 Fabian KeilSync with faq.sgml 2.40.
2008-05-23 Fabian KeilSync with user-manual.sgml 2.73.
2008-05-23 Fabian Keil- Fix GPL link to point to GPL version 2.
2008-05-23 Fabian KeilRemove previously out-commented block that caused synta...
2008-05-23 Fabian KeilSilence dok-user complaint about @# not being found.
2008-05-23 Fabian Keil- Get config-file target working with more recent Perl
2008-05-22 Fabian KeilFix coffee machine.
2008-05-22 Fabian Keil- Remove parsers.@OBJEXT@'s dependency on encode.h.
2008-05-21 Fabian KeilSync with default.filter. Why isn't this file
2008-05-21 Fabian KeilThe whole point of strclean() is to modify the
2008-05-21 Fabian KeilAs the wafer actions are gone, we can stop including...
2008-05-21 Fabian Keil- Let the content-type tagger ignore headers without...
2008-05-21 Fabian KeilDitch cast from (char **) to (char **).
2008-05-21 Fabian KeilStreamline sed()'s prototype and declare
2008-05-21 Fabian KeilGarbage-collect cookie_encode().
2008-05-21 Fabian Keil- Mark csp as immutable for block_acl().
2008-05-21 Fabian KeilFix gcc43 warnings.
2008-05-21 Fabian Keil- Mark csp as immutable for send_crunch_response().
2008-05-21 Fabian KeilMark csp as immutable for a bunch of functions.
2008-05-20 Fabian KeilFactor update_server_headers() out of sed(), ditch the
2008-05-20 Fabian KeilMove parsers structure definition from project.h to...
2008-05-19 Fabian KeilWrap memmove() calls in string_move()
2008-05-19 Fabian KeilDeclare all members of the parsers structure immutable.
2008-05-17 Fabian KeilAdd a bunch of LWS header tests.
2008-05-17 Fabian KeilLet it digest shiny new LWS tests properly.
2008-05-17 Fabian KeilNormalize linear header white space.
2008-05-16 Fabian KeilIf a header is split across multiple lines,
2008-05-12 Fabian KeilDon't complain about an invalid URL if show-url-info...
2008-05-12 Fabian KeilClarify that Privoxy is licensed under GPL version 2.
2008-05-12 Fabian KeilSynchronize content filter descriptions with the ones...
2008-05-12 Fabian KeilUpdate descriptions for header taggers and filters.
2008-05-12 Fabian Keil- Generate markup for all filter types currently suppor...
2008-05-11 Fabian Keil- Use descriptive variable names.
2008-05-11 Fabian KeilSynchronize content filter descriptions with the ones...
2008-05-11 Fabian Keil- Generate enabled action lines for standard.action.
2008-05-10 Fabian KeilFix an assertion that could erroneously
2008-05-10 Fabian KeilDon't provide get_header() with the whole client state
2008-05-10 Fabian KeilMake the "read the rest of the headers" loop a bit...
2008-05-10 Fabian Keil- Instead of logging when the IIS5 hack is enabled...
2008-05-10 Fabian Keil- Merge three string_append() calls.
2008-05-09 Fabian KeilFix comment grammar.
2008-05-07 Fabian KeilRemove the pointless buffer in client_protocol_is_unsup...
2008-05-06 Fabian KeilLeast-effort fix for bug #1821930 (reported by Lee):
2008-05-05 Fabian KeilBe more specific about which license we use.
2008-05-05 Fabian KeilAdd --fuzzer-address option to specify a different...
2008-05-05 Fabian KeilAdd a show-url-info fetch test with an (invalid) ftp...
2008-05-05 Fabian KeilIf the provided URL isn't valid, don't show the
2008-05-05 Fabian KeilIn cgi_show_url_info(), make sure ftp URLs are
2008-05-04 Fabian KeilDependency fixes: cgisimple.c and filters.c depend...
2008-05-04 Fabian KeilAdjust parse_http_url() call to new prototype.
2008-05-04 Fabian KeilProvide parse_http_url() with a third parameter to...
2008-05-04 Fabian KeilStreamline parse_http_url()'s prototype.
2008-05-04 Fabian KeilIf the method isn't CONNECT, reject URLs without protocol.
2008-05-03 Fabian KeilLeverage content_filters_enabled() in cgi_show_url_info().
2008-05-03 Fabian KeilChange content_filters_enabled()'s parameter from
2008-05-02 Fabian KeilDon't show successful test runs by default.
2008-05-02 Fabian KeilIn parse_http_url(), don't muck around with values
2008-05-02 Fabian KeilIn cgi_show_url_info, pass an initialized http structure
2008-04-28 Fabian KeilIn load_file(), remember the error reason and fclose()
2008-04-27 Fabian KeilRemove an incorrect assertion. The value of debug may...
2008-04-27 Fabian KeilWhite space fix for the last commit.
2008-04-27 Fabian KeilComplain about every block action without reason found.
2008-04-27 Fabian KeilMove CGI file loading code into load_file() and
2008-04-26 Fabian KeilFix macro name in cgi_show_file() error path.
2008-04-26 Fabian KeilForget about JB_ERR_PARSE. JB_ERR_CGI_PARAMS to the...
2008-04-26 Fabian KeilNote that support request should not be send to individ...
2008-04-26 Fabian KeilLet the msn filter hide another class.
2008-04-26 Fabian KeilIf zlib support is unavailable and there are content...
2008-04-25 Fabian Keil- Factor cgi_show_file() out of cgi_show_status().
2008-04-24 Fabian Keil- Add some more tests for cgi_show_status().
2008-04-24 Fabian KeilIn cgi_show_status(), load the requested file at once.
2008-04-23 Fabian Keils@declarded@declared@
2008-04-23 Fabian KeilFree with freez().
2008-04-22 Fabian KeilIn parse_http_request(), remove a pointless
2008-04-22 Fabian Keil- Block daily mirror ads.
2008-04-20 Fabian KeilRemove a bunch of #MASTER# directives that are now...
2008-04-19 Fabian Keil- Add a fast-redirects exception for some amazon
2008-04-18 hal9Fixes lifehacker.com css issue.
2008-04-18 Fabian KeilMark simplematch()'s parameters as immutable.
next