Skip to content

Commit 2dd6c7e

Browse files
committed
Update doc
1 parent d4223e5 commit 2dd6c7e

31 files changed

+1557
-1072
lines changed

atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[aria2]]></title>
55
<link href="https://aria2.github.io/atom.xml" rel="self"/>
66
<link href="https://aria2.github.io/"/>
7-
<updated>2016-09-17T09:24:50+09:00</updated>
7+
<updated>2016-10-16T17:45:03+09:00</updated>
88
<id>https://aria2.github.io/</id>
99
<author>
1010
<name><![CDATA[Tatsuhiro Tsujikawa]]></name>

index-ja.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2>The next generation download utility.</h2>
7777

7878
<h2>ダウンロード</h2>
7979

80-
<p><a href="https://github.com/aria2/aria2/releases/tag/release-1.27.1">version 1.27.1</a> をダウンロードしよう.
80+
<p><a href="https://github.com/aria2/aria2/releases/tag/release-1.28.0">version 1.28.0</a> をダウンロードしよう.
8181
ソースコード, OS X バイナリ, Windows バイナリおよび Android バイナリがダウンロードできる.</p>
8282

8383
<p>1.19.0 以前のリリースは<a href="http://sourceforge.net/projects/aria2/files/stable/">ここ</a>.</p>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>The next generation download utility.</h2>
7979

8080
<h2>Download</h2>
8181

82-
<p>Download <a href="https://github.com/aria2/aria2/releases/tag/release-1.27.1">version 1.27.1</a>.
82+
<p>Download <a href="https://github.com/aria2/aria2/releases/tag/release-1.28.0">version 1.28.0</a>.
8383
There you can download source distribution and binaries for OS X, Windows and Android.</p>
8484

8585
<p>The legacy releases earlier than 1.19.1 are available

manual/en/html/README.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>aria2 - The ultra fast download utility &mdash; aria2 1.27.1 documentation</title>
11+
<title>aria2 - The ultra fast download utility &mdash; aria2 1.28.0 documentation</title>
1212

1313

1414

@@ -30,7 +30,7 @@
3030

3131

3232

33-
<link rel="top" title="aria2 1.27.1 documentation" href="index.html"/>
33+
<link rel="top" title="aria2 1.28.0 documentation" href="index.html"/>
3434
<link rel="next" title="libaria2: C++ library interface to aria2" href="libaria2.html"/>
3535
<link rel="prev" title="aria2c(1)" href="aria2c.html"/>
3636

@@ -61,7 +61,7 @@
6161

6262

6363
<div class="version">
64-
1.27.1
64+
1.28.0
6565
</div>
6666

6767

@@ -751,7 +751,7 @@ <h2>References<a class="headerlink" href="#references" title="Permalink to this
751751
<script type="text/javascript">
752752
var DOCUMENTATION_OPTIONS = {
753753
URL_ROOT:'./',
754-
VERSION:'1.27.1',
754+
VERSION:'1.28.0',
755755
COLLAPSE_INDEX:false,
756756
FILE_SUFFIX:'.html',
757757
HAS_SOURCE: true

manual/en/html/_sources/aria2c.txt

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,6 +1391,15 @@ Advanced Options
13911391
system doesn't have :manpage:`getifaddrs(3)`, this option doesn't accept interface
13921392
name.
13931393

1394+
.. option:: --keep-unfinished-download-result[=true|false]
1395+
1396+
Keep unfinished download results even if doing so exceeds
1397+
:option:`--max-download-result`. This is useful if all unfinished
1398+
downloads must be saved in session file (see
1399+
:option:`--save-session` option). Please keep in mind that there is
1400+
no upper bound to the number of unfinished download result to keep.
1401+
If that is undesirable, turn this option off. Default: ``true``
1402+
13941403
.. option:: --max-download-result=<NUM>
13951404

13961405
Set maximum number of download result kept in memory. The download
@@ -1400,8 +1409,10 @@ Advanced Options
14001409
oldest download result is removed from the front of the queue and
14011410
new one is pushed to the back. Setting big number in this option may
14021411
result high memory consumption after thousands of
1403-
downloads. Specifying 0 means no download result is kept. Default:
1404-
``1000``
1412+
downloads. Specifying 0 means no download result is kept. Note that
1413+
unfinished downloads are kept in memory regardless of this option
1414+
value. See :option:`--keep-unfinished-download-result` option.
1415+
Default: ``1000``
14051416

14061417
.. option:: --max-mmap-limit=<SIZE>
14071418

@@ -3240,6 +3251,7 @@ For information on the *secret* parameter, see :ref:`rpc_auth`.
32403251

32413252
* :option:`bt-max-open-files <--bt-max-open-files>`
32423253
* :option:`download-result <--download-result>`
3254+
* :option:`keep-unfinished-download-result <--keep-unfinished-download-result>`
32433255
* :option:`log <-l>`
32443256
* :option:`log-level <--log-level>`
32453257
* :option:`max-concurrent-downloads <-j>`

0 commit comments

Comments
 (0)