premiere-libtorrent/include/libtorrent
Arvid Norberg ed15b5989e fixed warning on msvc8 2006-10-19 22:23:40 +00:00
..
aux_ 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
kademlia fixed incorrect include of standard header with .hpp-sufix 2006-10-12 20:42:58 +00:00
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 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
bencode.hpp fixed incorrect asserts in storage (that were triggered by torrent with zero-size files). Fixed bug in resource distribution algorithm. Made an attempt to avoid an assert in msvc standard library caused by passing a non-printable character to isdigit(). 2006-08-10 19:18:11 +00:00
bt_peer_connection.hpp 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
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 added work-arounds for msvc 2006-09-24 12:56:30 +00:00
peer.hpp merged back the asio development branch 2006-04-25 21:04:48 +00:00
peer_connection.hpp 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
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 fixed overflow bug in file_progress() and bug in the parsing of dht nodes from torrent files 2006-08-27 18:38:30 +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 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
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
random_sample.hpp 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
resource_request.hpp added a test for allocate resources 2006-10-04 02:27:32 +00:00
session.hpp added default constructor to session_proxy 2006-10-15 13:46:52 +00:00
session_settings.hpp 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
session_status.hpp changed sequencial download threshold api, it is now per torrent 2006-09-04 23:22:21 +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 changed the file format for storing the DHT routing table to support IPv6. Changed the address used to be IPv4-IPv6 independent (ip_filter still onlt works with IPv4). Added default boost-build features to the building documentation. Completed the jamfile's support for building without DHT support. Updated documentation with these changes. 2006-09-01 03:06:00 +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 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.hpp 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.hpp fixed warning on msvc8 2006-10-19 22:23:40 +00:00
torrent_info.hpp updated changelog and added 0.11 release point 2006-10-14 08:15:57 +00:00
tracker_manager.hpp 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.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 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