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 8897d7ec70 Restart active download to apply previously not applicable options
Previously, we categorized options that can be used in
aria2.changeOption RPC method into 2 categories.  The options in one
category can be applied on the fly, meaning that download continues to
be active while applying options.  Another category includes options
which are only applicable when downloads are waiting or paused.

In this change, when active download is ordered to change options
which only applicable in waiting or paused state, it is now paused,
and then automatically restarted.  Although we have limited number of
download concurrency, the pause and restart is done atomically, and
the download is inserted at the front of the queue, it is picked up
immediately if the concurrency regulation allows.
2016-05-06 18:31:50 +09:00
android android: Build and link with zlib 2015-05-21 00:00:37 +09:00
deps Fix wslay configure error 2016-01-22 23:50:02 +09:00
doc Update aria2c.rst 2016-04-29 09:53:20 +03:00
examples make clang-format using clang-format-3.6 2015-12-27 18:40:08 +09:00
lib Removed autogenerated files by automake/autoconf. 2010-11-27 23:31:17 +09:00
m4 Add --enable-werror option to configure to enable warning flags 2016-01-22 23:22:46 +09:00
osx-package Initial revision of the a new OSX release Makefile 2013-12-19 18:46:51 +01:00
po Replace sourforge reference to the new site 2016-01-22 09:09:58 +09:00
src Restart active download to apply previously not applicable options 2016-05-06 18:31:50 +09:00
test Add bittorrent key to aria2.tellStopped status 2016-04-17 21:06:41 +09:00
.clang-format Add clang-format 2015-12-23 18:00:49 +09:00
.gitignore Update .gitignore 2014-03-22 12:26:15 +09:00
.travis.yml travis: Add libssh2 and run make check 2015-05-30 13:54:18 +09:00
android-config android: Build and link with zlib 2015-05-21 00:00:37 +09:00
android-make Merged Android build scripts 2012-06-29 00:51:13 +09:00
android-release cd to the directory where the script exists before creating release 2012-09-02 18:56:31 +09:00
AUTHORS system.listNotifications RPC method 2016-04-08 18:09:50 +02:00
build_test.sh Copy test logs as well 2015-09-27 23:49:44 +09: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 Relocate from github.com/tatsuhiro-t/aria2 to github.com/aria2/aria2 2016-04-18 22:31:07 +09:00
COPYING 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
Dockerfile.mingw Include gmp 6.1.0 patch 2016-04-18 23:43:04 +09:00
Dockerfile.raspberrypi Relocate from github.com/tatsuhiro-t/aria2 to github.com/aria2/aria2 2016-04-18 22:31:07 +09:00
import-po Removed PO files from repository 2012-11-28 23:42:08 +09:00
LICENSE.OpenSSL 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
Makefile.am Allow to run clang-format with external build dir 2016-03-03 09:44:12 +01:00
makerelease Update makerelease 2016-04-15 23:09:54 +09:00
makerelease-osx.mk OSX: Disable asm in libgcrypt for compatiblity reasons 2016-04-14 02:30:25 +02:00
mingw-build-memo Add libssh2 to mingw build config 2015-05-16 21:38:53 +09:00
mingw-config Add libssh2 to mingw build config 2015-05-16 21:38:53 +09:00
mingw-release cd to the directory where the script exists before creating release 2012-09-02 18:56:31 +09:00
NEWS Update NEWS 2016-04-15 23:09:54 +09:00
README Converted README.asciidoc into README.rst 2012-04-22 23:27:32 +09:00
README.android Update third party libraries used in binary distributions 2016-03-13 19:09:32 +09:00
README.mingw Update third party libraries used in binary distributions 2016-03-13 19:09:32 +09:00
README.rst Update README URLs based on HTTP redirects 2016-04-19 08:01:17 -07:00
script-helper Added README and release script for mingw build 2012-06-30 00:53:48 +09:00

See README.rst