summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Peter Vereshagin [Wed, 22 Dec 2010 12:45:32 +0000]
fix for JSON
only for POSTDATA yet, not for GETDATA
Peter Vereshagin [Mon, 13 Dec 2010 09:33:40 +0000]
transparent mode explanation bigger picture
Peter Vereshagin [Mon, 17 May 2010 08:51:00 +0000]
no scripts proxification for transparent mode
Peter Vereshagin [Sun, 16 May 2010 16:03:31 +0000]
fix warnings for strict at mitm nginx-error.log
Peter Vereshagin [Tue, 11 May 2010 11:09:12 +0000]
fix on body addition
Peter Vereshagin [Tue, 11 May 2010 10:33:29 +0000]
Fix for reading from SSL in transparent mode
it was reading forever from ssl socket without that
Peter Vereshagin [Tue, 11 May 2010 09:32:46 +0000]
http://bugs.vereshagin.org/show_bug.cgi?id=38
This required Nginx to be a mitm for https, also some squid configuration to
separate http and https to the different addresses to nginx.
Squid has a different fcgiproxy.conf
Peter Vereshagin [Fri, 7 May 2010 11:27:59 +0000]
Transparent mode
With $TRANSPARENT_MODE which is on by default, you will happen to use any web site in question very smoothly with (hope so) every rich content on stages.
To achieve this, point your real http proxy server to your cgi proxy url with 'url rewrite' feature.
Enjoy!
Peter Vereshagin [Wed, 5 May 2010 13:10:41 +0000]
http://bugs.vereshagin.org/show_bug.cgi?id=40
a href javascript:
also, some variables claimed to be uninitialized at error log after them was
brought under use strict
Peter Vereshagin [Wed, 5 May 2010 11:12:29 +0000]
Link on a panel to be copied to clipboard
Users may want to act via RMB on the current page like sending the URL to a friend script or plugin, bookmarking, etc.
Peter Vereshagin [Mon, 3 May 2010 17:37:11 +0000]
Added squid redirector
Config etc/ and libraries lib/ are the common parts of 2 executable apps:
squid redirector AND cgiproxy itself
Peter Vereshagin [Thu, 15 Apr 2010 16:20:54 +0000]
multiple <script>..</script> blocks per page were searched to proxify, only one match is sufficient. bugs.vereshagin.org/show_bug.cgi?id=29
Peter Vereshagin [Wed, 14 Apr 2010 10:32:54 +0000]
Polishing regex for the same stuff
Peter Vereshagin [Mon, 12 Apr 2010 12:20:14 +0000]
despite reset(), pictures sometimes were processed as $is_html
Peter Vereshagin [Mon, 12 Apr 2010 09:41:22 +0000]
Can see the both lenta.ru and http://bing.com http://google.ru ( http://bugs.vereshagin.org/show_bug.cgi?id=35 )
Peter Vereshagin [Sun, 11 Apr 2010 10:50:21 +0000]
lenta.ru but not http://bing.com: against <script><sscript></script></script> recursion and long obfuscated html enemy lines: http://bugs.vereshagin.org/show_bug.cgi?id=33
Peter Vereshagin [Sun, 14 Mar 2010 12:55:09 +0000]
utf8 and $response_sent init
Peter Vereshagin [Tue, 9 Mar 2010 14:37:01 +0000]
fix absolutizing for URLs ending with /; speed up Content-length fix when empty body
Peter Vereshagin [Tue, 9 Mar 2010 11:42:32 +0000]
Content-length: 20 and empty body when search wikipedia
Peter Vereshagin [Mon, 8 Mar 2010 14:21:51 +0000]
for scheme check to work
Peter Vereshagin [Mon, 8 Mar 2010 09:39:09 +0000]
Chunked to be assembled only for https
Peter Vereshagin [Mon, 8 Mar 2010 09:19:09 +0000]
skipped absolutising of x-proxy:, mailto:, etc. schemes
Peter Vereshagin [Sun, 7 Mar 2010 11:53:25 +0000]
chunked images and xinc
Peter Vereshagin [Sat, 6 Mar 2010 13:01:43 +0000]
fix around the '..' URLs in href and img src
Peter Vereshagin [Fri, 5 Mar 2010 16:06:00 +0000]
Seem to work with FCGI::Spawn
Peter Vereshagin [Fri, 5 Mar 2010 15:54:19 +0000]
Initial: 2.1.19 original