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.

21 lines
720 B

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