ChangeLog 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. 2006-02-21 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
  2. * FtpInitiateConnectionCommand.{h,cc}:
  3. * FtpNegotiationCommand.{h,cc}:
  4. * FtpDownloadCommand.{h,cc}:
  5. * FtpConnection.{h,cc}: Added FTP support
  6. * SimpleLogger.cc: Log message now includes time information.
  7. * main.cc: The value of --http-auth-scheme option is chagned from
  8. 'BASIC' to 'basic'
  9. * main.cc: Added --timeout command-line option.
  10. * main.cc: Added --min-segment-size command-line option.
  11. * main.cc: Added --max-retries command-line option.
  12. * prefs.h: option string constants are now defined in prefs.h
  13. 2006-02-19 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
  14. * AbstractCommand.cc: Fixed timeout bug in AbstractCommand
  15. * SegmentMan.cc: Added totalSize entry to .aria2 file. No compatibility
  16. with version 0.1.0's one.
  17. 2006-02-18 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
  18. * configure.in: Added --enable-ssl option to configure script.
  19. * HttpConnection.cc: Make Request-URI an absolute path. Some servers
  20. cannot permit absoluteURI as Request-URI.
  21. * HttpConnection.cc: Added Referer support.
  22. * main.cc: Added referer command-line option.
  23. * main.cc: Added rety-wait command-line option.
  24. * Exception.h: Fixed formating bug in Exception::setMsg()
  25. * SocketCore.{h,cc}:
  26. * Socket.{h, cc}:
  27. * Request.cc:
  28. * InitiateConnectionCommandFactory.cc:
  29. * HttpRequestCommand.cc: Added HTTPS support.
  30. * SocketCore.{h,cc}: Added SocketCore. Socket becomes a handle class
  31. for SocketCore.
  32. * ChunkedEncoding.cc: Fixed bug in ChunkedEncoding: expanding buffer
  33. size is wrong
  34. * DownloadCommand.cc: Fixed bug in DownloadCommand: In Chunked
  35. Encoding, it wrongly adds to Segment.ds buff length from the socket.
  36. 2006-02-17 Tatsuhiro Tsujikawa <tsujikawa at rednoah dot com>
  37. * Release 0.1.0