.. |
kademlia
|
moved a stderr log to the verbose log
|
2006-10-02 10:06:31 +00:00 |
Makefile.am
|
split session and session_impl into separate compilation units
|
2006-10-11 20:57:54 +00:00 |
alert.cpp
|
*** empty log message ***
|
2004-10-14 01:17:04 +00:00 |
allocate_resources.cpp
|
added a test for allocate resources
|
2006-10-04 02:27:32 +00:00 |
bt_peer_connection.cpp
|
separated session from session_impl and made a real pimpl-class of it. Introduced the possibility to destruct the sessions async.
|
2006-10-11 14:02:21 +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 Deluge client id
|
2006-10-18 04:04:34 +00:00 |
ip_filter.cpp
|
fixed some warnings
|
2006-09-24 11:32:08 +00:00 |
peer_connection.cpp
|
separated session from session_impl and made a real pimpl-class of it. Introduced the possibility to destruct the sessions async.
|
2006-10-11 14:02:21 +00:00 |
piece_picker.cpp
|
separated session from session_impl and made a real pimpl-class of it. Introduced the possibility to destruct the sessions async.
|
2006-10-11 14:02:21 +00:00 |
policy.cpp
|
separated session from session_impl and made a real pimpl-class of it. Introduced the possibility to destruct the sessions async.
|
2006-10-11 14:02:21 +00:00 |
session.cpp
|
split session and session_impl into separate compilation units
|
2006-10-11 20:57:54 +00:00 |
session_impl.cpp
|
added mutex locks around critical sections
|
2006-10-13 00:01: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
|
separated session from session_impl and made a real pimpl-class of it. Introduced the possibility to destruct the sessions async.
|
2006-10-11 14:02:21 +00:00 |
torrent.cpp
|
separated session from session_impl and made a real pimpl-class of it. Introduced the possibility to destruct the sessions async.
|
2006-10-11 14:02:21 +00:00 |
torrent_handle.cpp
|
separated session from session_impl and made a real pimpl-class of it. Introduced the possibility to destruct the sessions async.
|
2006-10-11 14:02:21 +00:00 |
torrent_info.cpp
|
added workaround for incorrectly encoded paths in torrent files
|
2006-10-12 23:51:10 +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
|
fixed race condition in udp_tracker_connection
|
2006-10-02 22:19:21 +00:00 |
web_peer_connection.cpp
|
separated session from session_impl and made a real pimpl-class of it. Introduced the possibility to destruct the sessions async.
|
2006-10-11 14:02:21 +00:00 |