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 e1c03e30dd Don't use AC_FUNC_MMAP
Don't use AC_FUNC_MMAP becaue it fails on some platforms (e.g.,
OpenWRT) which have mmap and it works in the way we use in aria2.
Instead use mmap in AC_CHECK_FUNCS list.
2012-11-25 22:50:25 +09:00
deps Removed dead code 2012-10-29 23:42:58 +09:00
doc Update doc/manual-src/ru/aria2c.rst 2012-11-17 13:20:02 +03:00
lib Removed autogenerated files by automake/autoconf. 2010-11-27 23:31:17 +09:00
m4
po Updated po templates 2012-10-17 21:33:51 +09:00
src Added --force-save option. 2012-11-17 15:33:44 +09:00
test Made return type of util::parse_content_disposition ssize_t 2012-11-01 22:54:32 +09:00
.gitignore Updated .gitignore 2012-10-14 00:15:49 +09:00
android-config Add -lstdc++ -lsupc++ in configure.ac not in android-config 2012-07-30 21:17:49 +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
build_osx_release.sh
build_test.sh
ChangeLog
ChangeLog.old
configure.ac Don't use AC_FUNC_MMAP 2012-11-25 22:50:25 +09:00
COPYING
LICENSE.OpenSSL
Makefile.am Distribute android-{config,make} and build_osx_release.sh 2012-07-30 22:56:25 +09:00
makerelease Added makerelease script 2012-10-31 16:39:06 +09:00
mingw-build-memo mingw: Added build memo for mingw build 2012-09-02 18:41:10 +09:00
mingw-config
mingw-release cd to the directory where the script exists before creating release 2012-09-02 18:56:31 +09:00
NEWS Updated NEWS for 1.15.2 release 2012-09-02 21:15:19 +09:00
README Converted README.asciidoc into README.rst 2012-04-22 23:27:32 +09:00
README.android
README.mingw mingw: Updated dependent library versions. 2012-09-02 18:38:50 +09:00
README.rst Added RFC 6266 in References section 2012-10-27 17:00:13 +09:00
script-helper Added README and release script for mingw build 2012-06-30 00:53:48 +09:00

See README.rst