.. |
kademlia
|
added proper support for dht router nodes (which are automatically used to bootstrap from, and won't get added to the routing table)
|
2006-09-27 17:20:18 +00:00 |
Makefile.am
|
removed -L./ from makefiles and made the tests not to be installed
|
2006-08-28 20:44:06 +00:00 |
alert.cpp
|
*** empty log message ***
|
2004-10-14 01:17:04 +00:00 |
allocate_resources.cpp
|
fixed integer overflow bug occuring when building with gcc 4.1.x. updated the projects page, removed dead code from allocate_resources.
|
2006-09-25 22:37:48 +00:00 |
bt_peer_connection.cpp
|
removed incorrect asserts. added ip to the extension header. removed the mandatory libtorrent suffix on the user agent
|
2006-09-28 00:49:40 +00:00 |
entry.cpp
|
first version with DHT support. Limited pipelining used by url-seeds. Fixed one configuration problem on FreeBSD.
|
2006-08-01 15:27:08 +00:00 |
escape_string.cpp
|
merged back the asio development branch
|
2006-04-25 21:04:48 +00:00 |
file.cpp
|
fixed the issue with the timer waiting for tracker requests when quitting, reported by Tianhao Qiu
|
2006-07-12 22:55:06 +00:00 |
file_win.cpp
|
added a setting for max outstanding requests, and a limit for BitComet since it's known to have a very low limit, also added an extension header to specify it. Fixed another unnecessary delay spotted by Tianhao Qiu. Cleaned up the logging class a bit. Fixed a bug that would cause an assert when removing a torrent queued for checking.
|
2006-05-14 22:30:05 +00:00 |
http_tracker_connection.cpp
|
removed incorrect asserts. added ip to the extension header. removed the mandatory libtorrent suffix on the user agent
|
2006-09-28 00:49:40 +00:00 |
identify_client.cpp
|
added uLeacher and qBittorrent
|
2006-09-23 21:21:52 +00:00 |
ip_filter.cpp
|
fixed some warnings
|
2006-09-24 11:32:08 +00:00 |
peer_connection.cpp
|
first version with DHT support. Limited pipelining used by url-seeds. Fixed one configuration problem on FreeBSD.
|
2006-08-01 15:27:08 +00:00 |
piece_picker.cpp
|
fixed sequenced download bug
|
2006-10-02 08:58:28 +00:00 |
policy.cpp
|
fixed prioritization on connections, incomming connections are now prioritized over outgoing pending connections.
|
2006-09-28 13:27:34 +00:00 |
session.cpp
|
added proper support for dht router nodes (which are automatically used to bootstrap from, and won't get added to the routing table)
|
2006-09-27 17:20:18 +00:00 |
sha1.cpp
|
added the ability to build libtorrent as a shared library. Fixed bugs with deleting of incomplete types (replaced auto_ptr with scoped_ptr). Made the string converter fall back on windows local code page if utf-8 decoding failed.
|
2005-11-01 18:30:39 +00:00 |
stat.cpp
|
merged back the asio development branch
|
2006-04-25 21:04:48 +00:00 |
storage.cpp
|
fixed crashing bug when removing torrents while checking
|
2006-09-24 11:22:25 +00:00 |
torrent.cpp
|
incoming connections are now prioritized over outgoing connections with the same ip
|
2006-09-27 17:17:41 +00:00 |
torrent_handle.cpp
|
made sequenced_download_threshold a per torrent setting. Updated the project page layout. Removed incorrect invariant checks in piece picker.
|
2006-09-04 17:17:45 +00:00 |
torrent_info.cpp
|
fixede bug appearing when loading a torrent containing a piece length of 0
|
2006-09-23 21:43:26 +00:00 |
tracker_manager.cpp
|
first version with DHT support. Limited pipelining used by url-seeds. Fixed one configuration problem on FreeBSD.
|
2006-08-01 15:27:08 +00:00 |
udp_tracker_connection.cpp
|
removed incorrect asserts. added ip to the extension header. removed the mandatory libtorrent suffix on the user agent
|
2006-09-28 00:49:40 +00:00 |
web_peer_connection.cpp
|
fixed strange User-Agent encoding in HTTP requests. Fixed bug in sequenced_download_threshold code
|
2006-09-03 22:59:54 +00:00 |