| 2008-05-12 | 
Fabian Keil | Clarify that Privoxy is licensed under GPL version 2. | 
commit | commitdiff | tree | snapshot | 
| 2008-05-12 | 
Fabian Keil | Synchronize content filter descriptions with the ones...  | 
commit | commitdiff | tree | snapshot | 
| 2008-05-12 | 
Fabian Keil | Update descriptions for header taggers and filters. | 
commit | commitdiff | tree | snapshot | 
| 2008-05-12 | 
Fabian Keil | - Generate markup for all filter types currently suppor...  | 
commit | commitdiff | tree | snapshot | 
| 2008-05-11 | 
Fabian Keil | - Use descriptive variable names. | 
commit | commitdiff | tree | snapshot | 
| 2008-05-11 | 
Fabian Keil | Synchronize content filter descriptions with the ones...  | 
commit | commitdiff | tree | snapshot | 
| 2008-05-11 | 
Fabian Keil | - Generate enabled action lines for standard.action. | 
commit | commitdiff | tree | snapshot | 
| 2008-05-10 | 
Fabian Keil | Fix an assertion that could erroneously | 
commit | commitdiff | tree | snapshot | 
| 2008-05-10 | 
Fabian Keil | Don't provide get_header() with the whole client state | 
commit | commitdiff | tree | snapshot | 
| 2008-05-10 | 
Fabian Keil | Make the "read the rest of the headers" loop a bit...  | 
commit | commitdiff | tree | snapshot | 
| 2008-05-10 | 
Fabian Keil | - Instead of logging when the IIS5 hack is enabled...  | 
commit | commitdiff | tree | snapshot | 
| 2008-05-10 | 
Fabian Keil | - Merge three string_append() calls. | 
commit | commitdiff | tree | snapshot | 
| 2008-05-09 | 
Fabian Keil | Fix comment grammar. | 
commit | commitdiff | tree | snapshot | 
| 2008-05-07 | 
Fabian Keil | Remove the pointless buffer in client_protocol_is_unsup...  | 
commit | commitdiff | tree | snapshot | 
| 2008-05-06 | 
Fabian Keil | Least-effort fix for bug #1821930 (reported by Lee): | 
commit | commitdiff | tree | snapshot | 
| 2008-05-05 | 
Fabian Keil | Be more specific about which license we use. | 
commit | commitdiff | tree | snapshot | 
| 2008-05-05 | 
Fabian Keil | Add --fuzzer-address option to specify a different...  | 
commit | commitdiff | tree | snapshot | 
| 2008-05-05 | 
Fabian Keil | Add a show-url-info fetch test with an (invalid) ftp...  | 
commit | commitdiff | tree | snapshot | 
| 2008-05-05 | 
Fabian Keil | If the provided URL isn't valid, don't show the | 
commit | commitdiff | tree | snapshot | 
| 2008-05-05 | 
Fabian Keil | In cgi_show_url_info(), make sure ftp URLs are | 
commit | commitdiff | tree | snapshot | 
| 2008-05-04 | 
Fabian Keil | Dependency fixes: cgisimple.c and filters.c depend...  | 
commit | commitdiff | tree | snapshot | 
| 2008-05-04 | 
Fabian Keil | Adjust parse_http_url() call to new prototype. | 
commit | commitdiff | tree | snapshot | 
| 2008-05-04 | 
Fabian Keil | Provide parse_http_url() with a third parameter to...  | 
commit | commitdiff | tree | snapshot | 
| 2008-05-04 | 
Fabian Keil | Streamline parse_http_url()'s prototype. | 
commit | commitdiff | tree | snapshot | 
| 2008-05-04 | 
Fabian Keil | If the method isn't CONNECT, reject URLs without protocol. | 
commit | commitdiff | tree | snapshot | 
| 2008-05-03 | 
Fabian Keil | Leverage content_filters_enabled() in cgi_show_url_info(). | 
commit | commitdiff | tree | snapshot | 
| 2008-05-03 | 
Fabian Keil | Change content_filters_enabled()'s parameter from | 
commit | commitdiff | tree | snapshot | 
| 2008-05-02 | 
Fabian Keil | Don't show successful test runs by default. | 
commit | commitdiff | tree | snapshot | 
| 2008-05-02 | 
Fabian Keil | In parse_http_url(), don't muck around with values | 
commit | commitdiff | tree | snapshot | 
| 2008-05-02 | 
Fabian Keil | In cgi_show_url_info, pass an initialized http structure | 
commit | commitdiff | tree | snapshot | 
| 2008-04-28 | 
Fabian Keil | In load_file(), remember the error reason and fclose() | 
commit | commitdiff | tree | snapshot | 
| 2008-04-27 | 
Fabian Keil | Remove an incorrect assertion. The value of debug may...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-27 | 
Fabian Keil | White space fix for the last commit. | 
commit | commitdiff | tree | snapshot | 
| 2008-04-27 | 
Fabian Keil | Complain about every block action without reason found. | 
commit | commitdiff | tree | snapshot | 
| 2008-04-27 | 
Fabian Keil | Move CGI file loading code into load_file() and | 
commit | commitdiff | tree | snapshot | 
| 2008-04-26 | 
Fabian Keil | Fix macro name in cgi_show_file() error path. | 
commit | commitdiff | tree | snapshot | 
| 2008-04-26 | 
Fabian Keil | Forget about JB_ERR_PARSE. JB_ERR_CGI_PARAMS to the...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-26 | 
Fabian Keil | Note that support request should not be send to individ...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-26 | 
Fabian Keil | Let the msn filter hide another class. | 
commit | commitdiff | tree | snapshot | 
| 2008-04-26 | 
Fabian Keil | If zlib support is unavailable and there are content...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-25 | 
Fabian Keil | - Factor cgi_show_file() out of cgi_show_status(). | 
commit | commitdiff | tree | snapshot | 
| 2008-04-24 | 
Fabian Keil | - Add some more tests for cgi_show_status(). | 
commit | commitdiff | tree | snapshot | 
| 2008-04-24 | 
Fabian Keil | In cgi_show_status(), load the requested file at once. | 
commit | commitdiff | tree | snapshot | 
| 2008-04-23 | 
Fabian Keil | s@declarded@declared@ | 
commit | commitdiff | tree | snapshot | 
| 2008-04-23 | 
Fabian Keil | Free with freez(). | 
commit | commitdiff | tree | snapshot | 
| 2008-04-22 | 
Fabian Keil | In parse_http_request(), remove a pointless | 
commit | commitdiff | tree | snapshot | 
| 2008-04-22 | 
Fabian Keil | - Block daily mirror ads. | 
commit | commitdiff | tree | snapshot | 
| 2008-04-20 | 
Fabian Keil | Remove a bunch of #MASTER# directives that are now...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-19 | 
Fabian Keil | - Add a fast-redirects exception for some amazon | 
commit | commitdiff | tree | snapshot | 
| 2008-04-18 | 
hal9 | Fixes lifehacker.com css issue. | 
commit | commitdiff | tree | snapshot | 
| 2008-04-18 | 
Fabian Keil | Mark simplematch()'s parameters as immutable. | 
commit | commitdiff | tree | snapshot | 
| 2008-04-17 | 
Fabian Keil | Move simplematch() into urlmatch.c as it's only | 
commit | commitdiff | tree | snapshot | 
| 2008-04-17 | 
Fabian Keil | Provide get_http_time() with the buffer size so it...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-16 | 
Fabian Keil | Don't pass the whole csp structure to flush_socket() | 
commit | commitdiff | tree | snapshot | 
| 2008-04-14 | 
Fabian Keil | Remove now-pointless cast in create_url_spec(). | 
commit | commitdiff | tree | snapshot | 
| 2008-04-14 | 
Fabian Keil | The compiler might not notice it, but the buffer passed to | 
commit | commitdiff | tree | snapshot | 
| 2008-04-13 | 
Fabian Keil | Factor URL pattern compilation out of create_url_spec(). | 
commit | commitdiff | tree | snapshot | 
| 2008-04-12 | 
Fabian Keil | Remove an obvious comment and improve another one. | 
commit | commitdiff | tree | snapshot | 
| 2008-04-12 | 
Fabian Keil | Factor out duplicated code to compile host, path and...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-12 | 
Fabian Keil | In get_final_results(), quote with quote() | 
commit | commitdiff | tree | snapshot | 
| 2008-04-11 | 
Fabian Keil | Oops, I forgot to shorten the URL_SPEC_INITIALIZER...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-10 | 
Fabian Keil | Actually we use "modern" POSIX 1003.2 regular | 
commit | commitdiff | tree | snapshot | 
| 2008-04-10 | 
Fabian Keil | Add another section to the client-header-tagger example...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-10 | 
Fabian Keil | Ditch url_spec's path member now that it's no longer...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-10 | 
Fabian Keil | Stop duplicating the plain text representation of the...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-10 | 
Fabian Keil | In url_match(), check the right member for NULL when...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-08 | 
Fabian Keil | Make it harder to mistake url_match()'s | 
commit | commitdiff | tree | snapshot | 
| 2008-04-08 | 
Fabian Keil | Save a bit of memory (and a few cpu cycles) by not...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-07 | 
Fabian Keil | - Use free_url_spec() more consistently. | 
commit | commitdiff | tree | snapshot | 
| 2008-04-06 | 
Fabian Keil | Add url-pattern-translator, an action file filter | 
commit | commitdiff | tree | snapshot | 
| 2008-04-06 | 
Fabian Keil | Oh well, rename the --enable-pcre-host-patterns option to | 
commit | commitdiff | tree | snapshot | 
| 2008-04-06 | 
Fabian Keil | Use PCRE syntax in host patterns when configured | 
commit | commitdiff | tree | snapshot | 
| 2008-04-05 | 
Fabian Keil | Factor compile_host_pattern() out of create_url_spec(). | 
commit | commitdiff | tree | snapshot | 
| 2008-04-04 | 
Fabian Keil | - Add some more checks for incompletely specified tests. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-30 | 
Fabian Keil | SZitify unknown_method(). | 
commit | commitdiff | tree | snapshot | 
| 2008-03-30 | 
Fabian Keil | Rename load_actions_file() and load_re_filterfile() | 
commit | commitdiff | tree | snapshot | 
| 2008-03-30 | 
Fabian Keil | Mention DESTDIR support. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-30 | 
Fabian Keil | Add DESTDIR support for the uninstall target. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-30 | 
Fabian Keil | Add DESTDIR support for the install target. Closes...  | 
commit | commitdiff | tree | snapshot | 
| 2008-03-29 | 
Fabian Keil | Remove send-wafer and send-vanilla-wafer actions. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-28 | 
Fabian Keil | In action_used_to_be_valid(), loop through an array...  | 
commit | commitdiff | tree | snapshot | 
| 2008-03-28 | 
Fabian Keil | Shorten enlist_new_test(). | 
commit | commitdiff | tree | snapshot | 
| 2008-03-28 | 
Fabian Keil | Remove inspect-jpegs action. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-27 | 
Fabian Keil | Dumb syntax down for earlier Perl versions. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-27 | 
Fabian Keil | Remove kill-popups action. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-27 | 
Fabian Keil | Turn the favicon blobs into locals. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-26 | 
Fabian Keil | Mention the shiny new hostname directive. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-26 | 
Fabian Keil | Comment fix reloaded. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-26 | 
Fabian Keil | Cosmetics. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-26 | 
Fabian Keil | Add hostname directive. Closes PR#1918189. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-26 | 
Fabian Keil | - Add a bunch of hints for Privoxy-Regression-Test. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-26 | 
Fabian Keil | - Add the directives "Sticky Actions" and "URL" which...  | 
commit | commitdiff | tree | snapshot | 
| 2008-03-25 | 
Fabian Keil | Document "Blocked URL". | 
commit | commitdiff | tree | snapshot | 
| 2008-03-24 | 
Fabian Keil | Use sizeof() more often. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-24 | 
Fabian Keil | Pet gcc43. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-24 | 
Fabian Keil | - Add ".ebay.de/ws/eBayISAPI\.dll\?" to -fast-redirects...  | 
commit | commitdiff | tree | snapshot | 
| 2008-03-24 | 
Fabian Keil | Share the action settings for multiple patterns in...  | 
commit | commitdiff | tree | snapshot | 
| 2008-03-21 | 
Fabian Keil | - Add some "Blocked URL" directives for Privoxy-Regress...  | 
commit | commitdiff | tree | snapshot | 
| 2008-03-21 | 
Fabian Keil | - Normalize whitespace in directives. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-21 | 
Fabian Keil | Garbage-collect csp->my_ip_addr_str and csp->my_hostname. | 
commit | commitdiff | tree | snapshot | 
| next |