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 ba69f5c0c3 Refactor peer list management in DefaultPeerStorage
Peer list is now divided into 2: unusedPeers_ and usedPeers_.
Duplicate check is done using std::set by comparing pair of IP address
and port. For this, only IP address and port given to the Peer
constructor are used. In other words, TCP port received from extended
message is not used for this purpose.
2013-01-26 17:50:06 +09:00
deps Removed dead code 2012-10-29 23:42:58 +09:00
doc Documented --save-session-interval option in man page 2013-01-10 00:18:14 +09:00
lib
m4 Check with pkg-config only: c-ares, openssl, sqlite3 and zlib. 2012-04-07 21:30:32 +09:00
po Removed generated aria2.pot 2012-11-29 22:52:14 +09:00
src Refactor peer list management in DefaultPeerStorage 2013-01-26 17:50:06 +09:00
test Refactor peer list management in DefaultPeerStorage 2013-01-26 17:50:06 +09:00
.gitignore Updated .gitignore 2012-12-08 00:55:05 +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 Fixed typo 2011-03-20 14:39:36 +09:00
build_osx_release.sh New upstream release 2012-03-14 00:55:32 +09:00
build_test.sh Added build test without libnettle, libgcrypt and openssl. 2012-01-08 00:59:34 +09:00
ChangeLog
ChangeLog.old
configure.ac Vectorized write for SocketBuffer to avoid small packet 2013-01-11 16:50:04 +09:00
COPYING
import-po Removed PO files from repository 2012-11-28 23:42:08 +09:00
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 Added configure script wrapper for mingw-w64 cross-compiler. 2012-06-27 00:27:14 +09:00
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.16.1 release 2012-12-26 23:28:58 +09:00
README Converted README.asciidoc into README.rst 2012-04-22 23:27:32 +09:00
README.android Added README and release helper script for Android build 2012-06-29 23:54:38 +09:00
README.mingw mingw: Updated dependent library versions. 2012-09-02 18:38:50 +09:00
README.rst Updated Compiling Android binary section about toolchain path 2012-12-24 21:37:11 +09:00
script-helper Added README and release script for mingw build 2012-06-30 00:53:48 +09:00

See README.rst