premiere-libtorrent/src
arvidn ff63557f58 bind upnp requests to correct local address 2017-05-12 18:17:38 -04:00
..
kademlia fix minor robustness issue in DHT bootstrap logic 2017-03-21 12:29:08 -04:00
ConvertUTF.cpp fix some clang build warnings 2016-04-02 12:27:42 -04: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 merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
assert.cpp back-port windows stack trace function to 1.1 (#1017) 2016-08-21 01:07:02 -04:00
bandwidth_limit.cpp add tests for edge cases of session settings, and fix a few integer overflows 2017-02-03 20:42:59 -05: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 back-port error_code cleanup from master (#1173) 2016-10-03 16:32:40 -07:00
bitfield.cpp backport of popcnt asm for x86 and gcc/clang (#864) 2016-06-28 00:34:21 -04:00
block_cache.cpp fix memory leak in the disk cache. if a cached_piece_entry would stick around in a ghost list (ARC), it would keep the torrent object itself alive. when aborting read jobs, the outstanding_read flag need to be cleared on the piece. When reclaiming a block for a piece that should be deleted (not just evicted) it need to know that. This patch adds an additional bit to cached_piece_entry to communicate this 2017-04-19 22:30:27 -04: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 Sanitize 1.1 (#1197) 2016-10-09 17:00:20 -04:00
bt_peer_connection.cpp fix missed static array specifier 2017-01-23 08:21:34 -05: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 fix ABI compatibility issue introduced with preformatted entry type 2017-02-12 20:42:30 -05: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 fix memory leak in the disk cache. if a cached_piece_entry would stick around in a ghost list (ARC), it would keep the torrent object itself alive. when aborting read jobs, the outstanding_read flag need to be cleared on the piece. When reclaiming a block for a piece that should be deleted (not just evicted) it need to know that. This patch adds an additional bit to cached_piece_entry to communicate this 2017-04-19 22:30:27 -04: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 back-port pavel's fix to ip_interface.name 2017-02-13 08:09:01 -05:00
error_code.cpp back-port error_code cleanup from master (#1173) 2016-10-03 16:32:40 -07:00
escape_string.cpp fix iconv cast warnings 2017-04-24 08:02:11 -04:00
file.cpp fix move_storage() to its own directory (would delete the files) 2017-01-03 21:09:26 -05: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 fix issue with unloading torrents (#1624) 2017-01-25 23:42:59 -05: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 Set connection timeout when next endpoint is tried (#1952) 2017-05-04 17:32:47 -04:00
http_parser.cpp fixed crash on invalid input in http_parser (#782) 2016-06-04 09:53:23 -04: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 include user-agent in tracker announces in anonymous_mode for private torrents 2017-03-12 21:10:00 -04:00
i2p_stream.cpp back-port error_code cleanup from master (#1173) 2016-10-03 16:32:40 -07: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 merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05: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 Ported support for magnet x.pe parameter from master (#760) 2016-05-27 12:12:32 -04: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 typo in natpmp::start 2017-04-15 15:28:01 -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 handle short reads when exporting a file (#990) 2016-08-07 16:04:29 -04: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 merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
peer_connection.cpp fix invalid access when leaving seed-mode with outstanding hash jobs 2017-02-17 15:37:56 -05: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 osx build (#804) 2016-06-11 00:48:13 -04: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 re-prioritizing a piece while it is downloading (#987) 2016-08-07 15:27:04 -04: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 Use std::random instead of Boost.Random when in c++11 mode. (#1087) 2016-09-13 17:07:01 -04: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 merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
resolve_links.cpp backport of fix in resolve_links::match (#1068) 2016-09-06 18:30:30 -04:00
resolver.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05: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 update tuning documentation (#1717) 2017-02-16 07:03:43 -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 slightly improve proxy settings backwards compatibility-1.1 (#1664) 2017-02-06 00:01:04 -05:00
session_impl.cpp bind upnp requests to correct local address 2017-05-12 18:17:38 -04:00
session_settings.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
session_stats.cpp add some documentation for some counters (#1726) 2017-02-18 12:55:20 -05:00
settings_pack.cpp bump version number 2017-04-02 18:34:45 -04: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 Enable SNI for outgoing SSL connections 2016-01-24 12:24:33 -08:00
socks5_stream.cpp removed (broken) support for incoming connections over socks5 2017-03-29 02:15:43 -04: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 fix race condition in disk I/O storage class 2017-05-07 13:47:50 -04:00
string_util.cpp add a default DHT bootstrap node when it's enabled on session startup (#1008) 2016-08-21 12:15:19 -04:00
tailqueue.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05: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 save resume data when removing web seeds 2017-05-09 13:11:28 -04: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 minor fix to num_seeds 2017-02-19 18:47:32 -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 merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
udp_socket.cpp don't combine reuseaddr and exclusive addruse on windows 2017-05-11 22:30:29 -04:00
udp_tracker_connection.cpp add support for IPv6 peers from udp trackers (#1802) 2017-03-11 02:46:51 -05:00
upnp.cpp bind upnp requests to correct local address 2017-05-12 18:17:38 -04:00
ut_metadata.cpp fix missed static array specifier 2017-01-23 08:21:34 -05:00
ut_pex.cpp fix missed static array specifier 2017-01-23 08:21:34 -05:00
utf8.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
utp_socket_manager.cpp fix classification of UDP packets as peer traffic 2016-04-18 01:29:46 -04:00
utp_stream.cpp run undefined sanitier on travis/linux (#1134) 2016-10-08 12:29:46 -04: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 include user-agent in tracker announces in anonymous_mode for private torrents 2017-03-12 21:10:00 -04: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 merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00