premiere-libtorrent/src
arvidn 105934e578 bump version 2018-04-08 23:08:39 +02:00
..
kademlia add some asserts and checks preventing IPv6 addresses to make it into libtorrent when IPv6 support is disabled 2018-03-31 14:17:06 +02:00
ConvertUTF.cpp fix issue in UTF-8 encoding validation 2017-08-16 13:15:19 +02:00
Makefile.am add utility function for generating peer ID fingerprint (#1249) 2016-10-25 08:03:26 -04:00
alert.cpp deprecate torrent_added_alert in favor of add_torrent_alert 2017-03-26 22:48:17 -04:00
alert_manager.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
allocator.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
announce_entry.cpp fix issue where the current tracker would be skipped for the next tracker in the same tier 2018-03-25 14:40:38 +02:00
assert.cpp back port overflow checking from master 2017-10-02 00:02:14 +02:00
bandwidth_limit.cpp fix bandwith rate limit calculation (#2134) 2017-07-11 21:35:12 -07:00
bandwidth_manager.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
bandwidth_queue_entry.cpp fix some build warnings in python binding 2016-04-07 22:45:23 -04:00
bdecode.cpp fix invalid read in parse_int() in bdecode_node() and lazy_bdecode() 2017-08-15 00:01:37 +02:00
bitfield.cpp backport of popcnt asm for x86 and gcc/clang (#864) 2016-06-28 00:34:21 -04:00
block_cache.cpp don't delete pieces from cache with refcount > 0 2017-10-09 17:48:08 +02:00
bloom_filter.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
broadcast_socket.cpp fix ipv6 udp tracker test 2017-11-23 00:05:08 +01:00
bt_peer_connection.cpp fix tie-break in duplicate peer connection disconnect logic 2018-02-21 21:04:28 +01:00
chained_buffer.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
choker.cpp update comment to reflect new quota definition 2016-10-15 21:32:14 -04:00
close_reason.cpp back-port error_code cleanup from master (#1173) 2016-10-03 16:32:40 -07:00
cpuid.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
crc32c.cpp fix msvc-8.0 build (#860) 2016-06-27 13:46:15 -04:00
create_torrent.cpp track whether a file is eligible for using the partfile on a per-file basis. This is intended to improve backwards compatibility, to better support resuming files downloaded with older versions of libtorrent 2018-03-11 12:52:56 +01:00
disk_buffer_holder.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
disk_buffer_pool.cpp deprecate mmap_cache (#1269) 2016-10-29 13:42:42 -04:00
disk_io_job.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
disk_io_thread.cpp hold an owning reference to storage objects in try_flush_write_blocks 2017-08-30 12:45:06 +02:00
disk_job_pool.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
entry.cpp added new preformatted type to bencode entry (#698) 2016-05-05 21:38:57 -04:00
enum_net.cpp fix potential fd leak in enum_net_interfaces 2018-04-03 13:44:33 +02:00
error_code.cpp back-port error_code cleanup from master (#1173) 2016-10-03 16:32:40 -07:00
escape_string.cpp deduce the second argument to iconv() instead of requiring it to be configured via a macro 2017-10-06 10:52:09 +02:00
file.cpp make coalesce-buffers work on windows and systemps with pwritev()/preadv() 2018-01-28 23:05:01 +01:00
file_pool.cpp remove mutex-release hack in file_pool 2017-04-14 12:45:18 -07:00
file_progress.cpp back port file progress invariant checking to 1.1 2017-01-29 15:34:06 -05:00
file_storage.cpp back-port path fixup in file_storage add_file 2017-12-23 12:02:17 +01:00
fingerprint.cpp fix assertion in fingerprint::to_string 2016-12-07 20:52:45 -05:00
gzip.cpp back-port error_code cleanup from master (#1173) 2016-10-03 16:32:40 -07:00
hasher.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
hex.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
http_connection.cpp fix build against boost-1.66, specifically the boost.asio changes 2017-12-15 11:29:53 +01:00
http_parser.cpp :strtoll() returns LLONG_MAX if the input overflows. Handle this case properly in the http parser 2018-04-08 18:34:25 +02:00
http_seed_connection.cpp back-port error_code cleanup from master (#1173) 2016-10-03 16:32:40 -07:00
http_stream.cpp HTTP proxy: avoid connecting to itself (#1978) 2017-05-08 11:04:17 -04:00
http_tracker_connection.cpp some minor i2p cleanups 2017-12-08 09:57:21 +01:00
i2p_stream.cpp some minor i2p cleanups 2017-12-08 09:57:21 +01:00
identify_client.cpp add utility function for generating peer ID fingerprint (#1249) 2016-10-25 08:03:26 -04:00
instantiate_connection.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
ip_filter.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
ip_voter.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
lazy_bdecode.cpp fix invalid read in parse_int() in bdecode_node() and lazy_bdecode() 2017-08-15 00:01:37 +02:00
lsd.cpp removed use of boost::uintptr_t for better compatibility 2017-04-23 11:15:43 -04:00
lt_trackers.cpp deprecate lt_trackers extension (#940) 2016-07-24 23:37:03 -04:00
magnet_uri.cpp fix infinite loop when parsing certain invalid magnet links 2017-10-11 09:11:58 +02:00
merkle.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
metadata_transfer.cpp 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
mpi.cpp fix ambiguous call to abs() in tommath (#1228) 2016-10-20 00:13:45 -04:00
natpmp.cpp fix NAT-PMP crash when removing a mapping at the wrong time 2017-05-20 14:56:04 -04:00
packet_buffer.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
parse_url.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
part_file.cpp fix part-file header allocation 2018-04-03 20:46:49 +02:00
pe_crypto.cpp back-port extra checks in pe_crypto from master 2016-05-27 09:51:06 -07:00
peer_class.cpp storage optimization to peer classes 2017-01-21 01:23:07 -05:00
peer_class_set.cpp fix leak of peer_class objects (when setting per-torrent rate limits) 2017-10-03 17:32:49 +02:00
peer_connection.cpp some cleanups 2018-04-05 12:59:35 +02:00
peer_connection_handle.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
peer_list.cpp fix tie-break in duplicate peer connection disconnect logic 2018-02-21 21:04:28 +01:00
performance_counters.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
piece_picker.cpp fix pad-file scalability issue 2018-01-29 03:00:37 +01:00
platform_util.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
proxy_base.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
proxy_settings.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
puff.cpp fix building tarball 2016-08-21 20:21:50 -04:00
random.cpp fix tie-break in duplicate peer connection disconnect logic 2018-02-21 21:04:28 +01:00
receive_buffer.cpp add receive_buffer unit test and some more cleanup and asserts 2016-03-05 00:14:00 -05:00
request_blocks.cpp fix integer overflow in whole_pieces_threshold logic 2017-09-23 06:59:13 -07:00
resolve_links.cpp backport of fix in resolve_links::match (#1068) 2016-09-06 18:30:30 -04:00
resolver.cpp when stopping a torrent, never perform a name lookup on the tracker (#2021) 2017-05-25 14:58:29 -04:00
rss.cpp include user-agent in tracker announces in anonymous_mode for private torrents 2017-03-12 21:10:00 -04:00
session.cpp fix asio debugging 2017-12-12 10:11:09 -05:00
session_call.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
session_handle.cpp use unique peer_ids per connection 2018-01-23 16:40:16 +01:00
session_impl.cpp don't perform DNS lookups for the DHT bootstrap unless DHT is enabled 2018-04-01 23:53:12 +02:00
session_settings.cpp fix issue with initializing settings on session construction 2017-12-02 12:20:36 +01:00
session_stats.cpp add some documentation for some counters (#1726) 2017-02-18 12:55:20 -05:00
settings_pack.cpp bump version 2018-04-08 23:08:39 +02:00
sha1.cpp fix strict aliasing violation 2015-10-03 15:13:45 -04:00
smart_ban.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
socket_io.cpp Fix of parse_endpoint with invalid port character separator (#757) 2016-05-27 12:00:54 -04:00
socket_type.cpp fix issue with SSL tracker connections left in CLOSE_WAIT state (#2797) 2018-02-20 08:40:47 +01:00
socks5_stream.cpp undo the patch to restore incoming TCP connections over SOCKS5 2018-02-19 00:01:42 +01:00
stat.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
stat_cache.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
storage.cpp stat files in the disk thread, in default_storage::initialize() instead of the constructor 2018-03-15 14:54:49 +01:00
string_util.cpp remove some last lexical_cast residual 2017-12-27 12:44:36 +01:00
thread.cpp fix msvc-8.0 build (#860) 2016-06-27 13:46:15 -04:00
time.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
timestamp_history.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
torrent.cpp Delay hash_failed_alert until on_piece_sync() 2018-04-07 15:59:40 +02:00
torrent_handle.cpp add feature to periodically close files (to make windows clear disk cache) 2017-03-06 23:46:47 -05:00
torrent_info.cpp fix error handling of merkle torrents 2018-01-13 17:33:36 -05:00
torrent_peer.cpp Revert utp log file to disable by default 2016-04-03 22:32:06 -04:00
torrent_peer_allocator.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
torrent_status.cpp fix some coverity warnings and move out code to torrent_status.cpp 2016-04-07 21:44:24 -04:00
tracker_manager.cpp some minor i2p cleanups 2017-12-08 09:57:21 +01:00
udp_socket.cpp fix build against boost-1.66, specifically the boost.asio changes 2017-12-15 11:29:53 +01:00
udp_tracker_connection.cpp fix IPv6 tracker announce issue 2017-11-23 10:11:59 +01:00
upnp.cpp prevent dependency on openssl from leaking outside of libtorrent (libssl and libcrypto should not be a usage requirement). This cleans up most tests to build without having to also link against openssl 2017-10-09 17:15:35 +02:00
ut_metadata.cpp fix missed static array specifier 2017-01-23 08:21:34 -05:00
ut_pex.cpp first steps towards spell checking documentation 2017-06-17 22:59:57 -04:00
utf8.cpp improve path sanitization (filter unicode text direction characters) 2017-05-15 01:49:41 -04:00
utp_socket_manager.cpp fix classification of UDP packets as peer traffic 2016-04-18 01:29:46 -04:00
utp_stream.cpp Make SACK header to be able to take up the whole packet. Rename m_in_buf_size to m_receive_buffer_capacity 2018-04-07 18:55:14 +02:00
version.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
web_connection_base.cpp don't create web seed connections if the torrent is upload only 2017-08-11 08:16:00 +02:00
web_peer_connection.cpp add setting urlseed_max_request_bytes to handle large web seed requests #1405 (#1423) 2016-12-18 15:58:14 -05:00
xml_parse.cpp simplify some for-loops in xml_parse 2018-04-03 18:45:04 +02:00