TODO 1.0 KB

12345678910111213141516171819202122232425262728
  1. * Add HTTP POST support
  2. * Add expires handling for Cookie
  3. * Add SSL server cert verification
  4. * Add SSL client cert support
  5. * Better HTTP status handling
  6. * Download files listed in a specifed file.
  7. * Add the feature which adds or removes URLs on-the-fly.
  8. * Add port range command-line option
  9. * Add max peers command-line option
  10. * Refacturing HttpConnection and FtpConnection
  11. * Query resource by location
  12. * List available os, version, etc for metalink
  13. * ipv6(RFC2428 for ftp)
  14. * Add silent mode.
  15. * Save URLs and command-line arguments to .aria2 file.
  16. * Add a control port for GUI frontend
  17. * Add a version header to .aria2 file to check the compatibiliy.
  18. * Use SharedHandle where it is useful.
  19. * Rewrite Util::countBit
  20. * Add Turkish translation.
  21. * Add the message like "you can resume the transfer by invoking aria2 again" when the download stops.
  22. * Add --bt-timeout command line option.
  23. * Fix DefaultBtProgressInfoFile.cc: save(), load()
  24. * remove blockIndex
  25. * Add an ability of seeding
  26. * Add piece hash checking
  27. * Stop download after selective download completes