ChangeLog 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. 2006-03-01 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
  2. * AbstractCommand.cc:
  3. * DownloadCommand.{h, cc}: Aborted downloading commands now properly
  4. unregister its cuid from SegmentMan.
  5. * DownloadEngine.cc: .aria2 file was written when a downloading
  6. failed with errors.
  7. 2006-02-28 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
  8. * Util.{h,cc}: added startsWith().
  9. * CookieBox.cc: rewrited criteriaFind() using Util::startsWith() and
  10. Util::endsWith().
  11. * SocketCore.cc: struct addrinfo is now zero-initialized.
  12. * common.h: added #include directive of limit.h.
  13. * DownloadEngine.cc: added #include directive of sys/time.h and
  14. algorithm.
  15. * Exception.h: added #include directive of stdio.h.
  16. * AbstractCommand.h: added #include directive of sys/time.h.
  17. * DownloadCommand.h: added #include directive of sys/time.h.
  18. * *.h: added #include directive of common.h to all base classes.
  19. subclasses' one was removed.
  20. * common.h: defined LONG_LONG_MAX and LONG_LONG_MIN if a compiler
  21. does not define these macros.
  22. 2006-02-23 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
  23. * Release 0.2.0
  24. * main.cc:
  25. * HttpInitiateConnectionCommand.{h,cc}:
  26. * prefs.h:
  27. * HttpConnection.{h,cc}: added --http-proxy-method option.
  28. We can now use GET command in http proxy.
  29. 2006-02-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
  30. * SplitSlowestSegmentSplitter.{h,cc}: This class provies algorithm
  31. that splits slowest segment of SegmentMan::commands vector.
  32. This is the default split algorithm of aria2.
  33. * SplitFirstSegmentSplitter.{h,cc}: This class provides algorithm
  34. that splits first segment of SegmentMan::commands vector.
  35. * SegmentSplitter.{h,cc}: Added. This class provides split algorithm.
  36. * DownloadCommand.{h,cc}: Added downloading speed calculation.
  37. * Segment.h:
  38. * SegmentMan.cc: Added speed field to Segment.h
  39. * main.cc: -s option now affects all URLs in command-line arguemtns.
  40. * HttpResponseCommand.cc: Fixed bug that segment file is not loaded.
  41. * message.h: Change file size related %d to %lld.
  42. 2006-02-21 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
  43. * FtpInitiateConnectionCommand.{h,cc}:
  44. * FtpNegotiationCommand.{h,cc}:
  45. * FtpDownloadCommand.{h,cc}:
  46. * FtpConnection.{h,cc}: Added FTP support
  47. * SimpleLogger.cc: Log message now includes time information.
  48. * main.cc: The value of --http-auth-scheme option is chagned from
  49. 'BASIC' to 'basic'
  50. * main.cc: Added --timeout command-line option.
  51. * main.cc: Added --min-segment-size command-line option.
  52. * main.cc: Added --max-retries command-line option.
  53. * prefs.h: option string constants are now defined in prefs.h
  54. 2006-02-19 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
  55. * AbstractCommand.cc: Fixed timeout bug in AbstractCommand
  56. * SegmentMan.cc: Added totalSize entry to .aria2 file. No compatibility
  57. with version 0.1.0's one.
  58. 2006-02-18 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
  59. * configure.in: Added --enable-ssl option to configure script.
  60. * HttpConnection.cc: Make Request-URI an absolute path. Some servers
  61. cannot permit absoluteURI as Request-URI.
  62. * HttpConnection.cc: Added Referer support.
  63. * main.cc: Added referer command-line option.
  64. * main.cc: Added rety-wait command-line option.
  65. * Exception.h: Fixed formating bug in Exception::setMsg()
  66. * SocketCore.{h,cc}:
  67. * Socket.{h, cc}:
  68. * Request.cc:
  69. * InitiateConnectionCommandFactory.cc:
  70. * HttpRequestCommand.cc: Added HTTPS support.
  71. * SocketCore.{h,cc}: Added SocketCore. Socket becomes a handle class
  72. for SocketCore.
  73. * ChunkedEncoding.cc: Fixed bug in ChunkedEncoding: expanding buffer
  74. size is wrong
  75. * DownloadCommand.cc: Fixed bug in DownloadCommand: In Chunked
  76. Encoding, it wrongly adds to Segment.ds buff length from the socket.
  77. 2006-02-17 Tatsuhiro Tsujikawa <tsujikawa at rednoah dot com>
  78. * Release 0.1.0