premiere-libtorrent/include/libtorrent
Arvid Norberg 2940d253c3 completed fast reconnect fix 2007-10-04 21:26:50 +00:00
..
aux_ saves banned peers in resume data 2007-10-03 17:37:15 +00:00
extensions added a userdata parameter to add_torrent that is passed in to plugins 2007-09-14 00:11:33 +00:00
kademlia fixed debug assert on linux 2007-09-10 06:12:41 +00:00
alert.hpp upnp more logging and error recovery 2007-09-01 04:08:39 +00:00
alert_types.hpp moved piece_finished_alert to debug level 2007-10-03 23:15:13 +00:00
assert.hpp added TORRENT_EXPORT to assert_fail 2007-09-17 18:19:08 +00:00
bandwidth_manager.hpp fixed problem in bandwidth_manager 2007-09-19 06:06:18 +00:00
bencode.hpp fixed debug assert on linux 2007-09-10 06:12:41 +00:00
broadcast_socket.hpp added router_for_interface along with a proper windows implementation. NAT-PMP support is now good on windows 2007-10-01 17:21:19 +00:00
bt_peer_connection.hpp completed fast reconnect fix 2007-10-04 21:26:50 +00:00
buffer.hpp switched out std::vector to use libtorrent::buffer as an optimization 2007-09-23 00:51:45 +00:00
chained_buffer.hpp fixed asio include header 2007-10-01 07:22:51 +00:00
config.hpp added TORRENT_EXPORT to assert_fail 2007-09-17 18:19:08 +00:00
connection_queue.hpp made connection_queue thread safe 2007-09-08 16:27:43 +00:00
debug.hpp fix for previous check-in 2007-10-01 08:59:37 +00:00
disk_io_thread.hpp changed the double send buffers to a chained buffer using iovec send operations. buffers are recycled (saves memory and cpu) and memory copies are avoided (saves cpu). More statistics is added to track buffer usage 2007-09-29 16:14:03 +00:00
entry.hpp upnp more logging and error recovery 2007-09-01 04:08:39 +00:00
enum_net.hpp added router_for_interface along with a proper windows implementation. NAT-PMP support is now good on windows 2007-10-01 17:21:19 +00:00
escape_string.hpp merged back the asio development branch 2006-04-25 21:04:48 +00:00
extensions.hpp added reject and suggest hooks to peer plugins 2007-09-14 03:38:38 +00:00
file.hpp merged back async_io branch into trunk 2007-06-10 20:46:09 +00:00
file_pool.hpp fixed threading problem in file_pool 2007-04-12 05:08:23 +00:00
fingerprint.hpp fixed debug assert on linux 2007-09-10 06:12:41 +00:00
hasher.hpp upnp more logging and error recovery 2007-09-01 04:08:39 +00:00
http_connection.hpp fixed debug assert on linux 2007-09-10 06:12:41 +00:00
http_stream.hpp cleaned up the proxies. Factor out common code into a base class and added include guards 2007-05-30 09:07:33 +00:00
http_tracker_connection.hpp changed http_parser slightly. uses http_parser in lsd.cpp. added more tests to the http_parser 2007-09-25 03:14:05 +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
instantiate_connection.hpp added missing header file from [1146] 2007-04-25 20:00:11 +00:00
intrusive_ptr_base.hpp fix to make torrent_info assignable 2007-10-04 20:47:44 +00:00
invariant_check.hpp upnp more logging and error recovery 2007-09-01 04:08:39 +00:00
io.hpp first attempt to implement SOCKS5 and proper HTTP proxy support. fixes #22 2007-04-25 18:26:35 +00:00
ip_filter.hpp fixed debug assert on linux 2007-09-10 06:12:41 +00:00
lsd.hpp upnp, natpmp and lsd now have proper lifetime management by using intrusive_ptr 2007-09-29 21:31:51 +00:00
natpmp.hpp upnp, natpmp and lsd now have proper lifetime management by using intrusive_ptr 2007-09-29 21:31:51 +00:00
pch.hpp prepared for precompiled headers support. fixed issue where storage didn't lock the session properly. fixed typo in natpmp.cpp 2007-03-17 17:15:16 +00:00
pe_crypto.hpp upnp more logging and error recovery 2007-09-01 04:08:39 +00:00
peer.hpp merged back the asio development branch 2006-04-25 21:04:48 +00:00
peer_connection.hpp completed fast reconnect fix 2007-10-04 21:26:50 +00:00
peer_id.hpp upnp more logging and error recovery 2007-09-01 04:08:39 +00:00
peer_info.hpp added 'incoming' peer source 2007-09-15 20:17:23 +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 broadcast socket and piece_picker fix 2007-09-15 20:20:07 +00:00
policy.hpp fixed bug in policy 2007-10-02 20:30:53 +00:00
proxy_base.hpp cleaned up the proxies. Factor out common code into a base class and added include guards 2007-05-30 09:07:33 +00:00
random_sample.hpp fix to previous dht fix. removed some deprication warnings on msvc-8. various fixes 2007-03-02 01:16:59 +00:00
session.hpp added a userdata parameter to add_torrent that is passed in to plugins 2007-09-14 00:11:33 +00:00
session_settings.hpp removed allocate_resources. switched to a global unchoker and connection distribution 2007-08-16 12:41:46 +00:00
session_status.hpp the DHT now refreshes buckets properly. 2007-05-12 01:52:25 +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 added error checking to endpoint to string conversion. fixes problem on systems without IPv6 support 2007-09-23 22:50:25 +00:00
socket_type.hpp added socks4 proxy support 2007-05-30 23:35:14 +00:00
socks4_stream.hpp added socks4 proxy support 2007-05-30 23:35:14 +00:00
socks5_stream.hpp cleaned up the proxies. Factor out common code into a base class and added include guards 2007-05-30 09:07:33 +00:00
stat.hpp fixed debug assert on linux 2007-09-10 06:12:41 +00:00
storage.hpp changed the double send buffers to a chained buffer using iovec send operations. buffers are recycled (saves memory and cpu) and memory copies are avoided (saves cpu). More statistics is added to track buffer usage 2007-09-29 16:14:03 +00:00
time.hpp removed invalid inline 2007-10-01 02:21:58 +00:00
torrent.hpp release_files now keeps the torrent object alive 2007-10-02 18:34:34 +00:00
torrent_handle.hpp torrent_handle fixes 2007-09-19 18:34:01 +00:00
torrent_info.hpp fixed debug assert on linux 2007-09-10 06:12:41 +00:00
tracker_manager.hpp more IPv6 fixes. support for multihomed machines by listening on multiple interfaces. added listen_succeeded_alert to advertize which interfaces are being listened on 2007-09-22 16:27:29 +00:00
udp_tracker_connection.hpp removed some more unecessary boost.date_time dependencies 2007-04-10 07:52:58 +00:00
upnp.hpp upnp, natpmp and lsd now have proper lifetime management by using intrusive_ptr 2007-09-29 21:31:51 +00:00
utf8.hpp fix to previous dht fix. removed some deprication warnings on msvc-8. various fixes 2007-03-02 01:16:59 +00:00
variant_stream.hpp variant_stream fixes and added an operator<< for tcp::endpoint 2007-09-22 16:21:07 +00:00
version.hpp added natpmp support. bumped version number to 0.13. added piece priority support to the piece picker. optmized and simplified the piece picker in the process. 2007-03-15 22:03:56 +00:00
web_peer_connection.hpp changed the double send buffers to a chained buffer using iovec send operations. buffers are recycled (saves memory and cpu) and memory copies are avoided (saves cpu). More statistics is added to track buffer usage 2007-09-29 16:14:03 +00:00
xml_parse.hpp xml parser fixes 2007-08-07 06:48:47 +00:00