premiere-libtorrent/include/libtorrent
Arvid Norberg 9f08256dff added support for attributes in the xml parser 2007-08-07 01:32:38 +00:00
..
aux_ improved bandwidth limiter and added a unit test for it 2007-07-02 23:48:06 +00:00
extensions added missing TORRENT_EXPORT 2007-05-17 20:37:42 +00:00
kademlia made dht requests be allocated in a pool allocator for heap and runtime efficiency. Fixes to DHT error responses 2007-05-23 08:45:12 +00:00
alert.hpp added peer_blocked_alert which is generated when a peer is blocked by the IP filter. Fixed the ip-filter parsing in client_test and made it report the peer_blocked_alert. Added documentation. 2007-04-17 05:56:43 +00:00
alert_types.hpp added alert messages for blocks finishing, pieces finishing and blocks being requested. patch by micah 2007-08-01 06:14:16 +00:00
allocate_resources.hpp added logging of upload and download statistics, revised some of the quota management, added support for sessions to allocate_resources (patch by wojci) 2006-11-20 21:03:58 +00:00
bandwidth_manager.hpp added an assert to bandwidth limiter 2007-07-15 14:24:06 +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 optimized peer_connection by postponing diffie hellman key creation and generation of handhake until the connection has succeeded 2007-07-09 04:22:38 +00:00
buffer.hpp merged back encryption branch to trunk 2007-06-06 00:41:20 +00:00
config.hpp makes it build with logging 2005-11-02 20:59:36 +00:00
connection_queue.hpp added asserts to try to catch #84 2007-07-15 19:00:41 +00:00
debug.hpp merged back async_io branch into trunk 2007-06-10 20:46:09 +00:00
disk_io_thread.hpp added some extra checks for buffer overrun in disk_io_thread 2007-08-02 01:42:19 +00:00
entry.hpp merged back async_io branch into trunk 2007-06-10 20:46:09 +00:00
escape_string.hpp merged back the asio development branch 2006-04-25 21:04:48 +00:00
extensions.hpp extensions are now instantiated for web seeds as well 2007-04-02 20:00:24 +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 bug in previous checking 2006-07-23 19:50:57 +00:00
hasher.hpp merged back async_io branch into trunk 2007-06-10 20:46:09 +00:00
http_connection.hpp introduced a proper half open TCP connection limit. Also exposed the connection queue to let clients use the same connection limiter as libtorrent. UPnP connections and tracker connection are now also limited as well as peer connections and web seeds 2007-05-05 00:29:33 +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 introduced a proper half open TCP connection limit. Also exposed the connection queue to let clients use the same connection limiter as libtorrent. UPnP connections and tracker connection are now also limited as well as peer connections and web seeds 2007-05-05 00:29:33 +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 merged back async_io branch into trunk 2007-06-10 20:46:09 +00:00
invariant_check.hpp *** empty log message *** 2004-04-17 12:29:35 +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 fix for msvc 2007-06-06 23:27:29 +00:00
lsd.hpp moved initialization of multicast addresses from global initializers to local constructors to avoid WSAStartup issues on windows 2007-05-04 06:47:32 +00:00
natpmp.hpp added a timer abstraction and replaced the use of boost.date_time. the timers used now are QueryPerformanceCounter on windows, mach_absolute_time on darwin and currently falls back on boost.date_time on other platforms. This has the advantage of being a monotonic clock, and also slightly more efficient 2007-04-04 22:27:36 +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 merged back encryption branch to trunk 2007-06-06 00:41:20 +00:00
peer.hpp merged back the asio development branch 2006-04-25 21:04:48 +00:00
peer_connection.hpp peer_connection fixes for earlier pending disk buffer size limit 2007-08-03 08:19:10 +00:00
peer_id.hpp merged back async_io branch into trunk 2007-06-10 20:46:09 +00:00
peer_info.hpp exposed queued disk bytes in peer_info 2007-08-01 06:11:11 +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 more asserts, piece_picker fixes, debug-iterator fixes 2007-08-03 06:13:26 +00:00
policy.hpp fixed #81 2007-07-26 07:04:35 +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
resource_request.hpp improved logging and fixed glitch in quota management. 2006-11-21 15:51:28 +00:00
session.hpp merged back async_io branch into trunk 2007-06-10 20:46:09 +00:00
session_settings.hpp peer_connection fixes for earlier pending disk buffer size limit 2007-08-03 08:19:10 +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 a timer abstraction and replaced the use of boost.date_time. the timers used now are QueryPerformanceCounter on windows, mach_absolute_time on darwin and currently falls back on boost.date_time on other platforms. This has the advantage of being a monotonic clock, and also slightly more efficient 2007-04-04 22:27:36 +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 added invariant checks for peer_counter in block_info. added bytes_progress and block_size to block_info (to allow a more detail download progress display). Updated client_test to show download progress per block and also to have a separate color for 'multi blocks' (i.e. blocks that have been requested from more than one peer) 2007-07-08 20:45:42 +00:00
storage.hpp fixed #75 2007-07-02 19:31:46 +00:00
time.hpp added required operator on time_duration 2007-06-14 23:15:30 +00:00
torrent.hpp fixed #81 2007-07-26 07:04:35 +00:00
torrent_handle.hpp added alert messages for blocks finishing, pieces finishing and blocks being requested. patch by micah 2007-08-01 06:14:16 +00:00
torrent_info.hpp merged back async_io branch into trunk 2007-06-10 20:46:09 +00:00
tracker_manager.hpp merged back async_io branch into trunk 2007-06-10 20:46:09 +00:00
udp_tracker_connection.hpp removed some more unecessary boost.date_time dependencies 2007-04-10 07:52:58 +00:00
upnp.hpp added support for authentication in the url_parser and added a test for it 2007-05-22 20:44:18 +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 optimized the read callback to loop and exhaust the read buffer from the socket instead of making another async read call. #43 2007-05-10 01:50:11 +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 merged back async_io branch into trunk 2007-06-10 20:46:09 +00:00
xml_parse.hpp added support for attributes in the xml parser 2007-08-07 01:32:38 +00:00