mirror of https://github.com/aria2/aria2
2009-05-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented --xml-rpc-max-request-size option in man page. * doc/aria2c.1.txtpull/1/head
parent
fcf183cc84
commit
1c1ec3bd6d
|
@ -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>
|
2009-05-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Moved C_* constants from BtContext to DefaultBtContext.
|
Moved C_* constants from BtContext to DefaultBtContext.
|
||||||
|
|
10
doc/aria2c.1
10
doc/aria2c.1
|
@ -2,12 +2,12 @@
|
||||||
.\" Title: aria2c
|
.\" Title: aria2c
|
||||||
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.75.0 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.75.0 <http://docbook.sf.net/>
|
||||||
.\" Date: 05/26/2009
|
.\" Date: 05/27/2009
|
||||||
.\" Manual: [FIXME: manual]
|
.\" Manual: [FIXME: manual]
|
||||||
.\" Source: [FIXME: source]
|
.\" Source: [FIXME: source]
|
||||||
.\" Language: English
|
.\" 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
|
.\" * set default formatting
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
@ -794,6 +794,12 @@ Default:
|
||||||
\fI6800\fR
|
\fI6800\fR
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.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
|
\fB\-\-xml\-rpc\-passwd\fR=PASSWD
|
||||||
.RS 4
|
.RS 4
|
||||||
Set XML\-RPC password\&.
|
Set XML\-RPC password\&.
|
||||||
|
|
|
@ -1404,6 +1404,15 @@ writes the piece to the appropriate files.</td>
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="hdlist1">
|
<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
|
<strong>--xml-rpc-passwd</strong>=PASSWD
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
@ -3129,7 +3138,7 @@ files in the program, then also delete it here.</p></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2009-05-26 23:15:48 JST
|
Last updated 2009-05-27 00:44:00 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -535,6 +535,11 @@ XML-RPC Options
|
||||||
Specify a port number for XML-RPC server to listen to. Possible
|
Specify a port number for XML-RPC server to listen to. Possible
|
||||||
Values: '1024'-'65535' Default: '6800'
|
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::
|
*--xml-rpc-passwd*=PASSWD::
|
||||||
Set XML-RPC password.
|
Set XML-RPC password.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue