premiere-libtorrent/src
arvidn 4947602a2f make add_torrent_params::flags_t an enum class and move it out into its own header 2017-07-17 01:05:31 -07:00
..
kademlia fix handling of SSL listen sockets 2017-07-10 21:41:39 -07:00
ConvertUTF.cpp merge RC_1_1 into master 2017-05-15 09:12:23 -04:00
Makefile.am implemented support for BEP 51 (#1652) 2017-06-12 11:54:11 +02:00
add_torrent_params.cpp make add_torrent_params::flags_t an enum class and move it out into its own header 2017-07-17 01:05:31 -07:00
alert.cpp added block_uploaded_alert to allow client to track upload activity 2017-07-16 11:04:03 -07:00
alert_manager.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
allocator.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
announce_entry.cpp announce to trackers for all listen interfaces 2017-04-30 08:11:56 -04:00
assert.cpp added reachability based ip_change_notifier_impl for iOS (#1902) 2017-04-11 23:53:13 -04:00
bandwidth_limit.cpp fix bandwith rate limit calculation (#2134) 2017-07-11 21:35:12 -07:00
bandwidth_manager.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
bandwidth_queue_entry.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
bdecode.cpp reject put messages with incorrect bencoding (#2118) 2017-07-02 18:30:32 -04:00
bitfield.cpp added add_torrent_params.cpp and moved is_nothrow asserts to cpp files (#2059) 2017-06-07 16:41:28 +02:00
block_cache.cpp remove resolve_links disk job left-overs and convert some C-arrays to std::array 2017-06-13 20:35:55 -04:00
bloom_filter.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
broadcast_socket.cpp broadcast_socket: remove obsolete special case 2017-06-27 08:09:20 -04:00
bt_peer_connection.cpp added block_uploaded_alert to allow client to track upload activity 2017-07-16 11:04:03 -07:00
chained_buffer.cpp use span<> for peer_connection::send_buffer 2017-04-25 23:02:32 -04:00
choker.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
close_reason.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
cpuid.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
crc32c.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
create_torrent.cpp drop support for windows compilers without std::string and wchar_t (believed to be old cygwin) 2017-07-02 08:24:55 -04:00
disk_buffer_holder.cpp merged RC_1_1 into master 2017-04-21 01:21:31 -04:00
disk_buffer_pool.cpp make iovec_t an alias for span<char>, in preparation for removing it altogether in favour of span 2017-04-30 11:49:08 -04:00
disk_io_job.cpp make the job action enum an enum class 2017-06-11 23:53:58 +02:00
disk_io_thread.cpp use a dedicated class template for flags types instead of enum class. It's more backwards compatible and improves ergonomics 2017-07-15 01:15:57 -07:00
disk_io_thread_pool.cpp fixed compilation warnings with newer versions of clang (#2047) 2017-06-01 04:12:02 -04:00
disk_job_fence.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
disk_job_pool.cpp make the job action enum an enum class 2017-06-11 23:53:58 +02:00
entry.cpp make move constructors and move assignment operators noexcept 2017-06-01 23:42:15 +02:00
enum_net.cpp fixed another shorten-64-to-32 warning in netlink code 2017-07-03 13:53:15 -04:00
error_code.cpp use operator+=(char) 2017-06-01 16:21:27 +02:00
escape_string.cpp drop support for windows compilers without std::string and wchar_t (believed to be old cygwin) 2017-07-02 08:24:55 -04:00
ffs.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
file.cpp use a dedicated class template for flags types instead of enum class. It's more backwards compatible and improves ergonomics 2017-07-15 01:15:57 -07:00
file_pool.cpp use a dedicated class template for flags types instead of enum class. It's more backwards compatible and improves ergonomics 2017-07-15 01:15:57 -07:00
file_progress.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
file_storage.cpp drop support for windows compilers without std::string and wchar_t (believed to be old cygwin) 2017-07-02 08:24:55 -04:00
fingerprint.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
gzip.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
hasher.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
hasher512.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
hex.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
http_connection.cpp use a dedicated class template for flags types instead of enum class. It's more backwards compatible and improves ergonomics 2017-07-15 01:15:57 -07:00
http_parser.cpp add trailing slash (#1969) 2017-05-04 17:35:00 -04:00
http_seed_connection.cpp make operation_t an enum class, for type safety 2017-06-15 07:00:06 -04:00
http_stream.cpp merged RC_1_1 into master 2017-05-12 21:46:45 -04:00
http_tracker_connection.cpp use a dedicated class template for flags types instead of enum class. It's more backwards compatible and improves ergonomics 2017-07-15 01:15:57 -07:00
i2p_stream.cpp fix MSVC 14.1 warnings-as-errors=on build (#1939) 2017-04-23 20:52:37 -04:00
identify_client.cpp fix internal use of deprecated function identify_client 2017-06-10 08:16:23 +02:00
instantiate_connection.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
ip_filter.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
ip_notifier.cpp merged RC_1_1 into master 2017-06-21 00:51:43 -04:00
ip_voter.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
lazy_bdecode.cpp use operator+=(char) 2017-06-01 16:21:27 +02:00
lsd.cpp removed use of boost::uintptr_t for better compatibility 2017-04-23 11:15:43 -04:00
magnet_uri.cpp magnet links: unescape hash parameter (#1925) 2017-04-19 00:52:35 -04:00
merkle.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
natpmp.cpp add base_mapping_t (#2025) 2017-05-27 20:26:47 -04:00
packet_buffer.cpp fixing sign-conversion warnings, part 23, final (#1763) 2017-02-27 11:50:53 -05:00
parse_url.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
part_file.cpp use a dedicated class template for flags types instead of enum class. It's more backwards compatible and improves ergonomics 2017-07-15 01:15:57 -07:00
path.cpp drop support for windows compilers without std::string and wchar_t (believed to be old cygwin) 2017-07-02 08:24:55 -04:00
pe_crypto.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
peer_class.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
peer_class_set.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
peer_connection.cpp merged RC_1_1 into master 2017-06-21 00:51:43 -04:00
peer_connection_handle.cpp peer_connection_handle::find_plugin should be const 2017-05-29 07:56:50 -04:00
peer_list.cpp make operation_t an enum class, for type safety 2017-06-15 07:00:06 -04:00
performance_counters.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
piece_picker.cpp added const and auto refactor in torrent, piece_picker 2017-06-20 13:20:12 -04:00
platform_util.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
proxy_base.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
proxy_settings.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
puff.cpp fix building tarball 2016-08-21 20:21:50 -04:00
random.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
read_resume_data.cpp make add_torrent_params::flags_t an enum class and move it out into its own header 2017-07-17 01:05:31 -07:00
receive_buffer.cpp fix MSVC 14.1 warnings-as-errors=on build (#1939) 2017-04-23 20:52:37 -04:00
request_blocks.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
resolve_links.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
resolver.cpp use a dedicated class template for flags types instead of enum class. It's more backwards compatible and improves ergonomics 2017-07-15 01:15:57 -07:00
session.cpp make move constructors and move assignment operators noexcept 2017-06-01 23:42:15 +02:00
session_call.cpp refactor to use std unordered containers and minor cleanup (#1070) 2016-09-06 23:37:36 -04:00
session_handle.cpp make add_torrent_params::flags_t an enum class and move it out into its own header 2017-07-17 01:05:31 -07:00
session_impl.cpp make add_torrent_params::flags_t an enum class and move it out into its own header 2017-07-17 01:05:31 -07:00
session_settings.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
session_stats.cpp implemented support for BEP 51 (#1652) 2017-06-12 11:54:11 +02:00
session_udp_sockets.cpp use enum class for ssl bool in listen socket (#1960) 2017-04-30 21:11:42 -04:00
settings_pack.cpp bump version number 2017-07-02 15:03:46 -04:00
sha1.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
sha1_hash.cpp added add_torrent_params.cpp and moved is_nothrow asserts to cpp files (#2059) 2017-06-07 16:41:28 +02:00
sha512.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
smart_ban.cpp make operation_t an enum class, for type safety 2017-06-15 07:00:06 -04:00
socket_io.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
socket_type.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
socks5_stream.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
stat.cpp fixed a few warnings related to signed/unsigned conversions (#1338) 2016-11-19 21:14:16 -05:00
stat_cache.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
storage.cpp use a dedicated class template for flags types instead of enum class. It's more backwards compatible and improves ergonomics 2017-07-15 01:15:57 -07:00
storage_piece_set.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
storage_utils.cpp factor out has_any_file to storage_utils 2017-06-23 16:33:48 -04:00
string_util.cpp remove call _strchr 2017-07-12 15:34:45 -07:00
time.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
timestamp_history.cpp fixing sign-conversion warnings, part 20 (#1745) 2017-02-22 23:28:25 -05:00
torrent.cpp make add_torrent_params::flags_t an enum class and move it out into its own header 2017-07-17 01:05:31 -07:00
torrent_handle.cpp make add_torrent_params::flags_t an enum class and move it out into its own header 2017-07-17 01:05:31 -07:00
torrent_info.cpp use a dedicated class template for flags types instead of enum class. It's more backwards compatible and improves ergonomics 2017-07-15 01:15:57 -07:00
torrent_peer.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
torrent_peer_allocator.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
torrent_status.cpp added add_torrent_params.cpp and moved is_nothrow asserts to cpp files (#2059) 2017-06-07 16:41:28 +02:00
tracker_manager.cpp announce to trackers for all listen interfaces 2017-04-30 08:11:56 -04:00
udp_socket.cpp merged RC_1_1 into master 2017-05-21 21:02:09 -04:00
udp_tracker_connection.cpp use a dedicated class template for flags types instead of enum class. It's more backwards compatible and improves ergonomics 2017-07-15 01:15:57 -07:00
upnp.cpp added consts and minor auto refactor in upnp.cpp 2017-06-20 17:59:05 -04:00
ut_metadata.cpp make operation_t an enum class, for type safety 2017-06-15 07:00:06 -04:00
ut_pex.cpp merged RC_1_1 into master 2017-06-21 00:51:43 -04:00
utf8.cpp drop support for windows compilers without std::string and wchar_t (believed to be old cygwin) 2017-07-02 08:24:55 -04:00
utp_socket_manager.cpp add support for utp over multiple interfaces (#1944) 2017-04-25 23:00:41 -04:00
utp_stream.cpp add support for utp over multiple interfaces (#1944) 2017-04-25 23:00:41 -04:00
version.cpp is_ip_address refactor and minor code cleanup (#1828) 2017-03-18 11:07:17 -04:00
web_connection_base.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00
web_peer_connection.cpp make operation_t an enum class, for type safety 2017-06-15 07:00:06 -04:00
write_resume_data.cpp make add_torrent_params::flags_t an enum class and move it out into its own header 2017-07-17 01:05:31 -07:00
xml_parse.cpp change formatting of namespace declarations 2017-04-12 14:26:35 -04:00