ChangeLog 3.5 KB

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