2010-11-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Updated supported hash functions.
	* README
pull/1/head
Tatsuhiro Tsujikawa 2010-11-11 03:25:26 +00:00
parent 1946b3341f
commit e728385bc9
3 changed files with 14 additions and 9 deletions

View File

@ -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> 2010-11-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added sha-224, sha-384, sha-512 hash function support. Added sha-224, sha-384, sha-512 hash function support.

8
README
View File

@ -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 P2P protocols are ignored. Both Metalink4 and Metalink version 3.0
documents are supported. documents are supported.
For checksum verification, MD5, SHA1, and SHA256 are supported. If For checksum verification, md5, sha-1, sha-224, sha-256, sha-384 and
multiple hash algorithms are provided, aria2 uses stronger one. If sha-512 are supported. If multiple hash algorithms are provided, aria2
whole file checksum verification fails, aria2 doesn't retry the uses stronger one. If whole file checksum verification fails, aria2
download and just exits with non-zero return code. doesn't retry the download and just exits with non-zero return code.
The supported user preferences are version, language, location, The supported user preferences are version, language, location,
protocol and os. protocol and os.

View File

@ -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 <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 P2P protocols are ignored. Both Metalink4 and Metalink version 3.0
documents are supported.</p></div> documents are supported.</p></div>
<div class="paragraph"><p>For checksum verification, MD5, SHA1, and SHA256 are supported. If <div class="paragraph"><p>For checksum verification, md5, sha-1, sha-224, sha-256, sha-384 and
multiple hash algorithms are provided, aria2 uses stronger one. If sha-512 are supported. If multiple hash algorithms are provided, aria2
whole file checksum verification fails, aria2 doesn&#8217;t retry the uses stronger one. If whole file checksum verification fails, aria2
download and just exits with non-zero return code.</p></div> doesn&#8217;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, <div class="paragraph"><p>The supported user preferences are version, language, location,
protocol and os.</p></div> protocol and os.</p></div>
<div class="paragraph"><p>If chunk checksums are provided in Metalink file, aria2 automatically <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="footnotes"><hr /></div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2010-08-22 20:35:26 JST Last updated 2010-11-11 12:24:08 JST
</div> </div>
</div> </div>
</body> </body>