premiere-libtorrent/include/libtorrent
arvidn a344c659e5 Revert "use handler allocator for UDP socket read handler"
This reverts commit 3ccb4f7dca.
2015-09-03 07:29:24 -04:00
..
aux_ Revert "use handler allocator for UDP socket read handler" 2015-09-03 07:29:24 -04:00
extensions pass torrent_handle by const ref in the plugin api 2015-07-25 09:57:55 -07:00
kademlia Handle response with unexpected format. 2015-08-31 22:37:46 -04:00
ConvertUTF.h fix some warnings 2015-08-13 23:52:25 -04:00
Makefile.am Fix makefile.am allocating_handler.hpp call. 2015-09-03 08:48:59 +12:00
add_torrent_params.hpp pass torrent_handle by const ref in the plugin api 2015-07-25 09:57:55 -07:00
address.hpp support building libtorrent in simulation mode (using libsimulator, which is a git submodule) 2015-08-07 21:31:59 -04:00
alert.hpp fix unknown pragma warning on msvc 2015-08-20 21:14:39 +02:00
alert_manager.hpp use boost.asio as headers only library again (simplify builds and hopefully fix shared linking of python module on gcc linux) 2015-07-27 23:09:24 -07:00
alert_observer.hpp update copyright year 2015-06-03 05:18:48 +00:00
alert_types.hpp Fix dht_immutable/mutable_item_alert category. 2015-09-01 11:31:46 -04:00
alloca.hpp update copyright year 2015-06-03 05:18:48 +00:00
allocator.hpp update copyright year 2015-06-03 05:18:48 +00:00
assert.hpp fix some more warnings 2015-08-21 22:56:57 +02:00
bandwidth_limit.hpp update copyright year 2015-06-03 05:18:48 +00:00
bandwidth_manager.hpp Removed unused flag bandwidth-limit-logging and related code. 2015-08-04 01:47:15 -04:00
bandwidth_queue_entry.hpp update copyright year 2015-06-03 05:18:48 +00:00
bandwidth_socket.hpp update copyright year 2015-06-03 05:18:48 +00:00
bdecode.hpp fix some warnings 2015-04-24 05:37:17 +00:00
bencode.hpp fix some more warnings 2015-08-08 02:48:01 -04:00
bitfield.hpp fix warnings and no-deprecated functions build 2015-08-01 19:55:36 -04:00
block_cache.hpp turn linked_list into a template to improve type safety and remove some casts 2015-08-20 02:02:46 +02:00
bloom_filter.hpp fix some warnings 2015-08-01 23:57:11 -04:00
broadcast_socket.hpp remove some unnecessary asio typedefs in the libtorrent namespace, just pull ip::tcp and ip::udp 2015-06-06 13:49:18 -04:00
bt_peer_connection.hpp fix more warnings 2015-08-22 00:28:12 +02:00
buffer.hpp update copyright year 2015-06-03 05:18:48 +00:00
build_config.hpp update copyright year 2015-06-03 05:18:48 +00:00
byteswap.hpp fix warnings and no-deprecated functions build 2015-08-01 19:55:36 -04:00
chained_buffer.hpp drop support for boost 1.35 and fix some more references to the asio namespace 2015-06-06 02:10:53 -04:00
choker.hpp update copyright year 2015-06-03 05:18:48 +00:00
close_reason.hpp fix some warnings 2015-04-24 05:37:17 +00:00
config.hpp exclude obsolete compatibility code on msvc-14 and later 2015-08-24 07:28:16 +02:00
copy_ptr.hpp update copyright year 2015-06-03 05:18:48 +00:00
crc32c.hpp update copyright year 2015-06-03 05:18:48 +00:00
create_torrent.hpp merge total wanted fix from RC_1_0 2015-08-02 15:18:21 -04:00
deadline_timer.hpp support building libtorrent in simulation mode (using libsimulator, which is a git submodule) 2015-08-07 21:31:59 -04:00
debug.hpp fix some warnings 2015-08-19 02:00:46 +02:00
disk_buffer_holder.hpp fix warnings and no-deprecated functions build 2015-08-01 19:55:36 -04:00
disk_buffer_pool.hpp update copyright year 2015-06-03 05:18:48 +00:00
disk_interface.hpp fixed some GCC warnings 2015-08-20 01:33:20 +02:00
disk_io_job.hpp fix more warnings 2015-08-22 00:28:12 +02:00
disk_io_thread.hpp fixed some GCC warnings 2015-08-20 01:33:20 +02:00
disk_job_pool.hpp update copyright year 2015-06-03 05:18:48 +00:00
disk_observer.hpp update copyright year 2015-06-03 05:18:48 +00:00
ed25519.hpp properly report errors when failing to generate randomness 2015-05-09 04:08:32 +00:00
entry.hpp fixed some resume issues, specifically around file priorities and override resume data 2015-07-16 21:56:06 -04:00
enum_net.hpp simulate IP routes, interfaces and page size when building in simulation mode 2015-08-09 15:01:01 -04:00
error.hpp drop support for boost 1.35 and fix some more references to the asio namespace 2015-06-06 02:10:53 -04:00
error_code.hpp attempt to fix tracker test 2015-08-29 17:57:49 -04:00
export.hpp initial support for disabling proxy for tracker connections 2015-08-29 19:44:54 -04:00
extensions.hpp add more comments about DHT direct requests 2015-08-10 20:33:04 -07:00
file.hpp update copyright year 2015-06-03 05:18:48 +00:00
file_pool.hpp update copyright year 2015-06-03 05:18:48 +00:00
file_storage.hpp fix warnings and no-deprecated functions build 2015-08-01 19:55:36 -04:00
fingerprint.hpp fix python binding build with no deprecated functions 2015-07-27 23:09:24 -07:00
gzip.hpp drop support for boost 1.35 and fix some more references to the asio namespace 2015-06-06 02:10:53 -04:00
hasher.hpp update copyright year 2015-06-03 05:18:48 +00:00
heterogeneous_queue.hpp fix warnings 2015-05-19 03:13:49 +00:00
hex.hpp update copyright year 2015-06-03 05:18:48 +00:00
http_connection.hpp initial support for disabling proxy for tracker connections 2015-08-29 19:44:54 -04:00
http_parser.hpp fix warnings and invalid defines in disk_io_thread.cpp 2015-08-18 07:55:50 -04:00
http_seed_connection.hpp update copyright year 2015-06-03 05:18:48 +00:00
http_stream.hpp update copyright year 2015-06-03 05:18:48 +00:00
http_tracker_connection.hpp Use scrape & i2p bitset flags for request 2015-07-14 14:13:10 -05:00
i2p_stream.hpp initial support for disabling proxy for tracker connections 2015-08-29 19:44:54 -04:00
identify_client.hpp fix python binding build with no deprecated functions 2015-07-27 23:09:24 -07:00
instantiate_connection.hpp initial support for disabling proxy for tracker connections 2015-08-29 19:44:54 -04:00
invariant_check.hpp silence some warnings on msvc 2015-04-27 02:21:12 +00:00
io.hpp update copyright year 2015-06-03 05:18:48 +00:00
io_service.hpp support building libtorrent in simulation mode (using libsimulator, which is a git submodule) 2015-08-07 21:31:59 -04:00
io_service_fwd.hpp support building libtorrent in simulation mode (using libsimulator, which is a git submodule) 2015-08-07 21:31:59 -04:00
ip_filter.hpp fixed some GCC warnings 2015-08-20 01:33:20 +02:00
ip_voter.hpp update copyright year 2015-06-03 05:18:48 +00:00
lazy_entry.hpp fix some warnings 2015-08-01 23:57:11 -04:00
link.hpp update copyright year 2015-06-03 05:18:48 +00:00
linked_list.hpp add unit test for linked_list 2015-08-30 23:34:49 -04:00
lsd.hpp update copyright year 2015-06-03 05:18:48 +00:00
magnet_uri.hpp update copyright year 2015-06-03 05:18:48 +00:00
max.hpp update copyright year 2015-06-03 05:18:48 +00:00
natpmp.hpp remove some unnecessary asio typedefs in the libtorrent namespace, just pull ip::tcp and ip::udp 2015-06-06 13:49:18 -04:00
network_thread_pool.hpp fix some warnings 2015-08-02 15:55:05 -04:00
operations.hpp fix some warnings 2015-04-24 05:37:17 +00:00
packet_buffer.hpp fix some build warnings 2015-08-17 09:01:43 -04:00
parse_url.hpp update copyright year 2015-06-03 05:18:48 +00:00
part_file.hpp update copyright year 2015-06-03 05:18:48 +00:00
pe_crypto.hpp fix some warnings 2015-08-01 23:57:11 -04:00
peer.hpp fix build issue 2015-08-31 00:54:16 -04:00
peer_class.hpp fix some warnings 2015-08-01 23:57:11 -04:00
peer_class_set.hpp update copyright year 2015-06-03 05:18:48 +00:00
peer_class_type_filter.hpp update copyright year 2015-06-03 05:18:48 +00:00
peer_connection.hpp Revert "use handler allocator for UDP socket read handler" 2015-09-03 07:29:24 -04:00
peer_connection_handle.hpp add some basic operators to peer_connection_handle 2015-08-10 20:33:04 -07:00
peer_connection_interface.hpp update copyright year 2015-06-03 05:18:48 +00:00
peer_id.hpp update copyright year 2015-06-03 05:18:48 +00:00
peer_info.hpp expand tracker unit test to assert the session correctly receives the right peers 2015-08-29 16:04:35 -04:00
peer_list.hpp Don't attempt to find_peers in peer_list for i2p 2015-06-24 19:41:32 -05:00
peer_request.hpp update copyright year 2015-06-03 05:18:48 +00:00
performance_counters.hpp attempt to make appveyor happy 2015-08-09 17:54:10 -04:00
piece_block_progress.hpp update copyright year 2015-06-03 05:18:48 +00:00
piece_picker.hpp add typesafety to piece_picker torrent_peer pointers. and fix a few incorrect uses 2015-08-18 04:25:13 -04:00
platform_util.hpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
proxy_base.hpp remove some unnecessary asio typedefs in the libtorrent namespace, just pull ip::tcp and ip::udp 2015-06-06 13:49:18 -04:00
puff.hpp make puff const correct instead of const-casting 2015-04-22 02:11:12 +00:00
random.hpp update copyright year 2015-06-03 05:18:48 +00:00
receive_buffer.hpp update copyright year 2015-06-03 05:18:48 +00:00
request_blocks.hpp update copyright year 2015-06-03 05:18:48 +00:00
resolve_links.hpp update copyright year 2015-06-03 05:18:48 +00:00
resolver.hpp remove some unnecessary asio typedefs in the libtorrent namespace, just pull ip::tcp and ip::udp 2015-06-06 13:49:18 -04:00
resolver_interface.hpp fix some warnings 2015-08-01 23:57:11 -04:00
rss.hpp fix some warnings 2015-08-01 23:57:11 -04:00
session.hpp fix some warnings 2015-08-01 23:57:11 -04:00
session_handle.hpp fix unknown pragma warning on msvc 2015-08-20 21:14:39 +02:00
session_settings.hpp initial support for disabling proxy for tracker connections 2015-08-29 19:44:54 -04:00
session_stats.hpp separate out session_stats into its own header. silences warning and cleans up 2015-04-25 02:12:02 +00:00
session_status.hpp update copyright year 2015-06-03 05:18:48 +00:00
settings_pack.hpp initial support for disabling proxy for tracker connections 2015-08-29 19:44:54 -04:00
sha1.hpp clean up symbol exports 2015-01-01 20:25:39 +00:00
sha1_hash.hpp fix some warnings 2015-08-01 23:57:11 -04:00
sliding_average.hpp update copyright year 2015-06-03 05:18:48 +00:00
socket.hpp support building libtorrent in simulation mode (using libsimulator, which is a git submodule) 2015-08-07 21:31:59 -04:00
socket_io.hpp drop support for boost 1.35 and fix some more references to the asio namespace 2015-06-06 02:10:53 -04:00
socket_type.hpp fix some warnings 2015-08-10 20:03:24 -04:00
socket_type_fwd.hpp update copyright year 2015-06-03 05:18:48 +00:00
socks5_stream.hpp drop support for boost 1.35 and fix some more references to the asio namespace 2015-06-06 02:10:53 -04:00
ssl_stream.hpp minor asio.ssl abstraction cleanup. update libsimulator with build fix. only run simulator on one of the build variants on travis, since the simulator does not support ssl 2015-08-08 16:19:44 -04:00
stack_allocator.hpp optimize logging of DHT packets by deferring copying and printing, to only do it if the alert category is enabled 2015-05-28 20:36:22 +00:00
stat.hpp update copyright year 2015-06-03 05:18:48 +00:00
stat_cache.hpp update copyright year 2015-06-03 05:18:48 +00:00
storage.hpp make tailequeue a template, introduce type safety, remove old-style casts 2015-08-19 15:22:05 +02:00
storage_defs.hpp Minor syntactic change to avoid compiler warning about comma at the end of enum element. 2015-06-18 14:50:13 -04:00
string_util.hpp update copyright year 2015-06-03 05:18:48 +00:00
tailqueue.hpp make tailequeue a template, introduce type safety, remove old-style casts 2015-08-19 15:22:05 +02:00
thread.hpp update copyright year 2015-06-03 05:18:48 +00:00
thread_pool.hpp fix some warnings 2015-08-02 15:55:05 -04:00
time.hpp support building libtorrent in simulation mode (using libsimulator, which is a git submodule) 2015-08-07 21:31:59 -04:00
timestamp_history.hpp update copyright year 2015-06-03 05:18:48 +00:00
tommath.h changed includes for tommath to point into the libtorrent directory 2009-11-10 17:14:53 +00:00
tommath_class.h changed includes for tommath to point into the libtorrent directory 2009-11-10 17:14:53 +00:00
tommath_superclass.h changed includes for tommath to point into the libtorrent directory 2009-11-10 17:14:53 +00:00
torrent.hpp cleanup unused code 2015-08-29 16:07:19 -04:00
torrent_handle.hpp polish some behavior when setting piece and file priorities for torrents with no metadata. Fix the initialization order of peers once we do get the metadata 2015-08-29 10:21:15 -04:00
torrent_info.hpp move test_trackers_extensions over to a simulation and some minor metadata extension and tracker re-announce fixes 2015-08-13 23:07:04 -04:00
torrent_peer.hpp fix more warnings 2015-08-19 01:39:01 +02:00
torrent_peer_allocator.hpp update copyright year 2015-06-03 05:18:48 +00:00
tracker_manager.hpp Use scrape & i2p bitset flags for request 2015-07-14 14:13:10 -05:00
udp_socket.hpp Revert "use handler allocator for UDP socket read handler" 2015-09-03 07:29:24 -04:00
udp_tracker_connection.hpp update copyright year 2015-06-03 05:18:48 +00:00
uncork_interface.hpp update copyright year 2015-06-03 05:18:48 +00:00
union_endpoint.hpp whitespace 2015-07-05 18:33:47 -04:00
upnp.hpp fix warnings and invalid defines in disk_io_thread.cpp 2015-08-18 07:55:50 -04:00
utf8.hpp update copyright year 2015-06-03 05:18:48 +00:00
utp_socket_manager.hpp remove functionality to initiate MTU based on the MTU on the nic (this is error prone and has questionable value) 2015-08-22 08:09:09 +02:00
utp_stream.hpp attempt to fix msvc build 2015-08-18 21:40:22 +02:00
vector_utils.hpp fix some warnings 2015-08-01 23:57:11 -04:00
version.hpp update copyright year 2015-06-03 05:18:48 +00:00
web_connection_base.hpp update copyright year 2015-06-03 05:18:48 +00:00
web_peer_connection.hpp update copyright year 2015-06-03 05:18:48 +00:00
xml_parse.hpp update copyright year 2015-06-03 05:18:48 +00:00