premiere-libtorrent/include/libtorrent
Arvid Norberg 111f5faecb upload only extension 2008-05-18 05:59:47 +00:00
..
aux_ switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
extensions added a plugin 'smart_ban' that can ban peers sending bad data with higher accuracy 2007-12-18 06:04:54 +00:00
kademlia logs node uptime and parses it for the DHT 2008-05-10 05:51:58 +00:00
GeoIP.h GeoIP fixes 2008-05-12 07:14:03 +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 updated disconnect logic (also in [2279]). Introduced new peer_disconnect_alert used for normal disconnects and peer_error_alert is now used for protocol level errors 2008-05-12 06:05:13 +00:00
assert.hpp put back #include <cassert> 2007-12-27 10:50:12 +00:00
bandwidth_limit.hpp separated bandwidth_manager into bandwidht_limit and bandwidth_queue_entry and fixed problems related to #225 2007-12-31 09:41:50 +00:00
bandwidth_manager.hpp take an estimate of the IP ACK traffic into account when rate limiting (allows setting rate limits closer to the capacity) 2008-05-05 17:08:14 +00:00
bandwidth_queue_entry.hpp fixed build issue on msvc 2008-01-27 21:03:33 +00:00
bencode.hpp capped the allowed depth in bencoded messages, to avoid triggering stack overflows by malformed messages 2008-01-28 02:58:17 +00:00
broadcast_socket.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
bt_peer_connection.hpp peer_connection fix for incoming connections 2008-05-12 10:10:39 +00:00
buffer.hpp receive buffer optimization. added receive_buffer_size and used_receive_buffer to peer_info. changed plugin api to make use of new disk_buffer_holder type 2008-04-10 10:03:23 +00:00
chained_buffer.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
config.hpp factored out OS detection code and added kfreebsd support 2008-02-18 00:36:17 +00:00
connection_queue.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
create_torrent.hpp factored out torrent creation functionality from torrent_info into create_torrent. Modified torrent_info to use lazy_bdecoder for increased performance 2008-05-14 05:29:42 +00:00
debug.hpp made debug.hpp build without exception support 2007-12-29 02:03:13 +00:00
disk_buffer_holder.hpp disk receive buffer cleanup 2008-05-05 06:25:22 +00:00
disk_io_thread.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
entry.hpp added missing TORRENT_EXPORT statements (to fix shared library build) 2008-04-07 03:03:34 +00:00
enum_net.hpp windows fix 2008-05-04 16:10:13 +00:00
escape_string.hpp added magnet-uri functions and a base32 decode function 2007-12-03 06:03:16 +00:00
extensions.hpp improved plugin support 2008-05-12 03:05:27 +00:00
file.hpp updated file_win and file_pool error handling 2008-02-25 04:41:21 +00:00
file_pool.hpp updated file_win and file_pool error handling 2008-02-25 04:41:21 +00:00
fingerprint.hpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00
gzip.hpp refactored gzip code and added gzip support to http_connection 2008-01-30 18:32:13 +00:00
hasher.hpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00
http_connection.hpp fixed error handling and added support for relative http redirects (which aren't allowed by the standard) 2008-05-18 04:48:06 +00:00
http_parser.hpp separated http_parser to its own file 2008-01-12 09:36:03 +00:00
http_stream.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
http_tracker_connection.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +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 switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
intrusive_ptr_base.hpp remove use of strand 2008-01-08 05:47:43 +00:00
invariant_check.hpp added option to disable invariant checks and added more build documentation 2008-01-13 06:17:56 +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 attempt to fix #212. Store 4 bytes and 16 bytes arrays instead of in_addr in ip-filter 2007-12-24 21:49:46 +00:00
lazy_entry.hpp lazy_entry fix 2008-05-15 08:23:32 +00:00
lsd.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
magnet_uri.hpp added magnet-uri functions and a base32 decode function 2007-12-03 06:03:16 +00:00
natpmp.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
parse_url.hpp improved error handling with regards to parse_url_components. For trunk, moved that function to its own file 2008-05-17 14:19:34 +00:00
pch.hpp remove use of strand 2008-01-08 05:47:43 +00:00
pe_crypto.hpp turned assert into TORRENT_ASSERT 2007-12-27 03:43:02 +00:00
peer.hpp merged back the asio development branch 2006-04-25 21:04:48 +00:00
peer_connection.hpp upload only extension 2008-05-18 05:59:47 +00:00
peer_id.hpp added out stream operator to lazy_entry 2008-04-13 05:19:10 +00:00
peer_info.hpp added get_full_peer_list to retrieve all the peers known for a swarm 2008-04-13 06:32: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 removed checker thread 2008-03-08 06:06:31 +00:00
policy.hpp changed the optimistic disconnect logic to be more efficient and configurable 2008-05-12 05:17:11 +00:00
proxy_base.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
random_sample.hpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00
session.hpp initial support for queuing 2008-04-24 03:28:48 +00:00
session_settings.hpp changed the optimistic disconnect logic to be more efficient and configurable 2008-05-12 05:17:11 +00:00
session_status.hpp bandwidth limiter fixes. proper priority that cannot starve connections 2008-01-17 17:40:46 +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 switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
socket_type.hpp added socks4 proxy support 2007-05-30 23:35:14 +00:00
socks4_stream.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
socks5_stream.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
ssl_stream.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
stat.hpp updated IP overhead calculation 2008-05-12 08:22:56 +00:00
storage.hpp added an asynchronous save_resume_data to make it easier to synchronize with the disk IO thread 2008-04-13 18:54:36 +00:00
time.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
torrent.hpp factored out torrent creation functionality from torrent_info into create_torrent. Modified torrent_info to use lazy_bdecoder for increased performance 2008-05-14 05:29:42 +00:00
torrent_handle.hpp replaced seed cycles with seed rank 2008-05-06 18:03:41 +00:00
torrent_info.hpp updated python binding to match the recently changed torrent_info. reintroduced add_node 2008-05-15 07:37:34 +00:00
tracker_manager.hpp improved error handling with regards to parse_url_components. For trunk, moved that function to its own file 2008-05-17 14:19:34 +00:00
udp_socket.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
udp_tracker_connection.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
upnp.hpp fixes #332 2008-05-17 00:27:26 +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 switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
version.hpp bumped version number 2008-04-24 20:41:44 +00:00
web_peer_connection.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
xml_parse.hpp replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert. 2007-10-05 00:30:00 +00:00