.. |
alert.hpp
|
merged back the asio development branch
|
2006-04-25 21:04:48 +00:00 |
alert_types.hpp
|
merged back the asio development branch
|
2006-04-25 21:04:48 +00:00 |
allocate_resources.hpp
|
merged back the asio development branch
|
2006-04-25 21:04:48 +00:00 |
bencode.hpp
|
fixed a serious bug where corrupt messages could be sent out.
|
2006-04-30 00:39:18 +00:00 |
bt_peer_connection.hpp
|
merged back the asio development branch
|
2006-04-25 21:04:48 +00:00 |
buffer.hpp
|
merged back the asio development branch
|
2006-04-25 21:04:48 +00:00 |
config.hpp
|
makes it build with logging
|
2005-11-02 20:59:36 +00:00 |
debug.hpp
|
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 |
entry.hpp
|
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 |
escape_string.hpp
|
merged back the asio development branch
|
2006-04-25 21:04:48 +00:00 |
file.hpp
|
merged back the asio development branch
|
2006-04-25 21:04:48 +00:00 |
fingerprint.hpp
|
fixed bug in previous checking
|
2006-07-23 19:50:57 +00:00 |
hasher.hpp
|
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 |
http_tracker_connection.hpp
|
replaced http_settings with session_settings and introduced more settings
|
2006-05-20 23:24:19 +00:00 |
identify_client.hpp
|
fixed the tests to build with the latest version of asio. added a missing include to identify_client.hpp
|
2006-05-21 15:35:11 +00:00 |
invariant_check.hpp
|
*** empty log message ***
|
2004-04-17 12:29:35 +00:00 |
io.hpp
|
*** empty log message ***
|
2004-05-23 16:06:41 +00:00 |
ip_filter.hpp
|
merged back the asio development branch
|
2006-04-25 21:04:48 +00:00 |
peer.hpp
|
merged back the asio development branch
|
2006-04-25 21:04:48 +00:00 |
peer_connection.hpp
|
added peer_timeout and urlseed_timeout to session_settings, they control the timeout for peers and web seeds respectively. Added BitSlug to the projects page. Added more debug logging when resolving web seed hostnames. Updated documentation.
|
2006-06-28 23:27:44 +00:00 |
peer_id.hpp
|
added peer_timeout and urlseed_timeout to session_settings, they control the timeout for peers and web seeds respectively. Added BitSlug to the projects page. Added more debug logging when resolving web seed hostnames. Updated documentation.
|
2006-06-28 23:27:44 +00:00 |
peer_info.hpp
|
merged back the asio development branch
|
2006-04-25 21:04:48 +00:00 |
peer_request.hpp
|
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 |
piece_block_progress.hpp
|
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 |
piece_picker.hpp
|
fixed incorrect sorting of pieces in piece_picker
|
2006-07-16 00:08:50 +00:00 |
policy.hpp
|
fixed bugs reported by Massaroddel. Tracker request peer-count could be incorrect. Empty files were not created in full allocation mode.
|
2006-07-08 19:41:39 +00:00 |
resource_request.hpp
|
fixed a serious bug where corrupt messages could be sent out.
|
2006-04-30 00:39:18 +00:00 |
session.hpp
|
added build notes for vs.net 2005, removed old code from ip_filter.cpp, fixed problem where the stats could become incorrect in case of very high cpu load, added asserts in storage::read() to make sure one is not trying to read out of bounds.
|
2006-07-26 10:21:25 +00:00 |
session_settings.hpp
|
fixed incorrect sorting of pieces in piece_picker
|
2006-07-16 00:08:50 +00:00 |
size_type.hpp
|
removed olf workarounds for vc6.5 and added documentation for building with autotools
|
2005-08-15 18:03:57 +00:00 |
socket.hpp
|
fixed a full-check bug in storage. Changed the asio includes to avoid require boost.regex headers
|
2006-06-24 14:15:11 +00:00 |
stat.hpp
|
fixed a serious bug where corrupt messages could be sent out.
|
2006-04-30 00:39:18 +00:00 |
storage.hpp
|
merged back the asio development branch
|
2006-04-25 21:04:48 +00:00 |
torrent.hpp
|
added per file progress, added patch suggested by Tianhao Qui regarding unchoking when a peer becomes uninterested. Updated documentation and removed block quotes around bullet lists.
|
2006-06-11 13:48:39 +00:00 |
torrent_handle.hpp
|
added integer version defines, fixed a bug which appeared when session was closing, removed an old member function declaration from torrent_handle
|
2006-07-18 16:29:35 +00:00 |
torrent_info.hpp
|
moved the asio headers into the include directory, to have them installed when libtorrent is installed. improved the complexity of torrent_info::map_file(), It's now O(1).
|
2006-06-17 22:04:25 +00:00 |
tracker_manager.hpp
|
replaced http_settings with session_settings and introduced more settings
|
2006-05-20 23:24:19 +00:00 |
udp_tracker_connection.hpp
|
replaced http_settings with session_settings and introduced more settings
|
2006-05-20 23:24:19 +00:00 |
utf8.hpp
|
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 |
version.hpp
|
preliminary http proxy support for web seeds, bumped version number
|
2006-07-27 18:07:51 +00:00 |
web_peer_connection.hpp
|
preliminary http proxy support for web seeds, bumped version number
|
2006-07-27 18:07:51 +00:00 |