premiere-libtorrent/include/libtorrent
Arvid Norberg 98fb7df56f use standard unordered containers (#673) 2016-04-30 16:53:20 -04:00
..
aux_ use standard unordered containers (#673) 2016-04-30 16:53:20 -04:00
extensions Documentation typos 2016-02-01 15:00:46 -05:00
kademlia use standard unordered containers (#673) 2016-04-30 16:53:20 -04:00
ConvertUTF.h fix some warnings 2015-08-13 23:52:25 -04:00
Makefile.am merge fix 2016-04-29 23:34:25 -04:00
add_torrent_params.hpp remove RSS feature (#662) 2016-04-29 15:54:21 -04:00
address.hpp use asio::protcol instead of an enum/bool 2016-04-24 15:18:47 -07:00
alert.hpp fix documentation mentions of session_settings to refer to settings_pack. clean out some outdated disk instrumentation docs 2016-03-18 16:40:52 -04:00
alert_manager.hpp remove variadic template emulation for c++98, and introduce emplace_back to heterogeneous_queue as well, to avoid all moves of alert objects (#658) 2016-04-28 10:30:29 -04:00
alert_types.hpp use override and final keywords (unconditionally) (#668) 2016-04-30 11:05:54 -04:00
alloca.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
allocator.hpp remove unused aligned_holder class. fix logging issue of out-of-bound piece requests 2016-03-19 23:32:50 -04:00
announce_entry.hpp Documentation typos 2016-03-14 20:43:52 -04:00
assert.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
bandwidth_limit.hpp fix some build warnings in python binding 2016-04-07 22:45:23 -04:00
bandwidth_manager.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
bandwidth_queue_entry.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
bandwidth_socket.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
bdecode.hpp revamp the way resume data is read, by providing a function for the client to parse resume data, capturing it in add_torrent_params 2016-02-20 02:00:06 -05:00
bencode.hpp use override and final keywords (unconditionally) (#668) 2016-04-30 11:05:54 -04:00
bitfield.hpp merge fix 2016-04-29 23:34:25 -04:00
block_cache.hpp fix use_read_cache=false 2016-03-16 02:22:18 -04:00
bloom_filter.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
broadcast_socket.hpp dial up cppcheck (#663) 2016-04-30 00:24:45 -04:00
bt_peer_connection.hpp use override and final keywords (unconditionally) (#668) 2016-04-30 11:05:54 -04:00
buffer.hpp fix x64 build with VS2015 UP2 compiler (#640) 2016-04-25 17:22:09 -04:00
build_config.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
chained_buffer.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
choker.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
close_reason.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
config.hpp use standard unordered containers (#673) 2016-04-30 16:53:20 -04:00
copy_ptr.hpp dial up cppcheck (#663) 2016-04-30 00:24:45 -04:00
crc32c.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
create_torrent.hpp Added assert for total_size in create_torrent (#636) 2016-04-22 13:51:06 -04:00
deadline_timer.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
debug.hpp fix x64 build with VS2015 UP2 compiler (#640) 2016-04-25 17:22:09 -04:00
disk_buffer_holder.hpp Minor documentation fix 2016-04-06 16:54:19 -04:00
disk_buffer_pool.hpp remove unused left-overs 2016-03-18 11:30:25 -04:00
disk_interface.hpp merge RC_1_1 into master 2016-03-19 16:02:46 -04:00
disk_io_job.hpp Merge branch 'RC_1_1' 2016-03-20 20:39:49 -04:00
disk_io_thread.hpp use override and final keywords (unconditionally) (#668) 2016-04-30 11:05:54 -04:00
disk_job_pool.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
disk_observer.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
ed25519.hpp properly report errors when failing to generate randomness 2015-05-09 04:08:32 +00:00
entry.hpp merge RC_1_1 into master 2016-03-08 01:10:48 -05:00
enum_net.hpp use bind_to_device for listen sockets 2016-02-12 15:46:18 -05:00
error.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
error_code.hpp Added assert for total_size in create_torrent (#636) 2016-04-22 13:51:06 -04:00
export.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
extensions.hpp Documentation typos and minor include cleanup (#635) 2016-04-21 15:39:53 -04:00
file.hpp remove unused O_DIRECT mode, and relax/simplify alignment requirements for coalesce_buffers 2016-03-20 00:55:31 -04:00
file_pool.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
file_storage.hpp use standard unordered containers (#673) 2016-04-30 16:53:20 -04:00
fingerprint.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
gzip.hpp Documentation typos 2016-03-14 20:43:52 -04:00
hasher.hpp fix some build warnings in python binding 2016-04-07 22:45:23 -04:00
heterogeneous_queue.hpp remove variadic template emulation for c++98, and introduce emplace_back to heterogeneous_queue as well, to avoid all moves of alert objects (#658) 2016-04-28 10:30:29 -04:00
hex.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
http_connection.hpp fix some coverity warnings and move out code to torrent_status.cpp 2016-04-07 21:44:24 -04:00
http_parser.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
http_seed_connection.hpp use override and final keywords (unconditionally) (#668) 2016-04-30 11:05:54 -04:00
http_stream.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
http_tracker_connection.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
i2p_stream.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
identify_client.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
instantiate_connection.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
invariant_check.hpp silence some warnings on msvc 2015-04-27 02:21:12 +00:00
io.hpp fix some build warnings in python binding 2016-04-07 22:45:23 -04:00
io_service.hpp dial up cppcheck (#663) 2016-04-30 00:24:45 -04:00
io_service_fwd.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
ip_filter.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
ip_voter.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
lazy_entry.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
link.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
linked_list.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
lsd.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
magnet_uri.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
max.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
natpmp.hpp include protocol in portmap_alert 2016-02-21 19:16:00 -05:00
network_thread_pool.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
operations.hpp Documentation typos 2016-03-04 10:43:25 -05:00
packet_buffer.hpp attempt to run cppcheck on travis (#644) 2016-04-26 18:09:11 -04:00
parse_url.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
part_file.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
pe_crypto.hpp use override and final keywords (unconditionally) (#668) 2016-04-30 11:05:54 -04:00
peer.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
peer_class.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
peer_class_set.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
peer_class_type_filter.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
peer_connection.hpp remove resolve-country feature (#656) 2016-04-28 08:20:47 -04:00
peer_connection_handle.hpp optimize the optimistic unchoke logic. extend the API for extensions to be able to affect the order of optimistic unchokes 2016-02-01 20:28:22 -05:00
peer_connection_interface.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
peer_id.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
peer_info.hpp remove resolve-country feature (#656) 2016-04-28 08:20:47 -04:00
peer_list.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
peer_request.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
performance_counters.hpp merged RC_1_1 into master 2016-03-16 19:59:53 -04:00
piece_block_progress.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
piece_picker.hpp dial up cppcheck (#663) 2016-04-30 00:24:45 -04:00
platform_util.hpp clean up use of getrlimit() by wrapping it and move it to platform_util.cpp. Also take the opportunity to make it simulator friendly (consistent in simulation) 2015-12-02 00:45:34 -05:00
proxy_base.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
puff.hpp make puff const correct instead of const-casting 2015-04-22 02:11:12 +00:00
random.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
read_resume_data.hpp extend some documentation 2016-02-20 02:00:06 -05:00
receive_buffer.hpp fix x64 build with VS2015 UP2 compiler (#640) 2016-04-25 17:22:09 -04:00
request_blocks.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
resolve_links.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
resolver.hpp use override and final keywords (unconditionally) (#668) 2016-04-30 11:05:54 -04:00
resolver_interface.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
session.hpp remove RSS feature (#662) 2016-04-29 15:54:21 -04:00
session_handle.hpp remove RSS feature (#662) 2016-04-29 15:54:21 -04:00
session_settings.hpp dial up cppcheck (#663) 2016-04-30 00:24:45 -04:00
session_stats.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
session_status.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
settings_pack.hpp remove explicit cache feature (#661) 2016-04-29 02:32:00 -04:00
sha1.hpp clean up symbol exports 2015-01-01 20:25:39 +00:00
sha1_hash.hpp use standard unordered containers (#673) 2016-04-30 16:53:20 -04:00
sliding_average.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
socket.hpp minor cleanup of listen sockets 2016-01-31 19:40:31 -05:00
socket_io.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
socket_type.hpp clean up the annotations used for asio debugging (#639) 2016-04-23 17:29:25 -04:00
socket_type_fwd.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
socks5_stream.hpp clean up the annotations used for asio debugging (#639) 2016-04-23 17:29:25 -04:00
ssl_stream.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
stack_allocator.hpp fix x64 build with VS2015 UP2 compiler (#640) 2016-04-25 17:22:09 -04:00
stat.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
stat_cache.hpp improve abstraction level of stats cache and fix test 2016-02-06 15:51:00 -05:00
storage.hpp use override and final keywords (unconditionally) (#668) 2016-04-30 11:05:54 -04:00
storage_defs.hpp remove remaining references to storage_mode_compact (since it's been deprecated for quite a while now, and no longer implemented) 2016-03-20 18:25:24 -04:00
string_util.hpp deprecate ssl_listen setting. instead ssl sockets are specified by an 's' suffix of the port in listen_interfaces. 2016-02-12 15:46:12 -05:00
tailqueue.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
thread.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
thread_pool.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
time.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
timestamp_history.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05: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 use override and final keywords (unconditionally) (#668) 2016-04-30 11:05:54 -04:00
torrent_handle.hpp remove resolve-country feature (#656) 2016-04-28 08:20:47 -04:00
torrent_info.hpp merged RC_1_1 into master 2016-04-08 02:20:24 -04:00
torrent_peer.hpp merged RC_1_1 into master 2016-04-08 02:20:24 -04:00
torrent_peer_allocator.hpp use override and final keywords (unconditionally) (#668) 2016-04-30 11:05:54 -04:00
torrent_status.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
tracker_manager.hpp use override and final keywords (unconditionally) (#668) 2016-04-30 11:05:54 -04:00
udp_socket.hpp This patch does: (#633) 2016-04-24 15:26:28 -04:00
udp_tracker_connection.hpp use array_view more along the udp packet paths (#655) 2016-04-28 08:20:10 -04:00
uncork_interface.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
union_endpoint.hpp support IPv6 in node_entry and m_ips 2016-04-24 14:26:57 -07:00
upnp.hpp merge RC_1_1 into master 2016-03-08 01:10:48 -05:00
utf8.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
utp_socket_manager.hpp use override and final keywords (unconditionally) (#668) 2016-04-30 11:05:54 -04:00
utp_stream.hpp use array_view more along the udp packet paths (#655) 2016-04-28 08:20:10 -04:00
vector_utils.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
version.hpp update revision 2016-04-08 22:43:49 -04:00
web_connection_base.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
web_peer_connection.hpp use override and final keywords (unconditionally) (#668) 2016-04-30 11:05:54 -04:00
xml_parse.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00