2009-05-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Documented --xml-rpc-max-request-size option in man page.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2009-05-26 15:45:34 +00:00
parent fcf183cc84
commit 1c1ec3bd6d
4 changed files with 28 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2009-05-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented --xml-rpc-max-request-size option in man page.
* doc/aria2c.1.txt
2009-05-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Moved C_* constants from BtContext to DefaultBtContext.

View File

@ -2,12 +2,12 @@
.\" Title: aria2c
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.75.0 <http://docbook.sf.net/>
.\" Date: 05/26/2009
.\" Date: 05/27/2009
.\" Manual: [FIXME: manual]
.\" Source: [FIXME: source]
.\" Language: English
.\"
.TH "ARIA2C" "1" "05/26/2009" "[FIXME: source]" "[FIXME: manual]"
.TH "ARIA2C" "1" "05/27/2009" "[FIXME: source]" "[FIXME: manual]"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@ -794,6 +794,12 @@ Default:
\fI6800\fR
.RE
.PP
\fB\-\-xml\-rpc\-max\-request\-size\fR=SIZE
.RS 4
Set max size of XML\-RPC request\&. If aria2 detected the request is more than SIZE bytes, it drops connection\&. Default:
\fI2M\fR
.RE
.PP
\fB\-\-xml\-rpc\-passwd\fR=PASSWD
.RS 4
Set XML\-RPC password\&.

View File

@ -1404,6 +1404,15 @@ writes the piece to the appropriate files.</td>
</p>
</dd>
<dt class="hdlist1">
<strong>--xml-rpc-max-request-size</strong>=SIZE
</dt>
<dd>
<p>
Set max size of XML-RPC request. If aria2 detected the request is
more than SIZE bytes, it drops connection. Default: <em>2M</em>
</p>
</dd>
<dt class="hdlist1">
<strong>--xml-rpc-passwd</strong>=PASSWD
</dt>
<dd>
@ -3129,7 +3138,7 @@ files in the program, then also delete it here.</p></div>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2009-05-26 23:15:48 JST
Last updated 2009-05-27 00:44:00 JST
</div>
</div>
</body>

View File

@ -535,6 +535,11 @@ XML-RPC Options
Specify a port number for XML-RPC server to listen to. Possible
Values: '1024'-'65535' Default: '6800'
*--xml-rpc-max-request-size*=SIZE::
Set max size of XML-RPC request. If aria2 detected the request is
more than SIZE bytes, it drops connection. Default: '2M'
*--xml-rpc-passwd*=PASSWD::
Set XML-RPC password.