ChangeLog 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. 2006-02-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
  2. * SplitSlowestSegmentSplitter.{h,cc}: This class provies algorithm
  3. that splits slowest segment of SegmentMan::commands vector.
  4. This is the default split algorithm of aria2.
  5. * SplitFirstSegmentSplitter.{h,cc}: This class provides algorithm
  6. that splits first segment of SegmentMan::commands vector.
  7. * SegmentSplitter.{h,cc}: Added. This class provides split algorithm.
  8. * DownloadCommand.{h,cc}: Added downloading speed calculation.
  9. * Segment.h:
  10. * SegmentMan.cc: Added speed field to Segment.h
  11. * main.cc: -s option now affects all URLs in command-line arguemtns.
  12. * HttpResponseCommand.cc: Fixed bug that segment file is not loaded.
  13. * message.h: Change file size related %d to %lld.
  14. 2006-02-21 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
  15. * FtpInitiateConnectionCommand.{h,cc}:
  16. * FtpNegotiationCommand.{h,cc}:
  17. * FtpDownloadCommand.{h,cc}:
  18. * FtpConnection.{h,cc}: Added FTP support
  19. * SimpleLogger.cc: Log message now includes time information.
  20. * main.cc: The value of --http-auth-scheme option is chagned from
  21. 'BASIC' to 'basic'
  22. * main.cc: Added --timeout command-line option.
  23. * main.cc: Added --min-segment-size command-line option.
  24. * main.cc: Added --max-retries command-line option.
  25. * prefs.h: option string constants are now defined in prefs.h
  26. 2006-02-19 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
  27. * AbstractCommand.cc: Fixed timeout bug in AbstractCommand
  28. * SegmentMan.cc: Added totalSize entry to .aria2 file. No compatibility
  29. with version 0.1.0's one.
  30. 2006-02-18 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
  31. * configure.in: Added --enable-ssl option to configure script.
  32. * HttpConnection.cc: Make Request-URI an absolute path. Some servers
  33. cannot permit absoluteURI as Request-URI.
  34. * HttpConnection.cc: Added Referer support.
  35. * main.cc: Added referer command-line option.
  36. * main.cc: Added rety-wait command-line option.
  37. * Exception.h: Fixed formating bug in Exception::setMsg()
  38. * SocketCore.{h,cc}:
  39. * Socket.{h, cc}:
  40. * Request.cc:
  41. * InitiateConnectionCommandFactory.cc:
  42. * HttpRequestCommand.cc: Added HTTPS support.
  43. * SocketCore.{h,cc}: Added SocketCore. Socket becomes a handle class
  44. for SocketCore.
  45. * ChunkedEncoding.cc: Fixed bug in ChunkedEncoding: expanding buffer
  46. size is wrong
  47. * DownloadCommand.cc: Fixed bug in DownloadCommand: In Chunked
  48. Encoding, it wrongly adds to Segment.ds buff length from the socket.
  49. 2006-02-17 Tatsuhiro Tsujikawa <tsujikawa at rednoah dot com>
  50. * Release 0.1.0