mirror of https://github.com/aria2/aria2
2010-11-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated supported hash functions. * READMEpull/1/head
parent
1946b3341f
commit
e728385bc9
|
@ -1,3 +1,8 @@
|
|||
2010-11-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Updated supported hash functions.
|
||||
* README
|
||||
|
||||
2010-11-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Added sha-224, sha-384, sha-512 hash function support.
|
||||
|
|
8
README
8
README
|
@ -214,10 +214,10 @@ The current implementation supports HTTP(S)/FTP/BitTorrent. The other
|
|||
P2P protocols are ignored. Both Metalink4 and Metalink version 3.0
|
||||
documents are supported.
|
||||
|
||||
For checksum verification, MD5, SHA1, and SHA256 are supported. If
|
||||
multiple hash algorithms are provided, aria2 uses stronger one. If
|
||||
whole file checksum verification fails, aria2 doesn't retry the
|
||||
download and just exits with non-zero return code.
|
||||
For checksum verification, md5, sha-1, sha-224, sha-256, sha-384 and
|
||||
sha-512 are supported. If multiple hash algorithms are provided, aria2
|
||||
uses stronger one. If whole file checksum verification fails, aria2
|
||||
doesn't retry the download and just exits with non-zero return code.
|
||||
|
||||
The supported user preferences are version, language, location,
|
||||
protocol and os.
|
||||
|
|
10
README.html
10
README.html
|
@ -1008,10 +1008,10 @@ As of release 0.10.0, aria2 stops sending request message after
|
|||
<div class="paragraph"><p>The current implementation supports HTTP(S)/FTP/BitTorrent. The other
|
||||
P2P protocols are ignored. Both Metalink4 and Metalink version 3.0
|
||||
documents are supported.</p></div>
|
||||
<div class="paragraph"><p>For checksum verification, MD5, SHA1, and SHA256 are supported. If
|
||||
multiple hash algorithms are provided, aria2 uses stronger one. If
|
||||
whole file checksum verification fails, aria2 doesn’t retry the
|
||||
download and just exits with non-zero return code.</p></div>
|
||||
<div class="paragraph"><p>For checksum verification, md5, sha-1, sha-224, sha-256, sha-384 and
|
||||
sha-512 are supported. If multiple hash algorithms are provided, aria2
|
||||
uses stronger one. If whole file checksum verification fails, aria2
|
||||
doesn’t retry the download and just exits with non-zero return code.</p></div>
|
||||
<div class="paragraph"><p>The supported user preferences are version, language, location,
|
||||
protocol and os.</p></div>
|
||||
<div class="paragraph"><p>If chunk checksums are provided in Metalink file, aria2 automatically
|
||||
|
@ -1064,7 +1064,7 @@ man aria2c
|
|||
<div id="footnotes"><hr /></div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2010-08-22 20:35:26 JST
|
||||
Last updated 2010-11-11 12:24:08 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue