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 |
2008-02-11 |
Fabian Keil | - Add a hide-tor-exit-notation test with a fingerprint |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Fabian Keil | Stop pretending to maintain OpenBSD and Solaris packages. |
commit | commitdiff | tree | snapshot |
2008-02-11 |
hal9 | Rebuild for reason updates for Mac OS X. |
commit | commitdiff | tree | snapshot |
2008-02-11 |
hal9 | Fix entity ... s/&/& |
commit | commitdiff | tree | snapshot |
2008-02-11 |
markm68k | more updates for mac os x |
commit | commitdiff | tree | snapshot |
2008-02-11 |
markm68k | more updates for mac os x |
commit | commitdiff | tree | snapshot |
2008-02-11 |
markm68k | reflect new changes for mac os x |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Fabian Keil | Reduce superfluous white space by not marking |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Fabian Keil | Unblock cURL advisories. |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Fabian Keil | List active and inactive actions in the show-url-info's |
commit | commitdiff | tree | snapshot |
2008-02-08 |
hal9 | Actionsfile feedback item #1889118 to unblock |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Fabian Keil | In socks5_connect: |
commit | commitdiff | tree | snapshot |
2008-02-05 |
hal9 | Updating text to reflect release versioning. |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Fabian Keil | - Fix a compiler warning. |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Fabian Keil | Remember the cause of the SOCKS5 error for the CGI... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Fabian Keil | Change "Edit Packages" URL to use https. |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Fabian Keil | Remove the <br> in front of the error message. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
hal9 | Apply patch from Mark: s/OSX/OS X/ |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Fabian Keil | - Mention forward-socks5. |
commit | commitdiff | tree | snapshot |
next |