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.

22 lines
754 B

  1. 1.0 - TODO
  2. Better code for missing c99 int types. Evil OgreBSD!
  3. Fix spelling errors
  4. Should be able to listen on IPv6 too
  5. Calculate number of bytes left better
  6. Should pick random pieces, not rarest, at download start
  7. Man pages and other documentation.
  8. Do checksums in child process.
  9. Send keep alives
  10. Convert file names from UTF-8 to user locale
  11. Much, much, better cli. Both code and usage wise.
  12. Close connections to seeders if we are seeding
  13. Better data structures
  14. General code cleanup, esp. the cli
  15. Improve build scripts
  16. Intelligent logging
  17. Better handling of unresponsive trackers
  18. Send multiple have messages instead of bitfield, when it's better
  19. Bitfields could be handled as a whole in policy.c.
  20. Other temporarily or permanently forgotten things...