premiere-libtorrent/include/libtorrent
Alden Torres 73d6ba6ae3 using span in torrent_handle and no optional in torrent_info (#1023) 2016-08-22 11:02:51 -04:00
..
aux_ merged RC_1_1 into master 2016-08-21 16:28:49 -04:00
extensions extensions refactor to use span and std::shared_ptr (#1005) 2016-08-17 14:30:24 -04:00
kademlia using string_view in node::incoming_request and plugin::on_dht_request (#1001) 2016-08-15 16:17:13 -04:00
ConvertUTF.h modernize: remove redundant smart ptr get(), use fixed-width integer types (#900) 2016-07-10 07:31:58 -04:00
Makefile.am use boost::string_ref (#996) 2016-08-13 07:04:53 -04:00
add_torrent_params.hpp refactor to use torrent_info with std::shared_ptr (#1006) 2016-08-17 17:26:35 -04:00
address.hpp minor cleanup and refactor (#1016) 2016-08-20 19:46:55 -04:00
alert.hpp minor cleanup and refactor (#1016) 2016-08-20 19:46:55 -04:00
alert_manager.hpp refactor to use torrent_info with std::shared_ptr (#1006) 2016-08-17 17:26:35 -04:00
alert_types.hpp some trivial cleanup (#978) 2016-08-02 12:13:05 -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 minor cleanup and refactor (#1016) 2016-08-20 19:46:55 -04:00
assert.hpp back-port windows stack trace function to 1.1 (#1017) 2016-08-21 01:07:02 -04:00
bandwidth_limit.hpp general modernization (#836) 2016-06-20 11:32:06 -04:00
bandwidth_manager.hpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
bandwidth_queue_entry.hpp general modernization (#836) 2016-06-20 11:32:06 -04:00
bandwidth_socket.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
bdecode.hpp merged RC_1_1 into master 2016-08-21 16:28:49 -04:00
bencode.hpp more use of std::shared_ptr (#1009) 2016-08-18 17:08:40 -04:00
bitfield.hpp added support for flz (find last zero) and copied bitfield functions from PR #565 (#986) 2016-08-07 16:21:08 -04:00
block_cache.hpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
bloom_filter.hpp removed const_interval, mutable_buffer and const_buffer types (#956) 2016-07-27 22:31:08 -04:00
broadcast_socket.hpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
bt_peer_connection.hpp extensions refactor to use span and std::shared_ptr (#1005) 2016-08-17 14:30:24 -04:00
buffer.hpp removed const_interval, mutable_buffer and const_buffer types (#956) 2016-07-27 22:31:08 -04:00
build_config.hpp extend link compatibility check to export-extra configurations (#876) 2016-07-03 11:42:57 -04:00
chained_buffer.hpp removed const_interval, mutable_buffer and const_buffer types (#956) 2016-07-27 22:31:08 -04: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 added support for flz (find last zero) and copied bitfield functions from PR #565 (#986) 2016-08-07 16:21:08 -04:00
copy_ptr.hpp dial up cppcheck (#663) 2016-04-30 00:24:45 -04:00
crc32c.hpp added support for arm crc32c and changed to test in arm 32 bits (#869) 2016-06-30 11:37:55 -04:00
create_torrent.hpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
deadline_timer.hpp more use of span and std::shared_ptr (#1018) 2016-08-21 13:37:11 -04:00
debug.hpp extend link compatibility check to export-extra configurations (#876) 2016-07-03 11:42:57 -04:00
disk_buffer_holder.hpp general modernization (#836) 2016-06-20 11:32:06 -04:00
disk_buffer_pool.hpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
disk_interface.hpp refactor to use torrent_info with std::shared_ptr (#1006) 2016-08-17 17:26:35 -04:00
disk_io_job.hpp refactor to use torrent_info with std::shared_ptr (#1006) 2016-08-17 17:26:35 -04:00
disk_io_thread.hpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
disk_io_thread_pool.hpp scalable thread pool (#770) 2016-06-15 20:49:28 -04:00
disk_job_pool.hpp Threads (#671) 2016-04-30 18:54:23 -04:00
disk_observer.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
ed25519.hpp modernize and improve type-safety of the DHT put implementation and test (#929) 2016-07-23 15:57:04 -07:00
entry.hpp make the random function produce proper random distributions, based o… (#981) 2016-08-06 13:18:48 -04:00
enum_net.hpp use bind_to_device for listen sockets 2016-02-12 15:46:18 -05:00
error.hpp more use of std::shared_ptr (#1009) 2016-08-18 17:08:40 -04:00
error_code.hpp more use of std::shared_ptr (#1009) 2016-08-18 17:08:40 -04:00
export.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
extensions.hpp extensions refactor to use span and std::shared_ptr (#1005) 2016-08-17 14:30:24 -04:00
file.hpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
file_pool.hpp make file_status return the vector instead of taking an out-parameter (#1000) 2016-08-14 13:11:59 -04:00
file_storage.hpp use boost::string_ref (#996) 2016-08-13 07:04:53 -04:00
fingerprint.hpp factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows (#732) 2016-05-17 09:24:06 -04:00
gzip.hpp Documentation typos 2016-03-14 20:43:52 -04:00
hasher.hpp rename of aux::array_view to span (#933) 2016-07-22 09:31:42 -07:00
heterogeneous_queue.hpp general modernization (#836) 2016-06-20 11:32:06 -04:00
hex.hpp use span for to_hex and from_hex functions 2016-07-29 18:42:18 -04:00
http_connection.hpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
http_parser.hpp Span conversion (#944) 2016-07-26 02:15:31 -04:00
http_seed_connection.hpp more trivial cleanup (#979) 2016-08-02 17:58:15 -04:00
http_stream.hpp more use of std::shared_ptr (#1009) 2016-08-18 17:08:40 -04: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 more use of std::shared_ptr (#1009) 2016-08-18 17:08:40 -04:00
identify_client.hpp fixed span::fist logic and minor cleanup (#960) 2016-07-28 01:54:57 -04: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 some cleanup and transition to std::unique_ptr (#786) 2016-06-05 14:07:24 -04:00
io.hpp general modernization (#836) 2016-06-20 11:32:06 -04:00
io_service.hpp mark encryption_handler with TORRENT_EXTRA_EXPORT and minor cleanup (#963) 2016-07-28 14:57:26 -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 general modernization (#836) 2016-06-20 11:32:06 -04:00
ip_voter.hpp no more deprecated std::random_shuffle (#999) 2016-08-14 19:48:31 -04:00
lazy_entry.hpp general modernization (#836) 2016-06-20 11:32:06 -04:00
link.hpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
linked_list.hpp general modernization (#836) 2016-06-20 11:32:06 -04:00
lsd.hpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
magnet_uri.hpp Ported support for magnet x.pe parameter from master (#760) 2016-05-27 12:12:32 -04:00
natpmp.hpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
operations.hpp Documentation typos 2016-03-04 10:43:25 -05:00
packet_buffer.hpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
parse_url.hpp general modernization (#836) 2016-06-20 11:32:06 -04:00
part_file.hpp general modernization (#836) 2016-06-20 11:32:06 -04:00
pe_crypto.hpp extensions refactor to use span and std::shared_ptr (#1005) 2016-08-17 14:30:24 -04:00
peer.hpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
peer_class.hpp more use of span and std::shared_ptr (#1018) 2016-08-21 13:37:11 -04:00
peer_class_set.hpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
peer_class_type_filter.hpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
peer_connection.hpp extensions refactor to use span and std::shared_ptr (#1005) 2016-08-17 14:30:24 -04:00
peer_connection_handle.hpp extensions refactor to use span and std::shared_ptr (#1005) 2016-08-17 14:30:24 -04:00
peer_connection_interface.hpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
peer_id.hpp general cleanup. remove valgrind markup, log_hash_failures and C headers (#752) 2016-05-23 08:15:39 -04:00
peer_info.hpp simplify peer_connection's read handlers and the receive buffer. (#853) 2016-06-26 20:41:03 -04:00
peer_list.hpp general modernization (#836) 2016-06-20 11:32:06 -04:00
peer_request.hpp more use of std::shared_ptr (#1009) 2016-08-18 17:08:40 -04:00
performance_counters.hpp general modernization (#836) 2016-06-20 11:32:06 -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 add piece picker test for re-prioritizing downloading/writing/partial pieces (#989) 2016-08-07 16:05:20 -04:00
platform_util.hpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
proxy_base.hpp more use of std::shared_ptr (#1009) 2016-08-18 17:08:40 -04:00
puff.hpp update puff.c for gzip inflation (#1022) 2016-08-21 14:43:44 -04:00
random.hpp no more deprecated std::random_shuffle (#999) 2016-08-14 19:48:31 -04:00
read_resume_data.hpp extend some documentation 2016-02-20 02:00:06 -05:00
receive_buffer.hpp more use of span and std::shared_ptr (#1018) 2016-08-21 13:37:11 -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 refactor to use torrent_info with std::shared_ptr (#1006) 2016-08-17 17:26:35 -04:00
resolver.hpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
resolver_interface.hpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
session.hpp merged RC_1_1 into master 2016-08-21 16:28:49 -04:00
session_handle.hpp minor cleanup and refactor (#1016) 2016-08-20 19:46:55 -04:00
session_settings.hpp __cplusplus cleanup (#951) 2016-07-26 18:30:19 -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 use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
settings_pack.hpp merged RC_1_1 into master 2016-08-21 16:28:49 -04:00
sha1.hpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
sha1_hash.hpp minor refactor to make it more swig friendly (#1014) 2016-08-20 11:29:31 -04:00
sliding_average.hpp simplify peer_connection's read handlers and the receive buffer. (#853) 2016-06-26 20:41:03 -04:00
socket.hpp fixed warnings and compilation issues (#980) 2016-08-03 00:35:40 -04:00
socket_io.hpp plugin callback refactor (#823) 2016-06-17 22:02:21 -04:00
socket_type.hpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -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 more use of std::shared_ptr (#1009) 2016-08-18 17:08:40 -04:00
span.hpp fixed span::fist logic and minor cleanup (#960) 2016-07-28 01:54:57 -04:00
ssl_stream.hpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
stack_allocator.hpp modernize and improve type-safety of the DHT put implementation and test (#929) 2016-07-23 15:57:04 -07:00
stat.hpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
stat_cache.hpp general modernization (#836) 2016-06-20 11:32:06 -04:00
storage.hpp storage_interface refactor to use span and references (#1007) 2016-08-18 11:57:50 -04:00
storage_defs.hpp added TORRENT_EXPORT to avoid link weak symbol warning (#975) 2016-08-02 00:15:26 -04:00
string_util.hpp merged RC_1_1 into master 2016-08-21 16:28:49 -04:00
string_view.hpp using string_view in node::incoming_request and plugin::on_dht_request (#1001) 2016-08-15 16:17:13 -04:00
tailqueue.hpp extend link compatibility check to export-extra configurations (#876) 2016-07-03 11:42:57 -04:00
time.hpp no more deprecated std::random_shuffle (#999) 2016-08-14 19:48:31 -04:00
timestamp_history.hpp general modernization (#836) 2016-06-20 11:32:06 -04:00
torrent.hpp using span in torrent_handle and no optional in torrent_info (#1023) 2016-08-22 11:02:51 -04:00
torrent_handle.hpp using span in torrent_handle and no optional in torrent_info (#1023) 2016-08-22 11:02:51 -04:00
torrent_info.hpp using span in torrent_handle and no optional in torrent_info (#1023) 2016-08-22 11:02:51 -04:00
torrent_peer.hpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
torrent_peer_allocator.hpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
torrent_status.hpp refactor to use torrent_info with std::shared_ptr (#1006) 2016-08-17 17:26:35 -04:00
tracker_manager.hpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00
udp_socket.hpp rename of aux::array_view to span (#933) 2016-07-22 09:31:42 -07:00
udp_tracker_connection.hpp rename of aux::array_view to span (#933) 2016-07-22 09:31:42 -07:00
uncork_interface.hpp use of BOOST_FALLTHROUGH, typos and minor cleanup 2016-08-01 11:42:18 -04:00
union_endpoint.hpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
upnp.hpp replace boost::function with std::function 2016-08-13 07:07:26 -04: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 replace boost::function with std::function 2016-08-13 07:07:26 -04:00
utp_stream.hpp replace boost::function with std::function 2016-08-13 07:07:26 -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 bump version number 2016-08-13 07:12:23 -04:00
web_connection_base.hpp more trivial cleanup (#979) 2016-08-02 17:58:15 -04:00
web_peer_connection.hpp more trivial cleanup (#979) 2016-08-02 17:58:15 -04:00
xml_parse.hpp replace boost::function with std::function 2016-08-13 07:07:26 -04:00