premiere-libtorrent/include/libtorrent
Arvid Norberg f06bf0d440 bandwidth manager fix 2007-12-09 18:44:26 +00:00
..
aux_ socks5 support for udp messages 2007-12-09 04:15:24 +00:00
extensions initial support for ut_metadata 2007-12-02 04:16:51 +00:00
kademlia socks5 support for udp messages 2007-12-09 04:15:24 +00:00
alert.hpp added wait_for_alert() to session. If there is at least one alert in the queue, it returns the front one in the queue, if the queue is empty, it waits until a new alert is posted and returns that one, or returns 0 if the time expires first. 2007-11-25 08:18:57 +00:00
alert_types.hpp added scrape support 2007-11-20 22:46:27 +00:00
assert.hpp
bandwidth_manager.hpp bandwidth manager fix 2007-12-09 18:44:26 +00:00
bencode.hpp made bdecoder not require exception support 2007-11-02 01:08:10 +00:00
broadcast_socket.hpp
bt_peer_connection.hpp initial support for ut_metadata 2007-12-02 04:16:51 +00:00
buffer.hpp
chained_buffer.hpp
config.hpp
connection_queue.hpp asio handlers are now properly cancelled when destructing the session object, race conditions are avoided by waiting for the io service to complete all tasks 2007-10-26 07:14:19 +00:00
debug.hpp applied 'logpath' patch from #202 2007-11-16 21:21:28 +00:00
disk_io_thread.hpp
entry.hpp made entry not require exceptions 2007-11-02 02:02:52 +00:00
enum_net.hpp
escape_string.hpp added magnet-uri functions and a base32 decode function 2007-12-03 06:03:16 +00:00
extensions.hpp
file.hpp
file_pool.hpp
fingerprint.hpp
hasher.hpp
http_connection.hpp http_connection fixes and unit test (not self contained yet, just like test_web_seed) 2007-11-18 04:12:35 +00:00
http_stream.hpp
http_tracker_connection.hpp http_connection fixes and unit test (not self contained yet, just like test_web_seed) 2007-11-18 04:12:35 +00:00
identify_client.hpp
instantiate_connection.hpp
intrusive_ptr_base.hpp uses checked_delete instead of plain delete 2007-10-30 10:08:09 +00:00
invariant_check.hpp
io.hpp
ip_filter.hpp
lsd.hpp
magnet_uri.hpp added magnet-uri functions and a base32 decode function 2007-12-03 06:03:16 +00:00
natpmp.hpp
pch.hpp
pe_crypto.hpp
peer.hpp
peer_connection.hpp initial support for ut_metadata 2007-12-02 04:16:51 +00:00
peer_id.hpp fixed missing include 2007-11-18 01:34:43 +00:00
peer_info.hpp
peer_request.hpp
piece_block_progress.hpp
piece_picker.hpp
policy.hpp cleanup. changed the connection map into a set of peer_connections. moved the policy object into the torrent (as opposed to being a pointer). Fixes issues with multiple peers on the same IP. Reduces some lookups. 2007-10-31 09:48:20 +00:00
proxy_base.hpp proxy_base shutdown fix 2007-11-19 05:18:50 +00:00
random_sample.hpp
session.hpp added wait_for_alert() to session. If there is at least one alert in the queue, it returns the front one in the queue, if the queue is empty, it waits until a new alert is posted and returns that one, or returns 0 if the time expires first. 2007-11-25 08:18:57 +00:00
session_settings.hpp increased default tracker timeout from 20 seconds to 40 seconds 2007-11-30 17:37:50 +00:00
session_status.hpp
size_type.hpp
socket.hpp fix for systems where IPv6 sockets bound to INADDR_ANY also listens on IPv4 connections 2007-11-23 22:14:33 +00:00
socket_type.hpp
socks4_stream.hpp
socks5_stream.hpp
stat.hpp
storage.hpp added first try of a mapped storage 2007-11-30 00:35:09 +00:00
time.hpp added abuse protection to DHT. nodes that hammer will be ignored 2007-12-04 02:53:10 +00:00
torrent.hpp supports retry for web seeds that respond with 503 2007-11-27 03:37:47 +00:00
torrent_handle.hpp reverted [1760] and added documentation for downloading_metadata 2007-11-24 04:19:21 +00:00
torrent_info.hpp first version of 'part file' support. Can currently only be set when starting torrent 2007-11-25 10:47:05 +00:00
tracker_manager.hpp added base32encode and moved it into escape_string.hpp 2007-12-02 18:34:37 +00:00
udp_socket.hpp socks5 support for udp messages 2007-12-09 04:15:24 +00:00
udp_tracker_connection.hpp asio handlers are now properly cancelled when destructing the session object, race conditions are avoided by waiting for the io service to complete all tasks 2007-10-26 07:14:19 +00:00
upnp.hpp
utf8.hpp
variant_stream.hpp
version.hpp
web_peer_connection.hpp
xml_parse.hpp