A clone of btpd with my configuration changes.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

195 wiersze
6.2 KiB

  1. btpd 0.15:
  2. ----------
  3. Bug fixes:
  4. - The event loop could busy loop for up to a millisecond sometimes.
  5. - On some platforms btpd couldn't initiate connections to other peers.
  6. - The timer code was broken on MacOS X.
  7. btpd 0.14:
  8. ----------
  9. Misc:
  10. - IPv6 support.
  11. - Bans peers with bad data.
  12. - Better tracker compatability and more reliable tracker communication.
  13. - Show tracker counts in btcli stat.
  14. - Compiles on Solaris 10.
  15. - Btpd will now signal startup failures via the process exit value and
  16. print the failure reason to stdout.
  17. - Better shutdown and torrent stop behaviour.
  18. - Needs pthreads again.
  19. - Removed libevent in favour of own event loop code.
  20. Bug fixes:
  21. - An integer array was misaligned, which could cause crashes on systems
  22. with alignment requirements. E.g., on XScale arm.
  23. - An error in the torrent parsing code could cause crashes.
  24. - The '--topdir' option to btcli add didn't work properly for single file
  25. torrents.
  26. - The system name lookup scheme is now used. In btpd 0.13 only dns lookups
  27. were performed.
  28. btpd 0.13:
  29. ----------
  30. Misc:
  31. - cURL is no longer required. btpd now uses its own http client.
  32. - btpd doesn't use threads anymore, so pthreads are not required.
  33. - Needed parts of libevent are now included in btpd.
  34. - I/O errors for torrents no longer make btpd shut down. Instead the
  35. problematic torrent is stopped.
  36. - Added the option '--ip' to specify the ip address btpd will report
  37. to trackers.
  38. - Resume file format changed. Already added torrents will be retested once.
  39. - The torrent info (ratio etc.) are now saved regularly.
  40. - Reduced the amount of outgoing data kept in memory.
  41. btpd 0.12:
  42. ----------
  43. Misc:
  44. - btpd now starts with the same set of active torrents as it had when it was
  45. last shut down. The new '--empty-start' option disables this feature.
  46. - btpd now supports the key tracker extension.
  47. - btpd now supports the multi tracker extension.
  48. - btcli list and stat print headers for the presented data. Both commands
  49. displays more data than before.
  50. - Torrent management has changed, with changes to the add and del commands
  51. and two new commands, start and stop, as a result. Operation on torrents
  52. can now be done by number as well as torrent file.
  53. - A small delay has been added for contacting the same announce URL.
  54. - btpd sends keepalive messages.
  55. - The number of have messages sent has been reduced by not sending them to
  56. peers that already have the piece.
  57. - The structure of the torrents directory in the btpd directory has changed.
  58. It is best to remove it before running btpd 0.12.
  59. Bug fixes:
  60. - Zero sized files in a torrent were not always created.
  61. btpd 0.11:
  62. ----------
  63. Bug fixes:
  64. - A file descriptor was closed too early, which could cause btpd to exit
  65. with an error message on systems using epoll.
  66. btpd 0.10:
  67. ----------
  68. Misc:
  69. - The protection mode of the ipc socket can now be specified via the new
  70. "--ipcprot" option for btpd.
  71. Bug fixes:
  72. - The pid file is now written correctly.
  73. - btpd's "-d" option now works for relative paths too.
  74. - Add a time out for handshake completion. Prevously btpd could slowly
  75. fill with unused incoming connections.
  76. btpd 0.9:
  77. ---------
  78. Misc:
  79. - Small changes to 'btcli stat' output.
  80. Bug fixes:
  81. - Use correct value for '--prealloc' default.
  82. - Stopped torrents now show correct rates (0kB/s).
  83. - The test of content that has been modified between runs was broken.
  84. btpd 0.8:
  85. ---------
  86. Misc:
  87. - btpd now requires pthreads.
  88. - btpd keeps its logs and other information it needs in its own directory.
  89. $HOME/.btpd is the default location.
  90. - Various changes in btpd options ant btcli use. See '--help'.
  91. - The user chooses where to place content for each torrent.
  92. - Better disk IO performance.
  93. - Configureable disk preallocation to reduce file fragmentation.
  94. - The unchoke algorithm is global instead of per torrent. The number
  95. of peers to upload to is configurable.
  96. - Tracker errors are displayed in 'btcli stat' and most importantly don't
  97. make torrents unload on startup.
  98. - The rates displayed by btcli are now computed in btpd and are averaged
  99. over the last 20 seconds.
  100. - btpd now compares size and mtime of content to see if the resume file is
  101. valid.
  102. Bug fixes:
  103. - Double uninterest messages could be sent to some peers in endgame mode.
  104. - A function was called prematurely which could trigger an assert in rare
  105. cases.
  106. btpd 0.7:
  107. ---------
  108. Bug fixes:
  109. - Some communication stupidities was fixed, resulting in better download
  110. performance.
  111. btpd 0.6:
  112. ---------
  113. Misc:
  114. - Set an upper limit on how much data a peer can request at once.
  115. This protects from running out of memory because of a greedy peer.
  116. - End game is more efficient and uses much less memory.
  117. btpd 0.5:
  118. ---------
  119. Bug fixes:
  120. - The bitfield could be sent too late. This could cause the receiving
  121. peer to close the connection.
  122. btpd 0.4:
  123. ---------
  124. Misc:
  125. - The 0.1 rate limiter is back. It runs at a configurable hz now.
  126. - Added "--bw-hz" option to btpd.
  127. - Multiple have messages can be sent in place of a bitfield.
  128. - If btpd can't write to a peer for 60s, it will be disconnected.
  129. Bug fixes:
  130. - A calculation error made btpd buggy with small torrents.
  131. This caused strange crashes and many reports on bad hashes in the log.
  132. - The bitfield was sent too early. A peer could miss pieces btpd got
  133. while the peer was in handshake.
  134. - Some situations in end game or with bad hashes could cause a crash.
  135. btpd 0.3:
  136. ---------
  137. Misc:
  138. - New download strategy.
  139. - Pipe ten requests instead of five.
  140. - "-d" option added to btpd.
  141. - "--with-warn" option added to configure. The default is now
  142. to compile with warnings off.
  143. Bug fixes:
  144. - It was possible for blocks to remain marked as busy when a peer
  145. choked or was lost, causing a piece download to wait until end game.
  146. - The peer wanted level could get too high during end game.
  147. btpd 0.2:
  148. ---------
  149. Misc:
  150. - A new way to do rate limiting.
  151. - Compact mode is now used when talking to the tracker.
  152. Bug fixes:
  153. - A buffer was too small by four bytes, causing a buffer overflow
  154. on the heap in certain conditions.
  155. - An iteration over a list was unsafe and could cause a crash.
  156. - Unloading a torrent didn't kill peers in handshake for that torrent,
  157. and a crash was possible when the handshake finished.
  158. - The counter for uploaded data was updated too early.
  159. - Fixed illegal operator for test(1) in configure.