ChangeLog 2.0 KB

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