A clone of btpd with my configuration changes.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

148 行
4.6 KiB

  1. btpd 0.12:
  2. ----------
  3. Misc:
  4. - btpd now starts with the same set of active torrents as it had when it was
  5. last shut down. The new '--empty-start' option disables this feature.
  6. - btpd now supports the key tracker extension.
  7. - btpd now supports the multi tracker extension.
  8. - btcli list and stat print headers for the presented data. Both commands
  9. displays more data than before.
  10. - Torrent management has changed, with changes to the add and del commands
  11. and two new commands, start and stop, as a result. Operation on torrents
  12. can now be done by number as well as torrent file.
  13. - A small delay has been added for contacting the same announce URL.
  14. - btpd sends keepalive messages.
  15. - The number of have messages sent has been reduced by not sending them to
  16. peers that already have the piece.
  17. - The structure of the torrents directory in the btpd directory has changed.
  18. It is best to remove it before running btpd 0.12.
  19. Bug fixes:
  20. - Zero sized files in a torrent were not always created.
  21. btpd 0.11:
  22. ----------
  23. Bug fixes:
  24. - A file descriptor was closed too early, which could cause btpd to exit
  25. with an error message on systems using epoll.
  26. btpd 0.10:
  27. ----------
  28. Misc:
  29. - The protection mode of the ipc socket can now be specified via the new
  30. "--ipcprot" option for btpd.
  31. Bug fixes:
  32. - The pid file is now written correctly.
  33. - btpd's "-d" option now works for relative paths too.
  34. - Add a time out for handshake completion. Prevously btpd could slowly
  35. fill with unused incoming connections.
  36. btpd 0.9:
  37. ---------
  38. Misc:
  39. - Small changes to 'btcli stat' output.
  40. Bug fixes:
  41. - Use correct value for '--prealloc' default.
  42. - Stopped torrents now show correct rates (0kB/s).
  43. - The test of content that has been modified between runs was broken.
  44. btpd 0.8:
  45. ---------
  46. Misc:
  47. - btpd now requires pthreads.
  48. - btpd keeps its logs and other information it needs in its own directory.
  49. $HOME/.btpd is the default location.
  50. - Various changes in btpd options ant btcli use. See '--help'.
  51. - The user chooses where to place content for each torrent.
  52. - Better disk IO performance.
  53. - Configureable disk preallocation to reduce file fragmentation.
  54. - The unchoke algorithm is global instead of per torrent. The number
  55. of peers to upload to is configurable.
  56. - Tracker errors are displayed in 'btcli stat' and most importantly don't
  57. make torrents unload on startup.
  58. - The rates displayed by btcli are now computed in btpd and are averaged
  59. over the last 20 seconds.
  60. - btpd now compares size and mtime of content to see if the resume file is
  61. valid.
  62. Bug fixes:
  63. - Double uninterest messages could be sent to some peers in endgame mode.
  64. - A function was called prematurely which could trigger an assert in rare
  65. cases.
  66. btpd 0.7:
  67. ---------
  68. Bug fixes:
  69. - Some communication stupidities was fixed, resulting in better download
  70. performance.
  71. btpd 0.6:
  72. ---------
  73. Misc:
  74. - Set an upper limit on how much data a peer can request at once.
  75. This protects from running out of memory because of a greedy peer.
  76. - End game is more efficient and uses much less memory.
  77. btpd 0.5:
  78. ---------
  79. Bug fixes:
  80. - The bitfield could be sent too late. This could cause the receiving
  81. peer to close the connection.
  82. btpd 0.4:
  83. ---------
  84. Misc:
  85. - The 0.1 rate limiter is back. It runs at a configurable hz now.
  86. - Added "--bw-hz" option to btpd.
  87. - Multiple have messages can be sent in place of a bitfield.
  88. - If btpd can't write to a peer for 60s, it will be disconnected.
  89. Bug fixes:
  90. - A calculation error made btpd buggy with small torrents.
  91. This caused strange crashes and many reports on bad hashes in the log.
  92. - The bitfield was sent too early. A peer could miss pieces btpd got
  93. while the peer was in handshake.
  94. - Some situations in end game or with bad hashes could cause a crash.
  95. btpd 0.3:
  96. ---------
  97. Misc:
  98. - New download strategy.
  99. - Pipe ten requests instead of five.
  100. - "-d" option added to btpd.
  101. - "--with-warn" option added to configure. The default is now
  102. to compile with warnings off.
  103. Bug fixes:
  104. - It was possible for blocks to remain marked as busy when a peer
  105. choked or was lost, causing a piece download to wait until end game.
  106. - The peer wanted level could get too high during end game.
  107. btpd 0.2:
  108. ---------
  109. Misc:
  110. - A new way to do rate limiting.
  111. - Compact mode is now used when talking to the tracker.
  112. Bug fixes:
  113. - A buffer was too small by four bytes, causing a buffer overflow
  114. on the heap in certain conditions.
  115. - An iteration over a list was unsafe and could cause a crash.
  116. - Unloading a torrent didn't kill peers in handshake for that torrent,
  117. and a crash was possible when the handshake finished.
  118. - The counter for uploaded data was updated too early.
  119. - Fixed illegal operator for test(1) in configure.