aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
Go to file
Tatsuhiro Tsujikawa deaea9537b Added --stream-piece-selector option.
This option specifies piece selection algorithm used in HTTP/FTP
download. Piece means fixed length segment which is downloaded in
parallel in segmented download. If 'default' is given, aria2 selects
piece so that it reduces the number of establishing connection. This
is reasonable default behaviour because establishing connection is an
expensive operation.  If 'inorder' is given, aria2 selects piece which
has minimum index. Index=0 means first of the file. This will be
useful to view movie while downloading it. --enable-http-pipelining
option may be useful to reduce reconnection overhead.  Please note
that aria2 honors --min-split-size option, so it will be necessary to
specify a reasonable value to --min-split-size option.
2011-06-11 21:41:56 +09:00
doc Updated doc for --save-session option. 2011-05-29 21:07:27 +09:00
lib Removed autogenerated files by automake/autoconf. 2010-11-27 23:31:17 +09:00
m4 Use pkg-config for libcares. Dropped c-ares pre-1.5 support. 2011-02-18 23:36:39 +09:00
po Updated Japanese, Spanish and Simplified Chinese translation. 2011-05-21 00:10:31 +09:00
src Added --stream-piece-selector option. 2011-06-11 21:41:56 +09:00
test Added --stream-piece-selector option. 2011-06-11 21:41:56 +09:00
AUTHORS Fixed typo 2011-03-20 14:39:36 +09:00
build_test.sh run make clean before another compilation 2009-07-26 13:47:50 +00:00
ChangeLog Added empty ChangeLog. 2010-11-28 00:38:58 +09:00
ChangeLog.old Moved ChangeLog to ChangeLog.old and added notice that we no longer 2010-11-28 00:23:20 +09:00
configure.ac Implemented fast file allocation in MinGW32 build. 2011-06-07 01:09:38 +09:00
COPYING 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
LICENSE.OpenSSL 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
Makefile.am Check a2x, asciidoc presence and only build documents when they are 2010-12-02 23:55:52 +09:00
NEWS Updated NEWS 2011-05-21 00:12:05 +09:00
README Added README because automake requires it. Added README.asciidoc to 2010-11-27 22:55:14 +09:00
README.asciidoc Added paragraph about --metalink-base-uri option. 2011-05-14 22:55:11 +09:00

See README.asciidoc