ChangeLog 2.7 KB

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