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 e2dc0902bb Fix assertion failure in SimpleRandomizer::getRandomBytes
errno might not be initialized to 0, and we may get both rv == -1 and
errno != ENOSYS.  This leads to assertion failure.  Since
getrandom_linux always returns -1 on failure, checking errno is
useless in this function.
2017-01-06 22:22:14 +09:00
android
deps Fix bug that --disable-websocket causes build error 2016-12-10 20:58:57 +09:00
doc Update aria2c.rst 2016-12-31 18:50:16 +03:00
examples
lib
m4
osx-package
po
src Fix assertion failure in SimpleRandomizer::getRandomBytes 2017-01-06 22:22:14 +09:00
test new option content-disposition-default-utf8 2016-12-31 14:11:12 +09:00
.clang-format
.gitignore
.travis.yml
android-config
android-make
android-release cd to the directory where the script exists before creating release 2012-09-02 18:56:31 +09:00
AUTHORS Update AUTHORS 2016-12-15 22:38:31 +09:00
build_test.sh
ChangeLog
ChangeLog.old
configure.ac Bump up version number to 1.30.0 2016-12-15 22:40:34 +09:00
COPYING
Dockerfile.mingw mingw: Use sqlite 3.15.2 2016-12-15 22:10:53 +09:00
Dockerfile.raspberrypi
import-po
LICENSE.OpenSSL
Makefile.am
makerelease
makerelease-osx.mk
mingw-build-memo
mingw-config
mingw-release
NEWS Update NEWS 2016-12-15 22:59:19 +09:00
README
README.android android: We build zlib in ourselves 2016-12-15 22:33:01 +09:00
README.mingw mingw: Use sqlite 3.15.2 2016-12-15 22:10:53 +09:00
README.rst
script-helper

See README.rst