mirror of
https://github.com/aria2/aria2.git
synced 2025-01-08 19:11:47 +00:00
2d522cf6b7
Added -j command-line option. * src/OptionHandlerFactory.cc (createOptionHandlers) * src/main.cc * src/ByteArrayDiskWriter.h, src/ByteArrayDiskWriter.cc Rewritten using stringstream. * src/TrackerUpdateCommand.h, src/TrackerUpdateCommand.cc Rewritten using stringstream.
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
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.
|
|
* Add the feature which adds or removes URLs on-the-fly.
|
|
* Add port range command-line option
|
|
* Add max peers command-line option
|
|
* Refacturing HttpConnection and FtpConnection
|
|
* Query resource by location
|
|
* List available os, version, etc for metalink
|
|
* ipv6(RFC2428 for ftp)
|
|
* Add silent mode.
|
|
* Save URLs and command-line arguments to .aria2 file.
|
|
* Add a control port for GUI frontend
|
|
* Add a version header to .aria2 file to check the compatibiliy.
|
|
* Use SharedHandle where it is useful.
|
|
* Rewrite Util::countBit
|
|
* Add --bt-timeout command line option.
|
|
* Fix DefaultBtProgressInfoFile.cc: save(), load()
|
|
* remove blockIndex
|
|
* Add seed mode.
|
|
* Make trakcerwatchercommand and trackerUploadCommand posses requestGroup
|
|
* consider life cycle of requestGroup and segmentMan
|
|
* exit status: all downloads have been successful-> EXIT_SUCCESS,
|
|
some of downloads have been failed -> EXIT_FAILURE
|
|
|