| 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 | 
| 2008-03-21 | 
Fabian Keil | Only gather host information if it's actually needed. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-19 | 
Fabian Keil | - Rename "Block Test" directive to "Blocked URL". | 
commit | commitdiff | tree | snapshot | 
| 2008-03-18 | 
Fabian Keil | - Don't allow colons in token names. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-18 | 
Fabian Keil | - Add "block test" directive. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-16 | 
Fabian Keil | Some exceptions for Encyclopedia Dramatica. I did it...  | 
commit | commitdiff | tree | snapshot | 
| 2008-03-16 | 
Fabian Keil | Add %config lines for regression-tests.action and forwa...  | 
commit | commitdiff | tree | snapshot | 
| 2008-03-15 | 
Fabian Keil | Add CGI editor support for the "disable all filters...  | 
commit | commitdiff | tree | snapshot | 
| 2008-03-08 | 
Fabian Keil | After three file modification time mismatches, turn...  | 
commit | commitdiff | tree | snapshot | 
| 2008-03-07 | 
Fabian Keil | Reword limit-connect{} entry. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-06 | 
Fabian Keil | If limit-connect isn't used, don't limit CONNECT reques...  | 
commit | commitdiff | tree | snapshot | 
| 2008-03-06 | 
Fabian Keil | Update to 2008-02-05. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-06 | 
Fabian Keil | Update to 2008-01-23. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-04 | 
Fabian Keil | Remove the treat-forbidden-connects-like-blocks action...  | 
commit | commitdiff | tree | snapshot | 
| 2008-03-04 | 
Fabian Keil | Stop calling "handle-as-image" by its old name. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-02 | 
Fabian Keil | Update copyright year in win32_blurb[]. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-02 | 
Fabian Keil | No point in keeping this here. We can revive it as...  | 
commit | commitdiff | tree | snapshot | 
| 2008-03-02 | 
Fabian Keil | Set version to 3.0.9. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-02 | 
Fabian Keil | Also use shiny new connect_port_is_forbidden() in jcc.c. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-01 | 
Fabian Keil | - Add dependency checks for test levels 9 and 12. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-01 | 
Fabian Keil | Don't reference non-existing nimbda filter. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-01 | 
Fabian Keil | Use new block syntax. Still needs some polishing. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-01 | 
Fabian Keil | Use new block syntax. Still needs some polishing. | 
commit | commitdiff | tree | snapshot | 
| 2008-03-01 | 
Fabian Keil | Let the block action take the reason for the block | 
commit | commitdiff | tree | snapshot | 
| 2008-02-23 | 
Fabian Keil | Rename url_actions() to get_url_actions() and let it | 
commit | commitdiff | tree | snapshot | 
| 2008-02-23 | 
Fabian Keil | Let forward_url() use the standard parameter ordering | 
commit | commitdiff | tree | snapshot | 
| 2008-02-22 | 
hal9 | Apply small Slackware patch from Laurence Darby. | 
commit | commitdiff | tree | snapshot | 
| 2008-02-22 | 
markm68k | updates for mac os x | 
commit | commitdiff | tree | snapshot | 
| 2008-02-22 | 
markm68k | fix merge problem | 
commit | commitdiff | tree | snapshot | 
| 2008-02-19 | 
Fabian Keil | - Don't redirect dmoz edit URLs. | 
commit | commitdiff | tree | snapshot | 
| 2008-02-17 | 
Fabian Keil | - Send HEAD requests with --request + --head instead...  | 
commit | commitdiff | tree | snapshot | 
| 2008-02-16 | 
Fabian Keil | Fix typo. | 
commit | commitdiff | tree | snapshot | 
| 2008-02-16 | 
hal9 | Add Mark Miller to AUTHORS | 
commit | commitdiff | tree | snapshot | 
| 2008-02-16 | 
Fabian Keil | Allow to skip tests that depend on unavailable options. | 
commit | commitdiff | tree | snapshot | 
| 2008-02-16 | 
Fabian Keil | Cosmetics. | 
commit | commitdiff | tree | snapshot | 
| next |