A clone of btpd with my configuration changes.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

118 lines
3.5 KiB

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