premiere-libtorrent/include/libtorrent
Arvid Norberg 0ed75c3f64 made nat-pmp generate alerts as well, just like upnp 2008-10-22 07:06:58 +00:00
..
aux_ moved UPNP_LOGGING out of upnp.cpp and added alerts for when upnp logs something 2008-10-22 01:12:14 +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 mutex fix for dht status reporting 2008-10-09 03:32:57 +00:00
GeoIP.h GeoIP fixes 2008-05-12 07:14:03 +00:00
alert.hpp applied patch from Sergei Vorobyov to allow changing the limit on outstanding alerts 2008-10-07 05:46:42 +00:00
alert_types.hpp moved UPNP_LOGGING out of upnp.cpp and added alerts for when upnp logs something 2008-10-22 01:12:14 +00:00
assert.hpp fixed warning on gcc 4.3 2008-07-30 06:41:05 +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 exception related fixes. Avoiding functions that may throw in places where exceptions shouldn't be thrown 2008-10-21 08:45:42 +00:00
bandwidth_queue_entry.hpp fixed build issue on msvc 2008-01-27 21:03:33 +00:00
bencode.hpp fixed warnings in bencode 2008-08-21 11:40:49 +00:00
bitfield.hpp fixed bug in bitfield and updated test 2008-08-29 12:19:21 +00:00
broadcast_socket.hpp moved UPNP_LOGGING out of upnp.cpp and added alerts for when upnp logs something 2008-10-22 01:12:14 +00:00
bt_peer_connection.hpp keeps track of the number of requests waiting in the send buffer and adjusts bandwidht priority accordingly in the bandwidth limiter 2008-07-08 00:03:08 +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 fixed boost version check. Fixes #337 2008-05-28 07:52:25 +00:00
config.hpp only use wpath on windows 2008-07-20 16:13:52 +00:00
connection_queue.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
create_torrent.hpp added another constructor to create_torrent that copies a torrent_info. 2008-09-24 17:05:12 +00:00
debug.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
disk_buffer_holder.hpp disk receive buffer cleanup 2008-05-05 06:25:22 +00:00
disk_io_thread.hpp fix build with boost-1.36 2008-08-16 21:11:27 +00:00
entry.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
enum_net.hpp windows fix 2008-05-04 16:10:13 +00:00
error_code.hpp fix build with boost-1.36 2008-08-16 21:11:27 +00:00
escape_string.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
extensions.hpp switched extension handshake parsing over to use lazy_bdecode for improved performance 2008-07-01 08:04:12 +00:00
file.hpp simplified the file interface 2008-10-19 05:03:17 +00:00
file_pool.hpp simplified the file interface 2008-10-19 05:03:17 +00:00
file_storage.hpp added support for bitcomet padding files. simplified storage read/write code. 2008-10-03 05:49:41 +00:00
fingerprint.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
gzip.hpp refactored gzip code and added gzip support to http_connection 2008-01-30 18:32:13 +00:00
hasher.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
http_connection.hpp http_connection now supports connecting to all IPs a hostname resolves to, as fallbacks 2008-05-18 22:14:55 +00:00
http_parser.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +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 fix crash when tracker connections fails in the constructor (used to be the case for scrape when there were no url transform from announce to scrape) 2008-09-07 10:03:59 +00:00
identify_client.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +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 Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
io.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +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 added dict_find_string to lazy_entry 2008-07-18 13:48:09 +00:00
lsd.hpp switched over to asio from boost-1.35 2008-05-03 16:05:42 +00:00
magnet_uri.hpp made dump torrent create magnet links 2008-08-27 18:44:35 +00:00
natpmp.hpp made nat-pmp generate alerts as well, just like upnp 2008-10-22 07:06:58 +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 added copyright notices in files missing them 2008-07-01 18:59:13 +00:00
pe_crypto.hpp optimized encryption 2008-08-20 23:05:12 +00:00
peer.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
peer_connection.hpp fixed assert when connecting to upload-only peers 2008-09-07 01:01:25 +00:00
peer_id.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
peer_info.hpp add peer_info::progress 2008-09-25 20:39:06 +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 big change to improve piece picker. Better end-game mode. More options on which pieces to pick. 2008-09-06 21:04:57 +00:00
policy.hpp Fix building with msvc 2008-07-17 23:56:58 +00:00
proxy_base.hpp Make libtorrent build with boost <1.35 2008-05-20 06:03:46 +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 applied patch from Sergei Vorobyov to allow changing the limit on outstanding alerts 2008-10-07 05:46:42 +00:00
session_settings.hpp made unchoke interval depend on piece size 2008-10-18 22:35:10 +00:00
session_status.hpp made unchoke interval depend on piece size 2008-10-18 22:35:10 +00:00
size_type.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
socket.hpp improved error reporting of file errors (uses boost.system's error_code). Now permission errors are properly reported when checking files 2008-07-17 23:41:46 +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 exception related fixes. Avoiding functions that may throw in places where exceptions shouldn't be thrown 2008-10-21 08:45:42 +00:00
stat.hpp clears torrent stats when paused 2008-10-15 17:31:20 +00:00
storage.hpp added get_storage_impl() to torrent_handle 2008-09-04 16:20:19 +00:00
time.hpp make 'snubbed' more sticky by only giving one request_timeout back when a new block is being received 2008-07-10 19:31:22 +00:00
torrent.hpp counts newly started torrents as active up to 2 minutes, to give them a chance to start downloading. Active torrents are not considered slow in the auto manager. 2008-10-01 05:25:18 +00:00
torrent_handle.hpp fixed buffer overrun when calling get_download_queue 2008-10-05 07:23:46 +00:00
torrent_info.hpp fixed rename_file to work when the file hasn't been created yet. Fixed error reporting when rename_file fails. Updates the file in the torrent_handle when filename is updated 2008-09-30 23:37:42 +00:00
tracker_manager.hpp report tracker bandwidth usage and include it in rate limiter 2008-09-22 00:15:05 +00:00
udp_socket.hpp portability fix for udp_socket 2008-09-24 02:35:03 +00:00
udp_tracker_connection.hpp fix crash when tracker connections fails in the constructor (used to be the case for scrape when there were no url transform from announce to scrape) 2008-09-07 10:03:59 +00:00
upnp.hpp moved UPNP_LOGGING out of upnp.cpp and added alerts for when upnp logs something 2008-10-22 01:12:14 +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 #ifdef out parts of variant_stream that requires exceptions, when exceptions are turned off 2008-10-21 08:50:01 +00:00
version.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +00:00
web_peer_connection.hpp Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and 2008-06-25 14:15:21 +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