TODO 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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 --bt-timeout command line option.
  21. * Fix DefaultBtProgressInfoFile.cc: save(), load()
  22. * remove blockIndex
  23. * Add seed mode.
  24. * Add ChecksumCommand
  25. * Add fancy console read out. like this:
  26. 100K/300M(10%)(3cn)(3more) 100KB/s [FileAlloc:35MB/40MB(90%)][Checksum:10MB/20MB(50%)]
  27. * exit status: all downloads have been successful-> EXIT_SUCCESS,
  28. some of downloads have been failed -> EXIT_FAILURE
  29. * consider life cycle of requestGroup and segmentMan
  30. * use hintFilename and hintTotalLength if these are provided.
  31. -> test against ftp downloads
  32. * make sure that the same file name is not used at the same time.
  33. * Add a option like "line-feed-readout" which causes readout to be printed with proper line feed.
  34. * Rewrite ByteArrayDiskWriter, TrackerUpdateCommand with stringstream
  35. * Make trakcerwatchercommand and trackerUploadCommand poses requestGroup
  36. * Do not use ufilename in multi-simultaneous download mode.
  37. * Merge umask patch.
  38. https://sourceforge.net/tracker/index.php?func=detail&aid=1718641&group_id=159897&atid=813673