current/doc/webserver/user-manual actions-file.html, 1.105, 1.106 appendix.html, 1.114, 1.115 config.html, 1.80, 1.81 copyright.html, 1.106, 1.107 index.html, 1.126, 1.127

Fabian Keil via ijbswa-commits <[email protected]> Thu, 08 Jun 2017 13:10:44 +0000
Newsgroups gmane.comp.web.privoxy.cvs
Message-ID <[email protected]>
--===============1644165198853710649==
Content-Type: text/plain

Update of /cvsroot/ijbswa/current/doc/webserver/user-manual
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv442/doc/webserver/user-manual

Modified Files:
	actions-file.html appendix.html config.html copyright.html 
	index.html 
Log Message:
Rebuild HTML docs

Sponsored by: Robert Klemme


Index: actions-file.html
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/user-manual/actions-file.html,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -d -r1.105 -r1.106
*** actions-file.html	20 Feb 2017 13:49:44 -0000	1.105
--- actions-file.html	8 Jun 2017 13:10:42 -0000	1.106
***************
*** 101,105 ****
          in <tt class="FILENAME">default.action</tt> are:</p>
          <div class="TABLE">
!           <a name="AEN2829" id="AEN2829"></a>
            <p><b>Table 1. Default Configurations</b></p>
            <table border="1" frame="border" rules="all" class="CALSTABLE">
--- 101,105 ----
          in <tt class="FILENAME">default.action</tt> are:</p>
          <div class="TABLE">
!           <a name="AEN2859" id="AEN2859"></a>
            <p><b>Table 1. Default Configurations</b></p>
            <table border="1" frame="border" rules="all" class="CALSTABLE">
***************
*** 562,567 ****
                of path which in this case can have one or more <span class=
                "QUOTE">"/'s"</span>. And this one must contain exactly
!               <span class="QUOTE">".html"</span> (but does not have to end
!               with that!).</p>
              </dd>
              <dt><tt class=
--- 562,566 ----
                of path which in this case can have one or more <span class=
                "QUOTE">"/'s"</span>. And this one must contain exactly
!               <span class="QUOTE">".html"</span> (and end with that!).</p>
              </dd>
              <dt><tt class=
***************
*** 574,578 ****
                (because of the <span class="QUOTE">"?"</span>) or <span class=
                "QUOTE">"junk"</span>. The path does not have to end in these
!               words, just contain them.</p>
              </dd>
              <dt><tt class=
--- 573,578 ----
                (because of the <span class="QUOTE">"?"</span>) or <span class=
                "QUOTE">"junk"</span>. The path does not have to end in these
!               words, just contain them. The path has to contain at least two
!               slashes (including the one at the beginning).</p>
              </dd>
              <dt><tt class=
***************
*** 1157,1160 ****
--- 1157,1179 ----
                  </tr>
                </table>
+               <table border="0" bgcolor="#E0E0E0" width="90%">
+                 <tr>
+                   <td>
+                     <pre class="SCREEN">
+                     # Tag all requests with the client IP address
+ #
+ # (Technically the client IP address isn't included in the
+ # client headers but client-header taggers can set it anyway.
+ # For details see the tagger in default.filter)
+ {+client-header-tagger{client-ip-address}}
+ /
+ 
+ # Change forwarding settings for requests coming from address 10.0.0.1
+ {+forward-override{forward-socks5 127.0.1.2:2222 .}}
+ TAG:^IP-ADDRESS: 10\.0\.0\.1$
+      </pre>
+                   </td>
+                 </tr>
+               </table>
              </dd>
            </dl>

Index: copyright.html
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/user-manual/copyright.html,v
retrieving revision 1.106
retrieving revision 1.107
diff -C2 -d -r1.106 -r1.107
*** copyright.html	20 Feb 2017 13:49:44 -0000	1.106
--- copyright.html	8 Jun 2017 13:10:42 -0000	1.107
***************
*** 560,563 ****
--- 560,564 ----
        &nbsp;Atman&nbsp;Sense<br>
        &nbsp;Chung-chieh&nbsp;Shan<br>
+       &nbsp;Johan&nbsp;Sintorn<br>
        &nbsp;Benjamin&nbsp;C.&nbsp;Wiley&nbsp;Sittler<br>
        &nbsp;Simon&nbsp;South<br>

Index: index.html
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/user-manual/index.html,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -d -r1.126 -r1.127
*** index.html	20 Feb 2017 13:49:44 -0000	1.126
--- index.html	8 Jun 2017 13:10:42 -0000	1.127
***************
*** 18,24 ****
        Manual</a></h1>
        <p class="PUBDATE"><sub><a href="copyright.html">Copyright</a> �
!       2001-2016 by <a href="https://www.privoxy.org/" target="_top">Privoxy
        Developers</a></sub><br></p>
!       <p class="PUBDATE">$Id: user-manual.sgml,v 2.217 2017/01/23 12:59:45
        fabiankeil Exp $<br></p>
        <div>
--- 18,24 ----
        Manual</a></h1>
        <p class="PUBDATE"><sub><a href="copyright.html">Copyright</a> �
!       2001-2017 by <a href="https://www.privoxy.org/" target="_top">Privoxy
        Developers</a></sub><br></p>
!       <p class="PUBDATE">$Id: user-manual.sgml,v 2.222 2017/05/20 09:28:11
        fabiankeil Exp $<br></p>
        <div>
***************
*** 259,262 ****
--- 259,264 ----
                  <dt>7.6.16. <a href=
                  "config.html#TRUST-X-FORWARDED-FOR">trust-x-forwarded-for</a></dt>
+                 <dt>7.6.17. <a href=
+                 "config.html#RECEIVE-BUFFER-SIZE">receive-buffer-size</a></dt>
                </dl>
              </dd>

Index: config.html
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/user-manual/config.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -d -r1.80 -r1.81
*** config.html	20 Feb 2017 13:49:44 -0000	1.80
--- config.html	8 Jun 2017 13:10:42 -0000	1.81
***************
*** 2726,2729 ****
--- 2726,2785 ----
          </div>
        </div>
+       <div class="SECT3">
+         <h4 class="SECT3"><a name="RECEIVE-BUFFER-SIZE" id=
+         "RECEIVE-BUFFER-SIZE">7.6.17. receive-buffer-size</a></h4>
+         <div class="VARIABLELIST">
+           <dl>
+             <dt>Specifies:</dt>
+             <dd>
+               <p>The size of the buffer Privoxy uses to receive data from the
+               server.</p>
+             </dd>
+             <dt>Type of value:</dt>
+             <dd>
+               <p><tt class="REPLACEABLE"><i>Size in bytes</i></tt></p>
+             </dd>
+             <dt>Default value:</dt>
+             <dd>
+               <p>5000</p>
+             </dd>
+             <dt>Notes:</dt>
+             <dd>
+               <p>Increasing the receive-buffer-size increases Privoxy's
+               memory usage but can lower the number of context switches and
+               thereby reduce the cpu usage and potentially increase the
+               throughput.</p>
+               <p>This is mostly relevant for fast network connections and
+               large downloads that don't require filtering.</p>
+               <p>Reducing the buffer size reduces the amount of memory
+               Privoxy needs to handle the request but increases the number of
+               systemcalls and may reduce the throughput.</p>
+               <p>A dtrace command like: <span class="QUOTE">"sudo dtrace -n
+               'syscall::read:return /execname == "privoxy"/ { @[execname] =
+               llquantize(arg0, 10, 0, 5, 20); @m = max(arg0)}'"</span> can be
+               used to properly tune the receive-buffer-size. On systems
+               without dtrace, strace or truss may be used as less convenient
+               alternatives.</p>
+               <p>If the buffer is too large it will increase Privoxy's memory
+               footprint without any benefit. As the memory is (currently)
+               cleared before using it, a buffer that is too large can
+               actually reduce the throughput.</p>
+             </dd>
+             <dt>Examples:</dt>
+             <dd>
+               <table border="0" bgcolor="#E0E0E0" width="90%">
+                 <tr>
+                   <td>
+                     <pre class="SCREEN">
+                     # Increase the receive buffer size
+       receive-buffer-size 32768
+     </pre>
+                   </td>
+                 </tr>
+               </table>
+             </dd>
+           </dl>
+         </div>
+       </div>
      </div>
      <div class="SECT2">

Index: appendix.html
===================================================================
RCS file: /cvsroot/ijbswa/current/doc/webserver/user-manual/appendix.html,v
retrieving revision 1.114
retrieving revision 1.115
diff -C2 -d -r1.114 -r1.115
*** appendix.html	20 Feb 2017 13:49:44 -0000	1.114
--- appendix.html	8 Jun 2017 13:10:42 -0000	1.115
***************
*** 281,285 ****
        <ul>
          <li>
!           <p>Privoxy main page:</p><a name="AEN6002" id="AEN6002"></a>
            <blockquote class="BLOCKQUOTE">
              <p><a href="http://config.privoxy.org/" target=
--- 281,285 ----
        <ul>
          <li>
!           <p>Privoxy main page:</p><a name="AEN6034" id="AEN6034"></a>
            <blockquote class="BLOCKQUOTE">
              <p><a href="http://config.privoxy.org/" target=
***************
*** 293,298 ****
          <li>
            <p>Show information about the current configuration, including
!           viewing and editing of actions files:</p><a name="AEN6010" id=
!           "AEN6010"></a>
            <blockquote class="BLOCKQUOTE">
              <p><a href="http://config.privoxy.org/show-status" target=
--- 293,298 ----
          <li>
            <p>Show information about the current configuration, including
!           viewing and editing of actions files:</p><a name="AEN6042" id=
!           "AEN6042"></a>
            <blockquote class="BLOCKQUOTE">
              <p><a href="http://config.privoxy.org/show-status" target=
***************
*** 301,306 ****
          </li>
          <li>
!           <p>Show the source code version numbers:</p><a name="AEN6015" id=
!           "AEN6015"></a>
            <blockquote class="BLOCKQUOTE">
              <p><a href="http://config.privoxy.org/show-version" target=
--- 301,306 ----
          </li>
          <li>
!           <p>Show the source code version numbers:</p><a name="AEN6047" id=
!           "AEN6047"></a>
            <blockquote class="BLOCKQUOTE">
              <p><a href="http://config.privoxy.org/show-version" target=
***************
*** 309,314 ****
          </li>
          <li>
!           <p>Show the browser's request headers:</p><a name="AEN6020" id=
!           "AEN6020"></a>
            <blockquote class="BLOCKQUOTE">
              <p><a href="http://config.privoxy.org/show-request" target=
--- 309,314 ----
          </li>
          <li>
!           <p>Show the browser's request headers:</p><a name="AEN6052" id=
!           "AEN6052"></a>
            <blockquote class="BLOCKQUOTE">
              <p><a href="http://config.privoxy.org/show-request" target=
***************
*** 317,322 ****
          </li>
          <li>
!           <p>Show which actions apply to a URL and why:</p><a name="AEN6025"
!           id="AEN6025"></a>
            <blockquote class="BLOCKQUOTE">
              <p><a href="http://config.privoxy.org/show-url-info" target=
--- 317,322 ----
          </li>
          <li>
!           <p>Show which actions apply to a URL and why:</p><a name="AEN6057"
!           id="AEN6057"></a>
            <blockquote class="BLOCKQUOTE">
              <p><a href="http://config.privoxy.org/show-url-info" target=
***************
*** 330,344 ****
            "QUOTE">"Privoxy"</span> continues to run, but only as a
            pass-through proxy, with no actions taking place:</p><a name=
!           "AEN6033" id="AEN6033"></a>
            <blockquote class="BLOCKQUOTE">
              <p><a href="http://config.privoxy.org/toggle" target=
              "_top">http://config.privoxy.org/toggle</a></p>
            </blockquote>
!           <p>Short cuts. Turn off, then on:</p><a name="AEN6037" id=
!           "AEN6037"></a>
            <blockquote class="BLOCKQUOTE">
              <p><a href="http://config.privoxy.org/toggle?set=disable" target=
              "_top">http://config.privoxy.org/toggle?set=disable</a></p>
!           </blockquote><a name="AEN6040" id="AEN6040"></a>
            <blockquote class="BLOCKQUOTE">
              <p><a href="http://config.privoxy.org/toggle?set=enable" target=
--- 330,344 ----
            "QUOTE">"Privoxy"</span> continues to run, but only as a
            pass-through proxy, with no actions taking place:</p><a name=
!           "AEN6065" id="AEN6065"></a>
            <blockquote class="BLOCKQUOTE">
              <p><a href="http://config.privoxy.org/toggle" target=
              "_top">http://config.privoxy.org/toggle</a></p>
            </blockquote>
!           <p>Short cuts. Turn off, then on:</p><a name="AEN6069" id=
!           "AEN6069"></a>
            <blockquote class="BLOCKQUOTE">
              <p><a href="http://config.privoxy.org/toggle?set=disable" target=
              "_top">http://config.privoxy.org/toggle?set=disable</a></p>
!           </blockquote><a name="AEN6072" id="AEN6072"></a>
            <blockquote class="BLOCKQUOTE">
              <p><a href="http://config.privoxy.org/toggle?set=enable" target=



--===============1644165198853710649==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
--===============1644165198853710649==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
ijbswa-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ijbswa-commits

--===============1644165198853710649==--