A clone of btpd with my configuration changes.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

69 Zeilen
2.0 KiB

  1. btpd-0.7:
  2. ---------
  3. Bug fixes:
  4. - Some communication stupidities was fixed, resulting in better download
  5. performance.
  6. btpd-0.6:
  7. ---------
  8. Misc:
  9. - Set an upper limit on how much data a peer can request at once.
  10. This protects from running out of memory because of a greedy peer.
  11. - End game is more efficient and uses much less memory.
  12. btpd-0.5:
  13. ---------
  14. Bug fixes:
  15. - The bitfield could be sent too late. This could cause the receiving
  16. peer to close the connection.
  17. btpd-0.4:
  18. ---------
  19. Misc:
  20. - The 0.1 rate limiter is back. It runs at a configurable hz now.
  21. - Added "--bw-hz" option to btpd.
  22. - Multiple have messages can be sent in place of a bitfield.
  23. - If btpd can't write to a peer for 60s, it will be disconnected.
  24. Bug fixes:
  25. - A calculation error made btpd buggy with small torrents.
  26. This caused strange crashes and many reports on bad hashes in the log.
  27. - The bitfield was sent too early. A peer could miss pieces btpd got
  28. while the peer was in handshake.
  29. - Some situations in end game or with bad hashes could cause a crash.
  30. btpd-0.3:
  31. ---------
  32. Misc:
  33. - New download strategy.
  34. - Pipe ten requests instead of five.
  35. - "-d" option added to btpd.
  36. - "--with-warn" option added to configure. The default is now
  37. to compile with warnings off.
  38. Bug fixes:
  39. - It was possible for blocks to remain marked as busy when a peer
  40. choked or was lost, causing a piece download to wait until end game.
  41. - The peer wanted level could get too high during end game.
  42. btpd 0.2:
  43. ---------
  44. Misc:
  45. - A new way to do rate limiting.
  46. - Compact mode is now used when talking to the tracker.
  47. Bug fixes:
  48. - A buffer was too small by four bytes, causing a buffer overflow
  49. on the heap in certain conditions.
  50. - An iteration over a list was unsafe and could cause a crash.
  51. - Unloading a torrent didn't kill peers in handshake for that torrent,
  52. and a crash was possible when the handshake finished.
  53. - The counter for uploaded data was updated too early.
  54. - Fixed illegal operator for test(1) in configure.