Commit Graph

113 Commits

Author SHA1 Message Date
0fc11b9f17 updated feature list and Changelog 2008-12-31 03:36:10 +00:00
e5d3755afb added support for http seeds (BEP 17) 2008-12-30 03:54:07 +00:00
469fe10107 udp_socket fix believed to fix #445 2008-12-28 01:50:55 +00:00
03e29e6565 fixed queing documentation 2008-12-27 17:22:02 +00:00
6f80fdf9f7 fix bug when renaming files and using the web_peer_connection. Deprecated non-const file_storage access in torrent_info 2008-12-24 20:07:34 +00:00
e4ed68918b fixed bug when torrent file have announce-list but no valid trackers. #444 2008-12-16 01:26:35 +00:00
e922d6ee36 updated Changelog 2008-12-14 20:53:29 +00:00
76d9c80182 added missing functions to python bindings 2008-12-14 20:51:22 +00:00
bf4ed74c65 updated changelog 2008-12-09 07:08:40 +00:00
16aa2f92c2 updated changelog 2008-12-08 09:22:39 +00:00
b41cdd6469 initial super seeding support 2008-12-08 06:36:22 +00:00
14c142d997 added add_piece() to inject data from external sources 2008-12-07 21:04:19 +00:00
d5a22544fb updated changelog 2008-12-02 08:22:28 +00:00
c59465209b updated changelog 2008-11-30 00:19:03 +00:00
db8d817977 updated changelog 2008-11-29 21:44:54 +00:00
3fd5405fa9 torrent_handle::add_tracker() 2008-11-26 01:42:14 +00:00
294e62a4c3 current_tracker now also indicates which tracker is being tried. fixes #404 2008-11-26 01:31:54 +00:00
98f2a7d82b updated changelog 2008-11-23 20:45:41 +00:00
c8c914c7e5 updated 0.14.1 Changelog 2008-11-23 07:51:11 +00:00
723aba6c24 solved issue with pausing checking torrents. Introduced a new state, checkin_resume_data, which a torrent is in while waiting for the disk io thread to verify the resume data, but before it has been determined wheter it should be queued for checking or not 2008-11-19 00:46:48 +00:00
a3da87feb3 updated Changelog 2008-11-11 10:29:47 +00:00
18d269dd62 DHT optimizations 2008-11-10 02:08:42 +00:00
9bba20cdb4 first pass at rate limited udp socket (for DHT) 2008-11-08 17:40:06 +00:00
a709c68788 updated changelog 2008-10-28 02:21:58 +00:00
d298ccdd76 updated changelog 2008-10-22 20:49:31 +00:00
dc79c3e13d updated ChangeLog 2008-10-19 05:06:35 +00:00
0338510b9b added more bandwidth monitoring of DHT and TCP/IP overhead. added monitoring of the running DHT lookups 2008-09-20 17:42:25 +00:00
7d47ed54eb removed connecting_to_tracker state 2008-08-03 15:32:15 +00:00
22da6b5901 fixed bug where FAST pieces were cancelled when choking 2008-07-09 17:45:37 +00:00
456dec7685 updated changelog 2008-06-25 12:10:32 +00:00
08cc03c81c updated changelog 2008-06-20 08:48:58 +00:00
b4c160e723 fixed bug in web_peer_connection where an incorrect number of bytes would be reported as downloaded 2008-06-03 15:17:09 +00:00
c043d4b21d initial support for queuing 2008-04-24 03:28:48 +00:00
ffecb32b81 made a bias to give connection attempts to downloading torrents with few peers. Should accelerate downloads on windows (where there's a half-open connection limit) 2008-03-29 19:39:24 +00:00
20b20d6921 updated Changelog 2008-03-08 06:07:17 +00:00
9d3b60edb7 added support to bind outgoing connections to specific ports (might be useful to do traffic shaping) 2008-02-28 07:34:07 +00:00
8cf0510144 added disk cache for write operations 2008-02-08 10:22:05 +00:00
c798ab30e1 rewrote the piece picker to be more cpu and memory efficient. replaces the concept of sequential-download-threshold with just a sequential download settings 2008-01-31 17:52:29 +00:00
5d196ed555 auto upload slots. opens up more slots if upload rate is not met. On by default 2008-01-13 11:18:18 +00:00
14f27f2859 updated changelog 2007-11-22 02:21:02 +00:00
b9073420fc fixed incorrect node-id distance calculation in DHT 2007-11-19 07:21:38 +00:00
a672fc457b updated ChangeLog 2007-11-18 17:21:10 +00:00
daba3196c3 fixed url parsing bug related to IPv6 addresses. fixes #66 2007-06-09 00:11:11 +00:00
273f8bd921 merged back encryption branch to trunk 2007-06-06 00:41:20 +00:00
8ac9b5fea8 updated changelog 2007-05-16 17:19:24 +00:00
00948e9fc4 first attempt to implement SOCKS5 and proper HTTP proxy support. fixes #22 2007-04-25 18:26:35 +00:00
2f5e1ff6b2 updated changelog with piece picker optimization 2007-04-15 03:20:54 +00:00
3a0cfcc98b added lsd to changelog 2007-04-14 15:53:28 +00:00
4710a073a1 updated changelog with regard to the recent check-ins 2007-04-10 09:12:49 +00:00
9e1123eb9e more UPnP work. updated ChangeLog and features documentation 2007-03-31 23:23:30 +00:00