2014-08-25 06:01:09 +10:00
|
|
|
* Properly encapsulate the mmap/span stuff.
|
2014-09-14 03:59:51 +10:00
|
|
|
* Finish balancing socketsPerTorrent and half-open, handshakes and worst conns.
|
|
|
|
* Use big.Int, and it's Xor(), and SetBytes() functions for DHT node ID distances.
|
|
|
|
* Add a coarse-responsive download strategy, that prioritizes pieces instead of chunks.
|
2014-09-15 03:37:57 +10:00
|
|
|
* Track upload and download data.
|
2014-09-25 18:06:57 +10:00
|
|
|
* Remove non-deterministic stuff from unit tests, like the tracker UDP and fuse fs stuff.
|
2014-11-16 13:05:38 -06:00
|
|
|
* Expose a public Torrent type bound to a given client or similar to work with common per-torrent operations.
|
2014-11-17 01:47:31 -06:00
|
|
|
* Split scraping and announcing on DHT into separate routines.
|
2014-11-18 14:36:27 -06:00
|
|
|
* Ping nodes that stop being good.
|
2014-11-18 21:51:49 -06:00
|
|
|
* Merge duplicate magnet data.
|
|
|
|
* Cache completed torrent files from magnet.
|
|
|
|
* Don't download the last piece preemptively because it appears partial.
|
|
|
|
* Make use of sparse file regions in download data for faster hashing.
|