ChangeLog 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. * prefs.h: option string constants are now defined in prefs.h
  11. 2006-02-19 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
  12. * AbstractCommand.cc: Fixed timeout bug in AbstractCommand
  13. * SegmentMan.cc: Added totalSize entry to .aria2 file. No compatibility
  14. with version 0.1.0's one.
  15. 2006-02-18 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
  16. * configure.in: Added --enable-ssl option to configure script.
  17. * HttpConnection.cc: Make Request-URI an absolute path. Some servers
  18. cannot permit absoluteURI as Request-URI.
  19. * HttpConnection.cc: Added Referer support.
  20. * main.cc: Added referer command-line option.
  21. * main.cc: Added rety-wait command-line option.
  22. * Exception.h: Fixed formating bug in Exception::setMsg()
  23. * SocketCore.{h,cc}:
  24. * Socket.{h, cc}:
  25. * Request.cc:
  26. * InitiateConnectionCommandFactory.cc:
  27. * HttpRequestCommand.cc: Added HTTPS support.
  28. * SocketCore.{h,cc}: Added SocketCore. Socket becomes a handle class
  29. for SocketCore.
  30. * ChunkedEncoding.cc: Fixed bug in ChunkedEncoding: expanding buffer
  31. size is wrong
  32. * DownloadCommand.cc: Fixed bug in DownloadCommand: In Chunked
  33. Encoding, it wrongly adds to Segment.ds buff length from the socket.
  34. 2006-02-17 Tatsuhiro Tsujikawa <tsujikawa at rednoah dot com>
  35. * Release 0.1.0