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.

30 line
912 B

  1. btpd-0.3:
  2. ---------
  3. Misc:
  4. - New download strategy.
  5. - "-d" option added to btpd.
  6. - "--with-warn" option added to configure. The default is now
  7. to compile with warnings off.
  8. Bug fixes:
  9. - It was possible for blocks to remain marked as busy when a peer
  10. choked or was lost, causing a piece download to wait until end game.
  11. - The peer wanted level could get too high during end game.
  12. btpd 0.2:
  13. ---------
  14. Misc:
  15. - A new way to do rate limiting.
  16. - Compact mode is now used when talking to the tracker.
  17. Bug fixes:
  18. - A buffer was too small by four bytes, causing a buffer overflow
  19. on the heap in certain conditions.
  20. - An iteration over a list was unsafe and could cause a crash.
  21. - Unloading a torrent didn't kill peers in handshake for that torrent,
  22. and a crash was possible when the handshake finished.
  23. - The counter for uploaded data was updated too early.
  24. - Fixed illegal operator for test(1) in configure.