mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
* src/SocketCore.cc (isReadable): Added secure to the condition. * src/HttpConnection.cc (receiveResponse): Fixed a bug that causes no response header exception. * src/Peer.h (getFastSet): Fixed the return value type.
21 lines
737 B
Plaintext
21 lines
737 B
Plaintext
* Add HTTP POST support
|
|
* Add expires handling for Cookie
|
|
* Add SSL server cert verification
|
|
* Add SSL client cert support
|
|
* Better HTTP status handling
|
|
* Download files listed in a specifed file.
|
|
* check MD5 checksum
|
|
* Add the feature which adds or removes URLs on-the-fly.
|
|
* Tracker UDP protocol
|
|
* no-compact peers format
|
|
* Add port range command-line option
|
|
* Add max peers command-line option
|
|
* Distinguish seeder from leecher
|
|
* Add Mainline-compatible DHT support
|
|
* Add Message stream encryption support
|
|
* Add announce-list support
|
|
* Refacturing HttpConnection and FtpConnection
|
|
* HTTP/FTP downloading regression test
|
|
* Fast extension test
|
|
* send stop to the tracker when download finishes or ctrl-c enters.
|
|
* fix flooding detection |