privoxy.git
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.
2008-04-17 Fabian KeilMove simplematch() into urlmatch.c as it's only
2008-04-17 Fabian KeilProvide get_http_time() with the buffer size so it...
2008-04-16 Fabian KeilDon't pass the whole csp structure to flush_socket()
2008-04-14 Fabian KeilRemove now-pointless cast in create_url_spec().
2008-04-14 Fabian KeilThe compiler might not notice it, but the buffer passed to
2008-04-13 Fabian KeilFactor URL pattern compilation out of create_url_spec().
2008-04-12 Fabian KeilRemove an obvious comment and improve another one.
2008-04-12 Fabian KeilFactor out duplicated code to compile host, path and...
2008-04-12 Fabian KeilIn get_final_results(), quote with quote()
2008-04-11 Fabian KeilOops, I forgot to shorten the URL_SPEC_INITIALIZER...
2008-04-10 Fabian KeilActually we use "modern" POSIX 1003.2 regular
2008-04-10 Fabian KeilAdd another section to the client-header-tagger example...
2008-04-10 Fabian KeilDitch url_spec's path member now that it's no longer...
2008-04-10 Fabian KeilStop duplicating the plain text representation of the...
2008-04-10 Fabian KeilIn url_match(), check the right member for NULL when...
2008-04-08 Fabian KeilMake it harder to mistake url_match()'s
2008-04-08 Fabian KeilSave a bit of memory (and a few cpu cycles) by not...
2008-04-07 Fabian Keil- Use free_url_spec() more consistently.
2008-04-06 Fabian KeilAdd url-pattern-translator, an action file filter
2008-04-06 Fabian KeilOh well, rename the --enable-pcre-host-patterns option to
2008-04-06 Fabian KeilUse PCRE syntax in host patterns when configured
2008-04-05 Fabian KeilFactor compile_host_pattern() out of create_url_spec().
2008-04-04 Fabian Keil- Add some more checks for incompletely specified tests.
2008-03-30 Fabian KeilSZitify unknown_method().
2008-03-30 Fabian KeilRename load_actions_file() and load_re_filterfile()
2008-03-30 Fabian KeilMention DESTDIR support.
2008-03-30 Fabian KeilAdd DESTDIR support for the uninstall target.
2008-03-30 Fabian KeilAdd DESTDIR support for the install target. Closes...
2008-03-29 Fabian KeilRemove send-wafer and send-vanilla-wafer actions.
2008-03-28 Fabian KeilIn action_used_to_be_valid(), loop through an array...
2008-03-28 Fabian KeilShorten enlist_new_test().
2008-03-28 Fabian KeilRemove inspect-jpegs action.
2008-03-27 Fabian KeilDumb syntax down for earlier Perl versions.
2008-03-27 Fabian KeilRemove kill-popups action.
2008-03-27 Fabian KeilTurn the favicon blobs into locals.
2008-03-26 Fabian KeilMention the shiny new hostname directive.
2008-03-26 Fabian KeilComment fix reloaded.
2008-03-26 Fabian KeilCosmetics.
2008-03-26 Fabian KeilAdd hostname directive. Closes PR#1918189.
2008-03-26 Fabian Keil- Add a bunch of hints for Privoxy-Regression-Test.
2008-03-26 Fabian Keil- Add the directives "Sticky Actions" and "URL" which...
2008-03-25 Fabian KeilDocument "Blocked URL".
2008-03-24 Fabian KeilUse sizeof() more often.
2008-03-24 Fabian KeilPet gcc43.
2008-03-24 Fabian Keil- Add ".ebay.de/ws/eBayISAPI\.dll\?" to -fast-redirects...
2008-03-24 Fabian KeilShare the action settings for multiple patterns in...
2008-03-21 Fabian Keil- Add some "Blocked URL" directives for Privoxy-Regress...
2008-03-21 Fabian Keil- Normalize whitespace in directives.
2008-03-21 Fabian KeilGarbage-collect csp->my_ip_addr_str and csp->my_hostname.
2008-03-21 Fabian KeilOnly gather host information if it's actually needed.
2008-03-19 Fabian Keil- Rename "Block Test" directive to "Blocked URL".
2008-03-18 Fabian Keil- Don't allow colons in token names.
2008-03-18 Fabian Keil- Add "block test" directive.
2008-03-16 Fabian KeilSome exceptions for Encyclopedia Dramatica. I did it...
2008-03-16 Fabian KeilAdd %config lines for regression-tests.action and forwa...
2008-03-15 Fabian KeilAdd CGI editor support for the "disable all filters...
2008-03-08 Fabian KeilAfter three file modification time mismatches, turn...
2008-03-07 Fabian KeilReword limit-connect{} entry.
next