mirror of
https://github.com/aria2/aria2.git
synced 2025-01-10 03:52:01 +00:00
9 lines
329 B
Plaintext
9 lines
329 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
|
|
* Apply "split longest remianing time first" algorithm to SegmentMan.
|
|
* split algorithm must be separate class. |